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

# Disclaimer

WAODAO is an experimental project at the intersection of AI art, NFTs, WAO tokens, Friendly Pools, cross-chain liquidity and Human + AI co-creation.

The information in this GitBook, on the WAODAO website, in our social media, APIs and other public materials is provided for informational and educational purposes only. It is not financial, investment, legal, tax or trading advice.

WAODAO, its founders and contributors do not recommend buying, selling or holding any NFT, token, coin or other digital asset. Always do your own research and consult qualified advisors before making financial or legal decisions.

WAODAO NFTs are digital art and cultural artifacts connected to the daily ArtChain. WAO is an experimental ecosystem token. Their value may rise, fall, become illiquid or go to zero. There is no guarantee of profit, liquidity, income, buyback, treasury distribution or future utility.

Crypto assets involve significant risks, including market volatility, smart contract bugs, bridge risks, wallet hacks, phishing, DEX slippage, impermanent loss, marketplace restrictions, regulatory changes and tax obligations. Use only funds you can afford to lose.

WAODAO uses AI tools, human input, news, trends, prompts, curation and sometimes real artists to create or influence artworks. AI-assisted art may raise questions around authorship, originality, copyright and commercial use. Unless explicitly stated otherwise, buying a WAODAO NFT does not transfer WAODAO brand rights, trademarks, website content, protocol designs or broader project intellectual property.

WAODAO may use third-party infrastructure such as Ethereum, Solana, OpenSea, Uniswap, Balancer, Meteora, Wormhole, Safe / Gnosis Safe, wallets, explorers, AI tools and hosting providers. We do not control these systems and are not responsible for their outages, bugs, fees, policy changes, delistings or security issues.

WAODAO values openness and creative freedom. However, we may hide or refuse to display user-submitted phrases, prompts or other content on WAODAO-controlled interfaces if they include hate, threats, private information, impersonation, scams, spam, illegal activity, explicit sexual content, extremist content or calls for real-world harm.

By interacting with WAODAO NFTs, WAO tokens, Friendly Pools, bridges, DEXes, websites or other project infrastructure, you acknowledge that you do so at your own risk.


---

# 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://waodao.gitbook.io/docs/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.
