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

# Disclaimer

### About the AIFinBotX project

This document and related materials are provided for project introduction and informational purposes only. They do not constitute investment, financial, legal, or tax advice.

***

### 1. Not investment advice

All AIFinBotX content, including but not limited to:

* Whitepaper materials
* Tokenomics design
* Revenue models
* Roadmaps
* Ecosystem plans

Is provided only as a **conceptual explanation and system design reference**. It does not constitute:

* Advice to buy, hold, or trade any asset
* A guarantee or promise of future returns
* A prediction or warranty of price performance

***

### 2. Risk notice

Participation in any blockchain, Web3, or digital asset system carries risk, including but not limited to:

* Market price volatility
* Liquidity risk
* Technical system risk
* Smart contract risk
* Policy and regulatory risk
* Third-party dependency risk

Users should assess risks independently and make their own decisions.

***

### 3. No guarantee of returns

Any AIFinBotX-related:

* Revenue model
* Staking mechanism
* Buyback and burn mechanism
* Ecosystem distribution model

Is a **system design reference model** only. It does not constitute any:

* Fixed return commitment
* Principal protection commitment
* Guaranteed yield
* Guaranteed return on investment

Actual outcomes may vary based on markets, technology, and ecosystem development.

***

### 4. Technology and development uncertainty

AIFinBotX is an evolving system design. This includes but is not limited to:

* AI system development
* Compute network buildout
* Payment system integration
* Global ecosystem expansion

These areas may be adjusted, optimized, or changed based on actual conditions.

***

### 5. Third-party dependency risk

The ecosystem may rely on third-party services, including but not limited to:

* Blockchain networks
* Cloud and GPU providers
* Payment and financial infrastructure
* External APIs and protocols

Any interruption or change in third-party services may affect system operations.

***

### 6. Forward-looking statements

This document may contain forward-looking statements, such as:

* Future development paths
* Ecosystem expansion plans
* Technology directions
* Market growth expectations

These statements reflect planning and vision only. They are not binding commitments.

***

### 7. User responsibility

Users should understand and agree that they:

* Bear all risks of using related systems
* Should conduct full due diligence before participating
* Should not rely on a single information source when making decisions

***

### 8. Legal compliance

AIFinBotX is intended to explore AI and Web3 applications. It does not aim to evade or violate regulation in any jurisdiction.

Users must comply with the laws and regulations where they are located.

***

### 9. No warranty

AIFinBotX makes no express or implied warranty regarding:

* System stability
* Revenue performance
* Market performance
* Ongoing technical availability
* Long-term ecosystem success

***

### 10. Final statement

By using these materials, you acknowledge and agree that:

* The project is a forward-looking system design and conceptual framework
* It is not an investment or financial product recommendation
* All participation is based on your own independent judgment


---

# 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://trading-labs.gitbook.io/aifinbotx/aifinbotx-whitepaper-en/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.
