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

# Disclaimer

The information provided in the wpUSDT documentation is for general informational purposes only. All information in the documentation is provided in good faith, however, we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of any information contained therein.

The wpUSDT project and its documentation are subject to changes and updates without prior notice. Users are advised to verify the currentness of the information, especially before taking any action based on the content provided in this documentation.

The use of wpUSDT and participation in its network involves certain risks, including, but not limited to, risks associated with the cryptocurrency market, technology risks, and regulatory uncertainty. Users should conduct their own due diligence and consult with financial, legal, and tax advisors before making any investment or operational decisions.

The entities involved in the development and maintenance of wpUSDT, including any of their affiliates, officers, directors, employees, or agents, shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages arising out of or in any way connected with the use of the wpUSDT network, the reliance on the documentation, or for any information obtained through the documentation, including but not limited to, losses or damages caused by errors, inaccuracies, or any incomplete information presented.

By accessing and using the wpUSDT documentation, you acknowledge that you have read, understood, and agreed to be bound by this disclaimer. If you do not agree with the terms of this disclaimer, you are advised not to use or rely on the documentation provided for wpUSDT.


---

# 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.wpusdt.com/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.
