Audit ledger/1fb7c093
Detected Mon, 29 Jun 2026 06:15:37 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
b3a8a306bd9010002dba563a382e97345126751fdd5ee5463cea84b59736c945{
"confidence_label": "medium",
"discount_raw": "0.033140158820164566325395384",
"discount_smooth": "0.0316922749679210993240387219",
"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": "sUSD",
"candidate_since": "2026-06-29T06:15:07.650185178Z",
"candidate_state": "DRIFT",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0310717533169596134663144382",
"hyusd_cr": "1.4714184831448209987063549011",
"intrinsic_sol": null,
"intrinsic_usd": "1.1377036806676104",
"market_sol": null,
"market_usd": "1.10",
"now": "2026-06-29T06:15:37.700098029Z",
"previous_state": "PEGGED",
"pyth_entries": {},
"threshold_kind": "bps",
"thresholds": {
"critical": 800,
"depeg": 500,
"drift": 275
}
}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 1fb7c093-e319-41a0-a954-8b80a001cde9
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.