> For the complete documentation index, see [llms.txt](https://docs.zircofi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zircofi.com/risk/framework.md).

# Risk framework

A venue that lists real-world assets carries real-world risks, and the honest posture is to enumerate them, say who bears each one, and document the mitigation. This section is that enumeration. Anything not listed here that should be is a documentation bug; report it.

## The map

| Risk                            | Borne by                       | Mitigation                                                                    | Detail                                                   |
| ------------------------------- | ------------------------------ | ----------------------------------------------------------------------------- | -------------------------------------------------------- |
| Oracle failure or manipulation  | LPs, traders                   | Guard stack, staleness bounds, cross-checks, the band, halts                  | [Oracles and market sessions](/risk/oracles.md)          |
| Weekend and overnight gaps      | LPs                            | Closed-regime spread multipliers and clip reductions                          | [Trading regimes](/protocol/trading-regimes.md)          |
| Issuer credit and freeze rights | Everyone holding a Stock Token | Disclosure, bytecode review, tier caps, single-issuer exposure reporting      | [Issuer risk](/risk/issuer.md)                           |
| Sequencer outage or censorship  | Traders mid-flow, LPs          | Recovery grace, forced inclusion via L1, halts                                | [Sequencer and chain risk](/risk/sequencer-and-chain.md) |
| Contract bugs                   | Everyone                       | Audits, invariant suite, bounty, guarded caps, minimal upgradeability         | [Security programme](/architecture/security.md)          |
| Adverse or toxic flow           | LPs                            | Inventory bands, skew pricing, one-sided quoting, clips                       | [Anchor vaults](/protocol/anchor-vaults.md)              |
| Quote-asset depeg               | Everyone                       | Native MiCA-regulated issuer; disclosed as a concentration                    | [Quote asset: USDG](/assets/usdg.md)                     |
| Parameter error                 | LPs, traders                   | Timelock, published rationale, the band as backstop, guarded caps             | [Parameter governance](/transparency/governance.md)      |
| Maker misbehaviour              | Takers                         | Signature verification, expiry, nonces, the band, attestation revocation      | [RFQ settlement](/protocol/rfq.md)                       |
| Regulatory change               | The venue                      | Boundary enforcement that can tighten by parameter, jurisdiction-gated access | [Compliance model](/compliance/model.md)                 |

## The band is the common backstop

Most failures above end at the same place: the oracle band. Whatever goes wrong upstream (a bad parameter, a compromised maker key, a misrouted quote), no fill can clear more than the band width from the last guarded oracle price. The band converts a long list of tail scenarios into a bounded per-fill cost, which is what makes the guarded launch caps meaningful: worst-case exposure is arithmetic, not hope.

## What the venue does not protect against

Being explicit about the residual is part of the framework:

* **Market risk.** A trader who buys tokenized NVDA owns NVDA exposure. The venue prices transactions; it does not insure positions.
* **Issuer insolvency.** Tier caps and disclosure bound and surface the exposure; they do not remove it.
* **A correct oracle reporting a violent market.** Halts trigger on staleness, pauses and implausible jumps, not on legitimate volatility. A crash prices through the venue as it prices through the underlying.

## How this section is maintained

Every incident, wherever it lands on this map, produces a published post-mortem and, where warranted, a parameter or design change through the timelock. The [Lessons from RWA trading](/risk/lessons.md) page records the industry's incidents and this venue's answers to each; the intent is that ZircoFi's own record is maintained to the same standard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zircofi.com/risk/framework.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
