> For the complete documentation index, see [llms.txt](https://insightx-2.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insightx-2.gitbook.io/whitepaper/insightx-whitepaper/9.-risk-warnings-and-disclaimers.md).

# 9. Risk Warnings and Disclaimers

Investing in and participating in blockchain projects inherently carries risks. The InsightX team has made every effort to build a secure, transparent, and compliant protocol, but users still need to be fully aware of the following risks:

* **Market Risks :** Market outcomes are uncertain, and price fluctuations may result in principal loss; sharp fluctuations in the price of crypto assets may also affect overall returns.
* **Smart contract risks :** Although all core contracts will be audited by multiple professional auditing firms, there may still be unknown vulnerabilities or hacker attacks.
* **Liquidity risk :** The market may face insufficient liquidity in the early stages, leading to slippage or inability to close positions in a timely manner.
* **Regulatory risks :** Uncertainty exists regarding global regulatory policies toward prediction markets, DeFi, and AI applications, which may affect the availability of the protocol.
* **Technical risks :** Technical factors such as AI model output deviation, cross-chain execution failure, or oracle delay may affect system performance.
* Other risks include, but are not limited to, operational risks, team execution risks, and force majeure events.

By participating in InsightX, users acknowledge and voluntarily assume the aforementioned risks. The InsightX team and its affiliates assume no legal liability for any direct or indirect losses. This white paper is for informational purposes only and does not constitute any investment advice, financial advice, or recruitment document. All data and forecasts represent current views and do not indicate future performance. Users are advised to conduct independent due diligence and consult with professional advisors.


---

# 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://insightx-2.gitbook.io/whitepaper/insightx-whitepaper/9.-risk-warnings-and-disclaimers.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.
