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

# Legal Disclaimer

Legal Disclaimer Nothing in this Whitepaper is an offer to sell, or the solicitation of an offer to buy, any tokens. SocialAnimal.Earth (SAE)is publishing this White Paper SAE to receive feedback and comments from the public. If and when SocialAnimal.Earth (SAE) offers for sale any tokens (or a Simple Agreement for Future Tokens), it will do so through definitive offering documents, including a disclosure document and risk factors. Those definitive documents also are expected to include an updated version of this White Paper, which may differ significantly from the current version. If and when SocialAnimal.Earth(SAE) makes such an offering in the United States, the offering likely will be available to accredited investors. Nothing in this White Paper should be treated or read as a guarantee or promise of how SocialAnimal.Earth (SAE) business or the tokens will develop or of the utility or value of the tokens. This White Paper outlines current plans, which could change at its discretion, and the success of which will depend on many factors outside SocialAnimal.Earth(SAE) control, including market-based factors and factors within the data and cryptocurrency industries, among others. Any statements about future events are based on SocialAnimal.Earth (SAE) analysis of the issues described in this White Paper. That analysis may prove to be incorrect.


---

# 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://docs.socialanimal.earth/legal-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.
