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.
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
Aspirational targets · ping us when you ship and we'll wire a backlink to your dashboard.
Preview
HTML snippet
<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)
[](https://pegana.xyz/asset/bSOL)Note: a .png variant is on the roadmap. Until then, embed the iframe in a docs site that supports raw HTML (Mintlify, Docusaurus, Nextra, etc.).
React / Next.js
<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
- theme
- dark | light— Defaults to dark.
- sparkline
- off— Drop the 24h chart to render a 60-tall version.