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

# Disclaimer

This is a community-run project the expectation of success should not solely fall on the work of one individual or a group of individuals. Furthermore this project like all projects in Decentralised Finance is an experiment and there should be no expectations of profits or returns. Please remove any sort of expectation on the performance of the SWEET token price or any type of profits or money that can be made from this project. This project might not work out. Our hope is that a large enough community grows around it to help it be successful.

This paper is produced for educational and informational purposes only and is not intended to be used as a financial promotion or advice. 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 good faith. SweetDAO 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. SweetDAO 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 SweetDAO, nor does it express any rights, obligations, conditions, performance, covenants, promises, or warranties on behalf of SweetDAO to the recipient, nor does it establish any relationship between SweetDAO and any recipient or other party.

\
\
\ <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://sweetdao.gitbook.io/whitepaper/white-paper/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.
