Embed
Put a peg status on your site.
One iframe, zero config. The badge updates server-side every 60 seconds against the same live API the dashboard runs on. Drop it on protocol pages, docs, status dashboards, anywhere a user benefits from knowing whether the asset is trading on peg.
updates every 60scsp allows any frame-ancestorno tracking
Specimen: 4 assets · dark + light themes · with sparkline
bSOL · dark · spark on
bSOLBlazestake Staked SOL
-0.19% · peggedjitoSOL · dark · spark on
jitoSOLJito Liquid Staking
-0.28% · driftUSDC · light · spark on
USDCUSD Coin
+0.03% · peggedxSOL · dark · spark on
xSOLHylo Leveraged SOL
+11.2% · CRITICALDrop on any peg-sensitive surface
Example integrations - not adopters. Ping us when you ship and we'll wire a backlink to your dashboard.
Preview
HTML snippet
badge.html
<iframe src="https://pegana.xyz/embed/badge/bSOL?theme=dark" width="320" height="86" frameborder="0" loading="lazy" title="Pegana bSOL peg status"></iframe>Markdown (for README / GitHub Pages)
README.md
[](https://pegana.xyz/audit?asset=bSOL)SVG badge - works as a static <img> in GitHub READMEs and any markdown renderer. The Theme + Sparkline controls above don't apply here: the SVG always renders a compact flat badge (they do apply to the iframe / React snippets). The link lands on the per-asset audit feed.
React / Next.js
PegBadge.tsx
<iframe
src="https://pegana.xyz/embed/badge/bSOL?theme=dark"
width={320}
height={86}
loading="lazy"
title="Pegana bSOL peg status"
/>Why embed it?
- · Your users see peg health on the same page where they're about to deposit.
- · No JS bundle, no third-party tracker. One iframe, ~3 KB of HTML.
- · Works in static sites, docs, wallet dashboards, partner pages.
- · Pegana traffic flows back to you via the link target, UTM tagged.
Parameters
| Param | Value |
|---|---|
| theme | dark | light - Defaults to dark. |
| sparkline | off - Drop the 24h chart to render a 60-tall version. |