Audit ledger/cb5fb3d9
Detected Fri, 17 Jul 2026 18:14:14 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
2ed6cebea05a3c9e71c26ae4aee6b27be9e9dacc9a9ad2373321176481337e5b{
"confidence_label": "high",
"discount_raw": "-0.618816815577287933528776614",
"discount_smooth": "-0.6114443900723341599410620262",
"final_state": "CRITICAL"
}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": "xSOL",
"candidate_since": "2026-07-17T18:13:29.127821975Z",
"candidate_state": "CRITICAL",
"class": "synth_lev",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "-0.6082847791416396855463272029",
"hyusd_cr": "1.2128972641856438058003357518",
"intrinsic_sol": null,
"intrinsic_usd": "0.0177924450286171732019013142",
"market_sol": null,
"market_usd": "0.02880270920256",
"now": "2026-07-17T18:14:14.189066202Z",
"previous_state": "DEPEG",
"pyth_entries": {
"USDC/USD": {
"confidence": "0.00057374",
"price": "0.99988002",
"publish_time": "2026-07-17T18:14:11Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 6000,
"depeg": 3000,
"drift": 1500
}
}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 cb5fb3d9-a1a3-49ec-9dcd-a867257373b3
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.