Audit ledger/4d836bf0
Detected Mon, 20 Jul 2026 19:46:44 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
49db94f6131ba27f535f40c904cba30def8884f694e5c0fcbf97d74d341efd45{
"confidence_label": "high",
"discount_raw": "0.0064185448815141981017007158",
"discount_smooth": "0.0059805317447572277397425450",
"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-20T19:45:49.130842744Z",
"candidate_state": "DRIFT",
"class": "lst",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0057928118290042404417604719",
"hyusd_cr": "1.2517585436048065747763105381",
"intrinsic_sol": "1.0332136984959918021028228534",
"intrinsic_usd": "80.02883924403041410145982738",
"market_sol": "1.02658197",
"market_usd": "79.5889034937632682",
"now": "2026-07-20T19:46:44.242254385Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SOL/USD": {
"confidence": "0.0388219",
"price": "77.45639506",
"publish_time": "2026-07-20T19:46:41Z"
}
},
"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 4d836bf0-6700-495e-b621-ccc117f4d493
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.