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

# Terms of Use

## 1. Acceptance of These Terms

These Terms of Service ("Terms") govern your access to and use of kaiaip.com (the "Site"). By accessing or using the Site, you agree to these Terms. If you do not agree, do not access or use the Site.

## 2. The Site Is Informational Only

The Site is operated by Kaia Investment Partners ("KIP," "we," "us"). The Site is an informational website. It provides general information about KIP, an asset management platform, and its products, together with related disclosures.

The Site does not require an account or registration. It is not an application for transacting: you cannot subscribe, purchase, redeem, swap, connect a wallet, or carry out any other transaction through the Site, and the Site does not provide any brokerage, custody, exchange, or similar service.

Nothing on the Site constitutes an offer to sell, or a solicitation of an offer to buy, any token, product, or other instrument, in any place where such an offer or solicitation would be unlawful. The Site is not directed to any person in a jurisdiction where access to or use of it would be contrary to law.

Any interaction with a product or an onchain vault, including holding, transferring, or redeeming tokens, takes place outside the Site and is governed by the separate terms of the relevant product or vault operator, not by these Terms.

## 3. No Advice

Information on the Site is general in nature and is provided for information only. It does not constitute investment, legal, accounting, or tax advice, and is not a recommendation to buy, sell, or hold anything. You should obtain independent professional advice before making any decision.

## 4. Information, NAV, and Performance

Information on the Site, including any NAV or performance figures, is provided for general information and may not be current. NAV figures shown are externally verified on a regular basis (currently weekly), stated as of a reference date, and may be subject to delay, revision, or correction. Past performance is not indicative of future results, and no yield, distribution, or return is guaranteed.

## 5. Intellectual Property

All content on the Site, including text, graphics, and logos, is owned by or licensed to KIP and is protected by applicable intellectual property laws. You may view the Site for personal, non-commercial use. You may not copy, reproduce, distribute, or create derivative works from the content without permission, except as permitted by law.

## 6. Acceptable Use

You agree not to access the Site by unauthorized means; scrape, harvest, or systematically extract data from the Site; interfere with or disrupt the Site or its security; or use the Site for any unlawful purpose.

## 7. Third-Party Services and Links

The Site may reference or link to third-party services, resources, or websites, including onchain vaults and other services operated by third parties. KIP does not control and is not responsible for third-party services or content, and a reference or link does not imply endorsement. Your use of any third-party service is governed by that party's own terms.

## 8. Disclaimers

The Site and its content are provided "as is" and "as available," without warranties of any kind, whether express or implied, including any implied warranties of accuracy, completeness, merchantability, or fitness for a particular purpose. KIP does not warrant that the Site will be uninterrupted, secure, or error-free, or that any information is accurate, complete, or current.

## 9. Limitation of Liability

To the maximum extent permitted by applicable law, KIP and its affiliates will not be liable for any indirect, incidental, special, consequential, or punitive damages, or for any loss arising from your access to, use of, or inability to use the Site or any information on it.

## 10. Indemnification

You agree to indemnify and hold KIP and its affiliates harmless from any claims, losses, or expenses arising out of your misuse of the Site or your breach of these Terms.

## 11. Changes to These Terms

We may update these Terms from time to time. Changes take effect when the updated Terms are posted, indicated by a revised effective date. Your continued use of the Site after changes take effect constitutes acceptance.

## 12. General

If any provision of these Terms is found unenforceable, the remaining provisions remain in effect. Our failure to enforce any provision is not a waiver of it. These Terms, together with any documents they reference, are the entire agreement between you and KIP regarding the Site. These Terms and any dispute arising out of or in connection with them shall be governed by and construed in accordance with the laws of Singapore. The courts of Singapore shall have exclusive jurisdiction to settle any dispute arising out of or in connection with these Terms.

## 13. Contact

Questions about these Terms may be sent to <contact@kaiaip.com>.


---

# 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://kaiainvestmentpartners.gitbook.io/kaiainvestmentpartners-docs/legal-and-disclosures/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.
