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% · pegged
jitoSOL · dark · spark on
jitoSOLJito Liquid Staking
-0.28% · drift
USDC · light · spark on
USDCUSD Coin
+0.03% · pegged
xSOL · dark · spark on
xSOLHylo Leveraged SOL
+11.2% · CRITICAL
Drop on any peg-sensitive surface
SanctumMarinadeJitoDriftHubble+ your protocol

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)

[![bSOL peg status](https://pegana.xyz/embed/badge/bSOL?theme=dark&format=svg)](https://pegana.xyz/audit?asset=bSOL)

SVG badge — works as a static <img> in GitHub READMEs and any markdown renderer. The link lands on the per-asset audit feed.

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 | lightDefaults to dark.
sparkline
offDrop the 24h chart to render a 60-tall version.