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

# Legal & Risk Disclaimer

This documentation is provided for general informational purposes only. It does not constitute an offer, solicitation, or recommendation to buy, sell, or hold any token or digital asset, and it is not investment, legal, tax, accounting, or financial advice. Nothing here creates a contractual relationship.

**Utility token.** KII is a utility token. Its value is intended to derive from its use within the KiiChain ecosystem, not from speculation, and no representation is made that KII will retain value or increase in price. No dividend, profit-sharing, revenue-sharing, or repurchase rights are conferred on holders.

**No guarantees.** No assurance is given as to any specific outcome, token value, yield, or future performance of KiiChain, KII, or any related product. Any staking or ecosystem rewards vary and are not guaranteed.

**Availability by jurisdiction.** Products and functionality described here are available only where permitted by applicable law and, where required, are delivered through locally licensed partners. Availability differs by jurisdiction, and certain jurisdictions — including the Republic of Korea, The United States, and others, absent local licensing — are excluded. Users are responsible for complying with the laws applicable to them, including KYC/AML requirements.

**Regulatory uncertainty.** The regulatory treatment of blockchain technology and digital assets is evolving and varies by jurisdiction. This may affect the rights, availability, or treatment of KiiChain and KII.

**Forward-looking statements.** This documentation may describe features, roadmaps, or plans that are under development and subject to change without notice. Descriptions of future functionality are not commitments or guarantees that such functionality will be delivered.

**Do your own research.** Digital assets involve significant risk, including total loss. You should conduct your own due diligence and seek independent professional advice before participating.

**No liability.** This documentation is provided "as is," without warranties of any kind. To the maximum extent permitted by law, Kii Global and its affiliates and subsidiaries accept no liability for any loss or damage arising from reliance on this documentation or use of the materials described.


---

# 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.kiiglobal.io/docs/legal-and-risk-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.
