Audit ledger/576badf2
Detected Thu, 25 Jun 2026 14:08:30 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
1717bee1482f900ceb9c817be71b77e5b6f34edab4da521a6e5086b238ccf356{
"confidence_label": "unknown",
"discount_raw": "-0.1139691838864391357897185528",
"discount_smooth": "-0.1003367401872207129468262465",
"final_state": "UNKNOWN"
}These are the exact inputs the methodology saw at decision time. Pyth quotes, intrinsic snapshots, EWMA prior, threshold map — all serialized into the receipt for deterministic replay.
{
"alpha": "0.3",
"asset": "sHYUSD",
"candidate_since": null,
"candidate_state": null,
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "-0.0944942643161271031570152582",
"hyusd_cr": "1.3580509928556800305632556862",
"intrinsic_sol": null,
"intrinsic_usd": "1.2088404902953194895293592108",
"market_sol": null,
"market_usd": "1.34661105442316",
"now": "2026-06-25T14:08:30.078134440Z",
"previous_state": "PEGGED",
"pyth_entries": {
"USDC/USD": {
"confidence": "0.00073119",
"price": "0.99969047",
"publish_time": "2026-06-25T14:08:26Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 300,
"depeg": 100,
"drift": 30
}
}Install the verifier from releases.pegana.xyz and check this receipt against the open-source methodology crate.
curl --proto '=https' --tlsv1.2 -LsSf \ https://releases.pegana.xyz/pegana-replay-installer.sh | sh
pegana-replay --alert-id 576badf2-aa2d-4180-9d0a-371f48edc63e
Or verify right here — no install needed. This button re-fetches the replay bundle and recomputes the receipt hash in your browser using the same algorithm as the CLI.
Not anchored. On-chain SPL Memo commitment is cost-gated to high-severity transitions only — DEPEG, CRITICAL, and BLACK_SWAN — because each commit costs ~5,000 lamports and the operator wallet runs lean. The receipt is still cryptographically verifiable offline via the inputs above.