> For the complete documentation index, see [llms.txt](https://midashand-1.gitbook.io/midaspredict/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://midashand-1.gitbook.io/midaspredict/legal/risks.md).

# Risks

| Risk                             | Severity  | Mitigation                                                                     |
| -------------------------------- | --------- | ------------------------------------------------------------------------------ |
| Smart contract exploits          | 🔴 High   | Multiple audits, formal verification, tiered deployment, bug bounty            |
| Oracle manipulation or failure   | 🔴 High   | Multi-source aggregation, dispute window, panel fallback, dispute bonds        |
| LitVM network dependency         | 🔴 High   | Monitoring, circuit breakers, EVM portability to alternative L2s               |
| Bridge and rollup risk           | 🟠 Medium | Bridge health monitoring, stablecoin collateral alternative, market pause      |
| Regulatory uncertainty           | 🔴 High   | Legal review per jurisdiction, geo-fencing, governance transparency            |
| Sybil and referral abuse         | 🟠 Medium | Minimum deposits, circular-referral detection, velocity limits, monthly resets |
| Thin liquidity in new categories | 🟠 Medium | LS-LMSR bounded loss, boosted MP incentives, gradual expansion                 |
| Creator spam                     | 🟡 Low    | Minimum collateral, community flagging, UI curation, creator reputation        |
| Dispute resolution complexity    | 🟠 Medium | Tiered design, automated resolution for most markets, dispute bonds            |


---

# 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://midashand-1.gitbook.io/midaspredict/legal/risks.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.
