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

# 4. Disclaimer

Investing in cryptocurrencies and participating in Carpe Diem smart contracts is both for your own risk. Carpe Diem is not responsible for any losses made, be it due to overdue shares getting destroyed, price movements, or in case of an exploit or hack.

By [auditing](/general/audits.md) the Carpe Diem smart contracts, Carpe Diem hopes to find weaknesses that can be fixed before the deployment of the smart contract. Audits are usually an extra security measure but are not a security warranty or investment advice, nor do they provide a smart contract code faultlessness guarantee.

The code of the smart contracts is open source and is licenced under the MIT licence.

Please reach out to Carpe Diem when finding a possible exploit. Carpe Diem might consider giving out a bug bounty depending on the bug or exploit found.


---

# 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.carpediempension.com/whitepaper/4.-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.
