# Security\&Transparency

## Audit

Dinosaur Eggs’ important contracts related to and user assets will be deployed after being audited by an authoritative audit company. The main audit organization of the project is Certik.

Our project page in Certik is:<https://www.certik.org/projects/dinosaureggs>

## Timelock

Timelock is a smart contract that delays the effectiveness of important changes in this project. We have created a cage for ourselves and put the rights of core developers into the cage, facilitating community supervision and protecting the interests of the community. This timelock contract itself is the owner of all contracts on the Dinosaur Eggs project. Therefore, each contract change takes effect through this timelock contract, so that the timelock contract acts as a moat to ensure the safety of funds.

Under this condition, each operation of the core developers of the team needs to pass this timelock contract, and the operation takes effect 24 hours later. Specifically, every change made by the administrator needs to be queued and then wait 24 hours before execution.

This mechanism enables the community to see all contract renewal operations in advance and prepare in advance. If any suspicious operation is found, users can withdraw their funds from the fund pool before the contract upgrade takes effect.

&#x20;Timelock contracts:0x32b03c76d8b3301981777ea5ecf7f8478b9798b7


---

# 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://dinosaur-eggs.gitbook.io/dinosaur-eggs-1/about-protocol/security.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.
