> For the complete documentation index, see [llms.txt](https://re-born.gitbook.io/hey-re-born-whitepaper-2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://re-born.gitbook.io/hey-re-born-whitepaper-2.0/security/timelock.md).

# TimeLock

In order to enhance the security and trust of the Hey Reborn platform, a TimeLock contract has been implemented. The TimeLock contract serves as a crucial safeguard, as it is designed to delay any action proposed on the Hey Reborn smart contract by a period of 48 hours. By implementing this delay, the platform can ensure that all stakeholders have ample time to review and respond to any proposed changes or actions, significantly reducing the risk of unintended consequences.

To that effect, the ownership of the Hey Reborn smart contract has been transferred to the TimeLock contract, which is further secured by a multisig safe. This additional layer of protection ensures that no single entity has control over the smart contract, requiring multiple signatures from authorized parties before any changes can be proposed or executed. This collaborative approach to governance not only increases transparency but also promotes a more secure and resilient ecosystem.

In summary, the integration of the TimeLock contract and multisig safe into the Hey Reborn platform demonstrates a strong commitment to security, transparency, and decentralization. By incorporating these advanced mechanisms, Hey Reborn aims to provide its users with a reliable and trustworthy platform for engaging with cosmetic surgery services and token transactions.

| Contract                                 | Address                                    |
| ---------------------------------------- | ------------------------------------------ |
| Hey Reborn Token Smart Contract          | 0x441Bb79F2da0dAF457BaD3d401eDb68535fB3faa |
| TimeLock Contract (48 Hours)             | 0xF95b43E052404c0456994355B7AC981DD892F49d |
| Multisig Controller of TimeLock Contract | 0x13C4c2b0714C99E58FaA92b3e4FbF095e12FAD5a |


---

# 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://re-born.gitbook.io/hey-re-born-whitepaper-2.0/security/timelock.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.
