Audit ledger/0ac0de45
Detected Tue, 14 Jul 2026 11:50:37 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
9f62f81d6f6a46bd33604039c8827ec1c20098ed7a349da4b53a1d9b33040ba0{
"confidence_label": "low",
"discount_raw": "-0.00151272",
"discount_smooth": "-0.0184181296339023206417611807",
"final_state": "DEPEG"
}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": "USX",
"candidate_since": "2026-07-14T11:50:07.479971277Z",
"candidate_state": "DEPEG",
"class": "stable_dn",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "-0.0256633051912890294882302582",
"hyusd_cr": "1.3765460052665930175479508729",
"intrinsic_sol": null,
"intrinsic_usd": "1",
"market_sol": null,
"market_usd": "1.00151272",
"now": "2026-07-14T11:50:37.543185815Z",
"previous_state": "PEGGED",
"pyth_entries": {
"USX/USD": {
"confidence": "0.06659438",
"price": "1.00151272",
"publish_time": "2026-07-14T11:50:34Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 300,
"depeg": 100,
"drift": 25
}
}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 0ac0de45-6295-43cc-b7c5-a3fedcfa8430
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.