Audit ledger/7271786e
Detected Sat, 18 Jul 2026 17:02:14 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
c365241d32c8fd3d672694e65a03c378eb80ecfdde6f5811cff1a1eb395d8d5d{
"confidence_label": "high",
"discount_raw": "0.0112844306063513085808896517",
"discount_smooth": "0.0088391248738599250761063873",
"final_state": "DRIFT"
}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": "corvusSOL",
"candidate_since": "2026-07-18T17:01:14.247565134Z",
"candidate_state": "DRIFT",
"class": "lst",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0077911367027921892883421311",
"hyusd_cr": "1.2139429899106558352722841854",
"intrinsic_sol": "1.0329026138693273046729586668",
"intrinsic_usd": "77.599391144125939359204248333",
"market_sol": "1.021246896",
"market_usd": "76.68826309482726912",
"now": "2026-07-18T17:02:14.226361897Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SOL/USD": {
"confidence": "0.03793522",
"price": "75.12750002",
"publish_time": "2026-07-18T17:02:10Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 300,
"depeg": 140,
"drift": 55
}
}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 7271786e-616d-484f-8252-0cb95b3be77c
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.