Audit ledger/0d59df10
Detected Sat, 27 Jun 2026 13:13:03 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
aedc6ddb7f69186350b856b9cd1b3a61ee407637e6698d8ce765af74dad5bb52{
"confidence_label": "medium",
"discount_raw": "0.0030449521652510376767003904",
"discount_smooth": "0.0030144278840311215992328615",
"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": "sUSDe",
"candidate_since": "2026-06-27T13:12:33.205446043Z",
"candidate_state": "DRIFT",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0030013460492225861374610635",
"hyusd_cr": "1.4691958464853172127587779534",
"intrinsic_sol": null,
"intrinsic_usd": "1.23700137",
"market_sol": null,
"market_usd": "1.23323476",
"now": "2026-06-27T13:13:03.395123551Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SUSDE/USD": {
"confidence": "0.00520567",
"price": "1.23323476",
"publish_time": "2026-06-27T13:13:00Z"
},
"SUSDE/USDE.RR": {
"confidence": "0.00000017",
"price": "1.23700137",
"publish_time": "2026-06-27T13:13:00Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 300,
"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 0d59df10-add7-44a6-9c5c-cf6e6b009f5a
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.