Audit ledger/b6dff459
Detected Wed, 01 Jul 2026 11:07:07 GMT
v0.4.0source274a89e9b05ece9e51b253a8ee5dc90bdf03314fChanges when assets.toml is edited. Does not change methodology behavior.
40f1a9dc403bd7260fc0ab6409cc123112105b849bbe9e9d2ca03b6a874eafdd{
"confidence_label": "medium",
"discount_raw": "0.0037431792084540307447008965",
"discount_smooth": "0.0033809940173341267719819306",
"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": "PST",
"candidate_since": "2026-07-01T11:06:36.890541325Z",
"candidate_state": "DRIFT",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0032257717925684536408166594",
"hyusd_cr": "1.475043556937150414447584862",
"intrinsic_sol": null,
"intrinsic_usd": "1.11417054",
"market_sol": null,
"market_usd": "1.11",
"now": "2026-07-01T11:07:07.115999843Z",
"previous_state": "PEGGED",
"pyth_entries": {
"PST/USDC.RR": {
"confidence": "0.00251235",
"price": "1.11417054",
"publish_time": "2026-07-01T11:07:05Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 250,
"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 b6dff459-c483-4b7e-b11d-7df7533eb3b9
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.