Audit ledger/dc336447
Detected Fri, 10 Jul 2026 09:46:14 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
88c576cc1c9c6fdce107c9b0922f36d9b28724084bb90b61fa78fab4e92533de{
"confidence_label": "medium",
"discount_raw": "0.0251527698834498130102550898",
"discount_smooth": "0.0320503515143341098432235261",
"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-07-10T09:45:44.315389033Z",
"candidate_state": "DRIFT",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0350064579275702370573528560",
"hyusd_cr": "1.4579235167632493114497387245",
"intrinsic_sol": null,
"intrinsic_usd": "1.1386399486074257",
"market_sol": null,
"market_usd": "1.11",
"now": "2026-07-10T09:46:14.326509469Z",
"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 dc336447-c50c-42db-8a82-32b2c25df383
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.