> For the complete documentation index, see [llms.txt](https://docs.yamawake.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yamawake.xyz/english-3/readme/mian-ze-tiao-xiang.md).

# Disclaimer

1. Yamawake (hereinafter referred to as the Dapp) was built by a collection of volunteers, mainly an anonymous development team. There is no control responsibility or guarantee on the part of any specific person, organisation or any other entity by any definition.
2. All consequences of the use of the Dapp and related protocols etc. are the sole responsibility of the user.
3. The Dapp functions like a natural product without any special right or authority for its operation on the part of the developer, user, stakeholder or any other party.
4. Any glitches, bugs, cracks, exploits, etc related to the Dapp may result in the loss of 100% of the funds. Do not use the Dapp with funds you cannot afford to lose.
5. The Dapp is OSS (Open Source Software) under (licence). 　
6. The Dapp is not under the protection of any jurisdiction, state, etc.
7. Any upgrade or modification of the Dapp is subject to token voting governance by the Yamawake DAO Token (YMWK). All ideas and code suggestions are always welcome as OSS. 8.
8. Extended protocols interacting with the Dapp are outside the scope of the token voting governance in '7' and are free to be developed (e.g. Dapp extended by wrapping the contract).


---

# 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.yamawake.xyz/english-3/readme/mian-ze-tiao-xiang.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.
