Audit ledger/cb9d6f58
Detected Sat, 27 Jun 2026 06:00:08 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
a37cf9c53336e890ffb35bd80b2318ec32a624f3c833c7c661f47ab799aa10b5{
"confidence_label": "high",
"discount_raw": "0.0316099577877163621858528779",
"discount_smooth": "0.0217488978561347618093138722",
"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-27T05:59:37.719808603Z",
"candidate_state": "DEPEG",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0175227293140283616479400125",
"hyusd_cr": "1.4599710117029589880327333731",
"intrinsic_sol": null,
"intrinsic_usd": "1.11318782",
"market_sol": null,
"market_usd": "1.078",
"now": "2026-06-27T06:00:08.030496128Z",
"previous_state": "PEGGED",
"pyth_entries": {
"PST/USDC.RR": {
"confidence": "0.00002064",
"price": "1.11318782",
"publish_time": "2026-06-27T06:00:02Z"
}
},
"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 cb9d6f58-347b-4b3e-a955-a726229bff62
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.