Audit ledger/cf3c6b00
Detected Tue, 14 Jul 2026 13:27:04 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
a1710c4d7ad8ea1524963407007ab5457adf062b7a9b0da301b29917883c6354{
"confidence_label": "high",
"discount_raw": "0.00011495524825",
"discount_smooth": "-0.0020091540194780914017768924",
"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": "PYUSD",
"candidate_since": "2026-07-14T13:25:59.125751692Z",
"candidate_state": "DRIFT",
"class": "stable_fiat",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "-0.0029194865627901305739669892",
"hyusd_cr": "1.4061868635309502153459694708",
"intrinsic_sol": null,
"intrinsic_usd": "1",
"market_sol": null,
"market_usd": "0.99988504475175",
"now": "2026-07-14T13:27:04.124009666Z",
"previous_state": "PEGGED",
"pyth_entries": {
"USDC/USD": {
"confidence": "0.00050635",
"price": "0.99985005",
"publish_time": "2026-07-14T13:26:58Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 200,
"depeg": 50,
"drift": 15
}
}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 cf3c6b00-eadb-4f91-8f3b-8143fdec0125
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.