Audit ledger/83d4e3c0
Detected Sat, 27 Jun 2026 07:39:45 GMT
v0.4.0source56ef7ac7048e1733a3e86f16dc0631356d9cf62dChanges when assets.toml is edited. Does not change methodology behavior.
049896f73e6ad636153a1758cc4d218def319058669b3f984e3ab112b0c81516{
"confidence_label": "medium",
"discount_raw": "0.0028776770578430839200425036",
"discount_smooth": "0.0030726037936770599088424449",
"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": "PST",
"candidate_since": "2026-06-27T07:37:45.327375813Z",
"candidate_state": "DRIFT",
"class": "stable_yield",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0031561438233201924754709911",
"hyusd_cr": "1.4649386620812855791744915638",
"intrinsic_sol": null,
"intrinsic_usd": "1.11320344",
"market_sol": null,
"market_usd": "1.11",
"now": "2026-06-27T07:39:45.558983270Z",
"previous_state": "CRITICAL",
"pyth_entries": {
"PST/USDC.RR": {
"confidence": "0.0020673",
"price": "1.11320344",
"publish_time": "2026-06-27T07:39:42Z"
}
},
"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 83d4e3c0-5184-478f-aeb6-2b7f0004afbb
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.