# 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: 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:

```
GET https://docs.carpediempension.com/general/audits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
