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

# Risk Disclaimer

**Please read this carefully. Ananasverse is not a promise of returns.**

## No guaranteed returns

* The ecosystem does **not** promise, guarantee, or imply any fixed yield, APY, or profit.
* Payouts are whatever the underlying real businesses actually earn after the fund managers take their fee.
* Real businesses can lose money. If operations underperform, distributions are lower — or zero.

## Not financial advice

* Nothing in this documentation is financial, legal, or investment advice.
* This is not an offer or solicitation to buy or sell any security, token, or financial product.
* Do your own research and consult a professional financial advisor before participating.

## Crypto and NFT risks

* Digital asset markets are volatile; the value of a Worker NFT or $ANANAS can go up or down.
* Smart contracts, while audited, are not immune to bugs or exploits.
* Regulatory treatment of tokens and NFTs varies by jurisdiction and may change.
* Mint proceeds are allocated to real-world operations; liquidity to pay claims depends on those operations performing.

## Operational risks

* The fund operates real businesses (F\&B, Real Estate, Transport & Logistics) that face competition, cost inflation, regulation, and market cycles.
* The fund managers take a fee for their work — proof of effort, not proof of profit.
* Timeframes on the [Roadmap](/roadmap.md) are indicative and may shift.

## Your responsibilities

* Keep your wallet private keys safe. Never share them with anyone.
* Only interact with official, verified contract addresses and official project channels.
* Only participate with funds you can afford to lose.

By minting a Worker NFT or holding $ANANAS, you acknowledge that you understand and accept these risks.


---

# 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://docs.ananasverse.xyz/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.
