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

# Legal Docs

- [Terms and Conditions](https://docs.layerk.com/legal-docs/terms-and-conditions.md): LayerK Group LTD Terms and Conditions. Join us and shape the future of finance!
- [LayerK DAO Terms & Conditions](https://docs.layerk.com/legal-docs/layerk-dao-terms-and-conditions.md): LayerK Group LTD Terms and Conditions. Join us and shape the future of finance!
- [LayerK Chain Terms and Conditions](https://docs.layerk.com/legal-docs/layerk-chain-terms-and-conditions.md): Terms and Conditions - govern the access and use of the open-source blockchain platform developed by LayerK Group LTD. Join us and shape the future of finance!
- [CloudK Minting Terms and Conditions](https://docs.layerk.com/legal-docs/cloudk-minting-terms-and-conditions.md): CloudK Minting Terms and Conditions. Join us and shape the future of finance!
- [NodeK Minting Terms and Conditions](https://docs.layerk.com/legal-docs/nodek-minting-terms-and-conditions.md): NodeK Minting Terms and Conditions. Join us and shape the future of finance!
- [Trademark Policy](https://docs.layerk.com/legal-docs/trademark-policy.md): Trademark Policy. Our mission is to create secure services and devices that empower individuals to stay ahead in the rapidly evolving FinTech industry
- [Privacy and Cookies](https://docs.layerk.com/legal-docs/privacy-and-cookies.md): Privacy and Cookie Policy. Our mission is to create secure services and devices that empower individuals to stay ahead in the rapidly evolving FinTech industry.
- [Risk Disclousure](https://docs.layerk.com/legal-docs/risk-disclousure.md): Risk Disclosure Policy. Our mission is to deliver secure services and devices that enable individuals to thrive in the fast-paced FinTech industry.
- [Tax Declaration](https://docs.layerk.com/legal-docs/tax-declaration.md): Tax Declaration. Our mission is to deliver secure services and devices that enable individuals to thrive in the fast-paced FinTech industry.
- [Disclaimer](https://docs.layerk.com/legal-docs/disclaimer.md): Read our disclaimer to understand the key terms and conditions you should be aware of when using LAYERK services or engaging with our content, ensuring transparency and compliance.


---

# 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.layerk.com/legal-docs.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.
