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

# Legal Disclaimer

This whitepaper is for **informational purposes only** and does not constitute financial, investment, legal, or tax advice. The information contained herein is subject to change and should not be considered as an offer or solicitation to buy or sell any securities, tokens, or financial instruments.

$MERK is a **utility token** designed for use within the Meerkat ecosystem and does not represent equity, ownership, or entitlement to any revenue, dividends, or governance rights. The purchase, holding, or staking of $MERK **does not grant any rights, claims, or guarantees of financial return.**

Participation in the **$MERK presale, staking, or any related activities carries risks, including but not limited to market volatility, regulatory changes, and smart contract vulnerabilities.** Users are advised to conduct their own research and consult with a qualified professional before making any investment decisions.

$MERK and its associated ecosystem are **not available in jurisdictions where digital asset participation is restricted or prohibited.** It is the responsibility of users to comply with the laws and regulations of their respective jurisdictions.

By engaging with the $MERK ecosystem, users acknowledge and accept the inherent risks and agree that neither the project team, developers, nor affiliates shall be liable for any financial losses, legal implications, or regulatory consequences.

**No guarantees are provided regarding future performance, token value, or project success.** Cryptocurrency investments are highly speculative and may result in partial or total loss of funds.

This whitepaper does not establish any contractual obligations between $MERK and its participants. All information is provided “**as is**” without warranties of any kind.


---

# 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.meerkat.wtf/about/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.
