Audit ledger/fac7c5ea
Detected Sat, 04 Jul 2026 09:03:14 GMT
v0.5.0sourcefbdc82edd1ae417b2af0f4861fdea739b1695f96Changes when assets.toml is edited. Does not change methodology behavior.
3a459b27c8fd8ec51bd7a208ab62c826ad729b7c885231752d3e0cf5fcb85236{
"confidence_label": "high",
"discount_raw": "0.0085091111712589542030127652",
"discount_smooth": "0.0068000526071317621792383798",
"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": "corvusSOL",
"candidate_since": "2026-07-04T09:02:44.235862137Z",
"candidate_state": "DRIFT",
"class": "lst",
"confirm_up_secs": 30,
"decay_down_secs": 120,
"ewma_prev": "0.0060675989367915370261922145",
"hyusd_cr": "1.4681933803401150768980289916",
"intrinsic_sol": "1.0306523695917779098857103864",
"intrinsic_usd": "84.43619537880640526738682341",
"market_sol": "1.021882434",
"market_usd": "83.69392549776738006",
"now": "2026-07-04T09:03:14.254147385Z",
"previous_state": "PEGGED",
"pyth_entries": {
"SOL/USD": {
"confidence": "0.044",
"price": "81.925",
"publish_time": "2026-07-04T09:03:09Z"
}
},
"threshold_kind": "bps",
"thresholds": {
"critical": 300,
"depeg": 140,
"drift": 55
}
}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 fac7c5ea-37d2-4167-927b-97b80bbeeb5a
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.