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

# Disclaimer

All content provided herein our website, hyperlinked sites, associated applications, forums, blogs, social media accounts and other platforms (“Site”) is for your general information only, procured primarily from third party sources. This does not constitute an endorsement, guarantee, warranty, or recommendation by DapDap. You should conduct your own checks before deciding to access or use any third party services.We make no any warranties of any kind in relation to our content and services, including but not limited to accuracy, security and updatedness.

The information provided on the Site does not constitute investment advice, financial advice, trading advice, legal advice or any other form of advice meant for your specific reliance for any purpose, nor any dealing in (or promotion of) securities for which a license is required from any jurisdiction in or from which we operate. DapDap does not recommend that any tokens or coins should be bought, sold, or held by you. You should always conduct your own checks and consult professional advice by yourself before making any investment decisions. Any use or reliance on our content and services is solely at your own risk and discretion, and you should independently verify and check the accuracy, completeness, reliability and suitability of the information.

Also, trading or investing in coins and tokens is a highly risky activity that can lead to major losses, please therefore consult your financial advisor before making any decision. No content on our Site is meant to be a solicitation or offer.

DapDap expressly disclaims any liability, whether in contract, tort, strict liability or otherwise, for any direct, indirect, incidental, consequential, punitive or special damages arising out of, or in any way connected with, your access to or use of the Site.


---

# 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://dapdap.gitbook.io/dapdaps-documation/overview/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.
