Skip to content
FAQ

Questions, answered plainly.

Including the ones with uncomfortable answers. If Pegana can’t do something, it says so here rather than leaving you to find out during a depeg.

What is a peg-risk oracle?

It is a system that continuously answers one question: is this asset still worth what its peg mechanism says it should be worth? Pegana computes each asset's intrinsic value from its own mechanism, compares it against the best executable market quote, and publishes the gap, plus a verifiable receipt every time that gap crosses a threshold.

How does Pegana decide an asset is depegged?

It compares intrinsic value against market value, smooths the result to reject single bad prints, and classifies it against that specific asset's calibrated thresholds with hysteresis so a verdict cannot flap on noise. Thresholds are per-asset because a 30bps move means something very different for USDC than for a leveraged synthetic.

What do PEGGED, DRIFT, DEPEG, CRITICAL and UNKNOWN mean?

PEGGED: the spread is inside the asset's calibrated drift band. DRIFT: outside that band but short of the depeg threshold, worth watching, not yet an event. DEPEG: past the depeg threshold, with hysteresis confirming it held. CRITICAL: a deep, sustained break. UNKNOWN: an input is missing or failed a sanity check, so Pegana reports that it does not know rather than guessing.

Is a premium bad?

It depends entirely on the mechanism, which is why Pegana treats classes differently. A yield-bearing stable is supposed to trade above $1. That is the yield accruing. A leveraged synthetic trades above NAV when leverage demand is high, which is the product working. For those assets the signal that matters is a sustained discount, not a premium. For a fiat-backed stablecoin, a persistent premium is genuinely unusual.

How do I verify a Pegana alert myself?

Every state change emits a receipt containing the frozen inputs and the methodology version that produced it. Install the open-source CLI and re-derive it: `pegana-replay --alert-id <UUID>`. It recomputes the verdict from the same pure functions the live engine ran and compares hashes. If our number is wrong, the CLI says so. You do not have to take our word for it.

Does Pegana anchor its receipts on-chain?

Severe transitions can be anchored on Solana mainnet via an SPL Memo, and some are. Routine ones are not. Anchoring every receipt would cost more than it proves. Each receipt states its own anchoring status explicitly rather than implying all of them are on-chain. The off-chain re-derivation is byte-exact either way, and that is the guarantee that always holds.

What can Pegana NOT detect?

Several things, deliberately stated. It does not model slippage at size. A peg that holds for $10k may not hold for $10m. It does not detect a mechanism depeg, where the peg design itself changes and the intrinsic value we compute is silently wrong while the spread reads near zero. It does not measure solvency or bad debt. And it cannot see a source that has frozen while still reporting fresh timestamps. These are documented in full on the methodology honesty page.

How is this different from a stake-pool ratio or a DefiLlama peg chart?

A stake-pool ratio tells you the exchange rate. A price chart tells you the last trade. Neither tells you whether the market price has diverged from what the mechanism says the asset is worth, by how much, since when, or whether that divergence is inside the range that asset normally lives in. That comparison, and a reproducible record of every time it crossed a line, is the whole product.

How do I get alerted when something moves?

Subscribe on Telegram, register a webhook, or hold a WebSocket open against the live feed. All three carry the same transition payload with a link to its receipt. You can set your own threshold per asset if the default calibration is louder or quieter than you want.

Can an AI agent use Pegana?

Yes, and it is built for that. There is an MCP server with no API keys; free tools are free, paid tools settle per call in USDC on Solana via x402. Every signal carries an evidence URL, so an agent that acts on a peg-risk read can cite the receipt back to whoever it is acting for. The REST API needs no auth for reads.

The full list of what Pegana does not model lives on the honesty page. Pegana is a verifiable computation log. Not an audit, not a guarantee, not financial advice.