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

# Disclaimer

This litepaper and the Earn Alliance website are intended for informational purposes only and do not constitute a prospectus, an offer document or an offer of securities, a solicitation for investment, any offer to sell any product, item or asset (whether digital or otherwise), the solicitation of an offer to buy any securities or other financial instruments in any jurisdiction, nor any form of investment advice.

The information herein may not be exhaustive and does not imply any element of a contractual relationship. There is no assurance as to the accuracy or completeness of such information, and no representation, warranty or undertaking is or purported to be provided as to the accuracy or completeness of such information. Where this litepaper or the Earn Alliance website includes information that has been obtained from third-party sources, we have not independently verified the accuracy or completion of such information. Further, you acknowledge that circumstances may change and that the litepaper or the Earn Alliance website may become outdated as a result; and we are under no obligation to update or correct this document in connection therewith.

The contents of this litepaper and the Earn Alliance website do not constitute investment advice or a recommendation, or a solicitation to buy or sell any investment and should not be used in the evaluation of the merits of making any investment decision. It should not be relied upon for accounting, legal or tax advice or investment recommendations. Prospective investors are urged to consult their own professional advisors concerning the consequences of their making any investment in connection with any matter we discuss.

All statements contained herein may constitute forward-looking statements (including statements regarding intent, belief or current expectations with respect to market conditions, business strategy and plans, financial condition, specific provisions and risk management practices). You are cautioned not to place undue reliance on these forward-looking statements given that these statements involve known and unknown risks, uncertainties and other factors that may cause the actual future results to be materially different from that described by such forward-looking statements, and no independent third party has reviewed the reasonableness of any such statements or assumptions. These forward-looking statements are applicable only as of the date indicated in this litepaper and Earn Alliance and its affiliates and representatives expressly disclaim any responsibility (whether express or implied) to release any revisions to these forward-looking statements to reflect events after such date.

Earn Alliance and its affiliates and representatives also disclaim any responsibility for any loss or damage of any kind whatsoever arising directly or indirectly from: (1) reliance on any information contained in this litepaper, (2) any error, omission or inaccuracy in any such information, or (3) any action resulting from such information.

By accessing this litepaper or any part thereof, you represent that you agree to the above and are not prohibited by any law or regulation applicable to you from accessing or receiving this information.&#x20;

**This litepaper is subject to change without notice and may not be updated.**

<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://litepaper.earnalliance.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.
