# 🔐安全与透明

## 审计

恐龙蛋与用户资产相关的重要合约，都会在经过权威审计公司审计后再进行部署，项目主要合作的审计机构为Certik。

我们在Certik的项目页面为：<https://www.certik.org/projects/dinosaureggs>

## 时间锁

时间锁（Timelock）是一个延迟本项目重要更改生效的智能合约，我们为自己打造了一个笼子，将核心开发者的权利装进笼子里，起到方便社区监督和保护社区利益的作用。这个时间锁合约本身，就是是恐龙蛋项目上所有合约的拥有者（owner）。因此，每一次合约变更生效都需要通过这个时间锁合约，使得时间锁合约作为一道护城河来保障资金安全。

在这种机制下，团队核心开发人员每一次的操作都需要通过这个时间锁合约，并且操作都是24小时后才生效。具体来说，管理员执行的每个更改都需要排队进入队列，然后等待24小时候才会执行。

这种机制，使社区能够提前看到所有合约更新操作，并提前做好准备。如果发现有任何可疑操作的地方，用户可以在合约升级生效前，从资金池里提取他们的资金。

时间锁合约：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/introduction/security-transparent.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.
