Audit ledger/627f8084
Detected Fri, 10 Jul 2026 11:14:14 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
d7b39c44c0f5cad34fc9d079392b79f8cd836c57bc8c69c824b00e4e7c506c16{
"confidence_label": "high",
"discount_raw": "0.0082327611283829106244996676",
"discount_smooth": "0.0070339413012331990443247772",
"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-10T11:13:44.235420651Z",
"candidate_state": "DRIFT",
"class": "lst",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0065201613753118940813926813",
"hyusd_cr": "1.4603767470261312513031772859",
"intrinsic_sol": "1.0316757530366956757235388902",
"intrinsic_usd": "81.88000672306498908768722133",
"market_sol": "1.023182213",
"market_usd": "81.20599546396637716",
"now": "2026-07-10T11:14:14.252283158Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SOL/USD": {
"confidence": "0.05023447",
"price": "79.36602802",
"publish_time": "2026-07-10T11:14: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 627f8084-54aa-4476-8d1f-b0ae69e33753
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.