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

# Disclaimer

This white paper is for informational purposes only and does not constitute an offer or solicitation to sell securities or any other financial instruments. The information contained in this white paper is not intended to be a complete analysis of every material fact regarding the blockchain project, technology, or company. The information contained in this white paper may be subject to change without notice and is not intended to be relied upon by the reader as investment, legal, or tax advice.

The information contained in this white paper is not intended to be a recommendation or endorsement of any particular blockchain project or investment strategy. The reader should carefully consider their own financial situation and consult with a financial advisor before making any investment decisions.

The company and its affiliates, officers, directors, and employees may have a financial interest in or hold positions in the blockchain project mentioned in this white paper and may buy or sell such positions without notice.

The company makes no representations or warranties, express or implied, as to the accuracy or completeness of the information contained in this white paper. The company shall not be liable for any errors or omissions in this white paper or for any loss or damage of any kind arising from or in connection with the use of this white paper.

By accessing this white paper, the reader agrees to be bound by the terms of this disclaimer.

<br>


---

# 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://typeit.gitbook.io/web3keyboard/whitepaper/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.
