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

# Disclaimer

This whitepaper's information is provided solely for educational reasons; it does not constitute investment advice, financial advice, or any other type of advice. The PUT  project and its team disclaim any and all representations and warranties regarding the accuracy, completeness, timeliness, suitability, or validity of any information contained in this whitepaper. They also disclaim responsibility for any errors, omissions, or delays in this information as well as any losses, injuries, or damages resulting from the display or use of this information.\
\
The danger of investing in cryptocurrencies, especially People Utility Token, should be considered. Cryptocurrency values can fluctuate greatly and are influenced by the market.\
\
There is no assurance that any investment in PUT will provide a profit, and past performance is not a reliable predictor of future outcomes. People should do their own research, assess their financial condition, and, if necessary, seek expert advice before investing in PUT or any other cryptocurrency.\
\
The PUT project and its team reserve the right to make modifications to the project at any moment and with prior notice, including to its technology, roadmap, and other components. Regulations and legal constraints that the project must go by could have an effect on how it is developed and implemented. The success of the PUT project will depend on a number of factors, including market adoption, competition, and other circumstances that are beyond the control of the PUT project and its staff.\
\
By using or investing in People Utility Token, individuals acknowledge and accept these risks and disclaimers.


---

# 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://people-utility-token.gitbook.io/peoples-utility-token/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.
