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

# DISCLAIMER

This document is a legal notice for users of MOONDOG's materials, including the whitepaper, roadmap, and related content.

1. Nature of Information: The information provided in our roadmap is based on projections and estimates. It is not a guaranteed release schedule. All information within our whitepaper and roadmap is for informational purposes only and should not be considered financial advice.
2. No Inducement for Token Purchase: The content herein should not be interpreted as an inducement to purchase MOONDOG's utility token. MOONDOG token is intended primarily for interaction with the MOONDOG AI bot, as available at the time of the token sale.
3. Limited Use of MOONDOG token: The MOONDOG token is designed exclusively for use within the MOONDOG ecosystem. We make no representations or warranties about the value, security, or suitability of the MOONDOG token for any other purpose.
4. No Guarantee of Value: The value of the MOONDOG token may fluctuate, and there is no guarantee of its value. Users should exercise caution and not assume any promise of financial gain.
5. Due Diligence and Professional Advice: Prospective investors are strongly encouraged to perform due diligence and consult with professional advisors before making any investment decisions related to the MOONDOG token.
6. Release of Liability: By accessing, reading, or using the information in our whitepaper, website, and roadmap, you agree to release and hold harmless MOONDOG, its affiliates, and respective officers, directors, employees, agents, and successors from any claims, losses, liabilities, damages, costs, and expenses, including reasonable attorneys' fees, arising from or related to the use of the information provided.
7. Acknowledgment of Risk: Investing in cryptocurrency tokens like MOONDOG involves a high degree of risk, including the potential loss of your entire investment.
8. Governing Law and Dispute Resolution: This disclaimer is governed by the laws of the State of Delaware, United States. Any disputes arising from or in connection with this disclaimer shall be resolved through arbitration in Delaware in accordance with the rules of the American Arbitration Association.
9. Modification and Notice: MOONDOG reserves the right to modify this disclaimer at any time. Changes will be effective immediately upon posting on our website.

&#x20;By continuing to access or use our information, you acknowledge and accept this disclaimer.


---

# 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://moondog-1.gitbook.io/moondog/readme-2/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.
