Audit ledger/822102cf
Detected Sat, 27 Jun 2026 18:11:37 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
c6d8293cb51805ed18e5a50f7788032af47e0b269e227dbb4aab840af3f4c805{
"confidence_label": "medium",
"discount_raw": "0.0119494918281082063693669994",
"discount_smooth": "0.0112097626647887478316502153",
"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": "PST",
"candidate_since": "2026-06-27T18:11:07.816401683Z",
"candidate_state": "DEPEG",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0108927358805089798869144507",
"hyusd_cr": "1.4638745576959964156743930136",
"intrinsic_sol": null,
"intrinsic_usd": "1.11330341",
"market_sol": null,
"market_usd": "1.10",
"now": "2026-06-27T18:11:37.856781927Z",
"previous_state": "DRIFT",
"pyth_entries": {
"PST/USDC.RR": {
"confidence": "0.00209039",
"price": "1.11330341",
"publish_time": "2026-06-27T18:11:35Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 250,
"depeg": 100,
"drift": 30
}
}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 822102cf-c0c4-4d52-860c-d0356e39ac84
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.