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

# 9. Risk Disclaimer

**Market Risk:** Prediction market trading involves significant risk and may result in partial or total loss of principal. Past performance does not guarantee future results. Prism Network, as a strategy account platform, does not guarantee user profitability.

**Technical Risk:** The project involves cutting-edge technologies including blockchain, smart contracts, and AI models, which carry inherent risks such as code vulnerabilities, cyberattacks, and node failures. All smart contracts will undergo third-party security audits (e.g., CertiK, SlowMist, etc.), but audits cannot guarantee 100% security.

**Regulatory Risk:** Prediction markets face varying regulatory requirements across different jurisdictions. Some regions may classify prediction markets as gambling activities and impose restrictions or prohibitions. Prism Network will comply with applicable laws and regulations in each region, but changes in regulatory policy may impact the operation and development of the project.

**Strategy Performance Risk:** Historical performance data of Flux strategy accounts is based on specific market conditions and does not guarantee the same effectiveness in future markets. Strategy developers may experience performance degradation due to market changes, model failures, or operational errors.

**Competition Risk:** The prediction market space is highly competitive. Existing platforms and emerging projects may introduce similar features, potentially affecting Prism Network's market share and user growth.

**Capital Risk:** Investors should exercise prudence based on their own risk tolerance. The price of PRSM tokens may experience significant volatility due to market sentiment, liquidity changes, macroeconomic factors, and other variables.


---

# 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://prismnetwork.gitbook.io/prismnetwork-docs/9.-risk-disclaimer.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.
