# Risk Protection

The protocol includes robust safeguards to manage exposure and protect provider capital. Three primary layers of protection are enforced by the smart contracts:

1. **5% Daily Drawdown Limit:** Independent games are capped at withdrawing no more than 5% of the pool's daily balance. This prevents a catastrophic drain from a single day of player wins.
2. **50% Loss Threshold (Circuit Breaker):** If sustained player wins reduce the pool balance below 50% of the total expected principal, a circuit breaker automatically halts all new betting until the pool recovers.
3. **80-Week Lock:** All new liquidity provision is subject to a mandatory 80-week lock period. While rewards can be claimed at any time, this lock ensures long-term pool stability and prevents short-term "free-riding" on the house edge.


---

# Agent Instructions: 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:

```
GET https://docs.celestium.digital/staking-manual/staking-explanation/risk-protection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
