> 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/general/audits.md).

# Audits

Technology written for the blockchain is often immutable, which means that no change can be made to the program after it was published. Therefore, it is important to search for potential errors and test for known exploits, before the program is published. There are multiple companies providing independent research on these blockchain programs. This research is concluded in a final report and is called a security audit. Audits are not a guarantee that the product is safe forever, but are a great tool to improve the program's security to the current standards and to ensure that functions work the way that they were intended.

* [QuillAudits](https://www.quillaudits.com/leaderboard/carpediem-pension)
* [TechRate](https://github.com/TechRate/Smart-Contract-Audits/blob/main/December_2023/Carpe%20Diem%20Pension.pdf)
* [SolidProof](https://github.com/solidproof/projects/blob/main/2024/Carpe%20diem%20Pension/SmartContract_Audit_Solidproof_CDP.pdf)


---

# 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/general/audits.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.
