Audit ledger/f5459c39
Detected Thu, 16 Jul 2026 07:38:44 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
1e49c0f1a878f3b4a4d8c500dc796b87fee2d519c3a6f36602b602a847ccd20f{
"confidence_label": "high",
"discount_raw": "-0.00172019300496",
"discount_smooth": "-0.0017204252858314246410598230",
"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": "hyUSD",
"candidate_since": "2026-07-16T07:38:14.148329392Z",
"candidate_state": "DRIFT",
"class": "stable_cdp",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "-0.0017205248347763209157997471",
"hyusd_cr": "1.2995953217762594127472120481",
"intrinsic_sol": null,
"intrinsic_usd": "1",
"market_sol": null,
"market_usd": "1.00172019300496",
"now": "2026-07-16T07:38:44.158433629Z",
"previous_state": "PEGGED",
"pyth_entries": {
"USDC/USD": {
"confidence": "0.00083194",
"price": "0.99978706",
"publish_time": "2026-07-16T07:38:41Z"
}
},
"threshold_kind": "cr",
"thresholds": {
"black_swan": 100,
"critical": 105,
"depeg": 115,
"drift": 130
}
}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 f5459c39-ede2-47d0-9cd2-6319a2294bde
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.