> 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/terms-of-use.md).

# Terms of Use

These Terms of Use (the "TOU") are between you and DapDap, a private limited company incorporated under the  Singapore, and referred to as "DapDap," "the Company," "we," "our," or "us" in this document. By accessing and using the website DapDap.io, including associated content, software, and applications (collectively the "Site"), you acknowledge that you have read, understood, and accepted these TOU, along with any referenced terms, policies, and additional conditions provided on the Site. As the user, you are solely responsible for complying with applicable laws and regulations, and your acceptance of these Terms implies your agreement to be bound by them.

The legal and regulatory status of GameFi projects, NFTs, and cryptocurrencies may vary across jurisdictions, and it is your responsibility to ascertain the legality of participating in, designing, developing, communicating, or trading associated digital assets within GameFi projects and NFTs in your jurisdiction. Prior to using our services, we recommend seeking professional legal advice to understand the regulatory requirements, investment rights, and any legal or tax implications under national legislation in your jurisdiction.

DapDap reserves the right to amend any provision of these Terms at its sole discretion, without prior notice. We advise you to regularly review the updated Terms on our Site. By continuing to use our Site and Services, you are deemed to have accepted any amendments implemented by DapDap. If you do not agree to these Terms, please refrain from using the Site and Services and cease all access immediately.

<mark style="color:red;">**PLEASE READ THESE TERMS CAREFULLY as they contain important information regarding your legal rights, including your rights and obligations, limitations of liability for third parties, and disclaimers of warranties. By accessing and using our Services, you irrevocably agree to comply with the most recent version of these Terms as posted on the Site. If you do not agree to any of these terms, you must refrain from using the Services.**</mark>


---

# 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/terms-of-use.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.
