Audit ledger/659068b9
Detected Wed, 22 Jul 2026 16:40:44 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
c51e9d79bdc0eb1a633e0679300db2404baf0b5d230a4d243eb0fde802df18d6{
"confidence_label": "high",
"discount_raw": "0.0034808981798520036050707225",
"discount_smooth": "0.0033157321611535633264101818",
"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": "hyloSOL+",
"candidate_since": "2026-07-22T16:40:14.159375188Z",
"candidate_state": "DRIFT",
"class": "lst",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0032449467245685174926985215",
"hyusd_cr": "1.2495714058530218862741829183",
"intrinsic_sol": "1.000003683",
"intrinsic_usd": "78.65461125386634231",
"market_sol": "0.996522772",
"market_usd": "78.461220453420",
"now": "2026-07-22T16:40:44.218272537Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SOL/USD": {
"confidence": "0.04600069",
"price": "78.65375",
"publish_time": "2026-07-22T16:40:42Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 350,
"depeg": 120,
"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 659068b9-a7e9-4baa-9d9d-3e448bf643f2
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.