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

# Disclaimer

This paper is produced for educational and informational purposes only and is not intended to be used as a financial promotion. No information, data, or analysis presented are intended to form the basis of any investment decision. Nothing in this paper should be construed as an offer or inducement to engage in any form of investing activity. This paper is not a prospectus, invitation, inducement, or proposal for investment, nor is it meant to be a sale or issuance of securities, interests, or assets. The information in this document is provided in a good faith. Soldex.ai expressly disclaims any and all responsibility, and Recipients expressly waive all claim for any direct or indirect loss or damages of any kind (whether foreseeable or not) arising directly or indirectly from (i) reliance on any information contained in this document or any information made available in connection with any further inquiries, (ii) any error, or inaccuracy in this document, (iii) any action resulting therefrom or (iv) usage or acquisition of products. This disclaimer applies notwithstanding any default, lack of care or negligence. Soldex.ai reserves the right to amend, alter, or correct this document at any time without warning or incurring any duty or liability to any receiver. This contract does not attach Soldex.ai, nor does it express any rights, obligations, conditions, performance, covenants, promises, or warranties on behalf of Soldex.ai to the recipient, nor does it establish any relationship between Soldex.ai and any Recipient or other party.&#x20;


---

# 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://soldexai.gitbook.io/soldex-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.
