> For the complete documentation index, see [llms.txt](https://docs.radiant.capital/radiant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiant.capital/radiant/contracts-and-security/security-timelock.md).

# Security Timelock

As a commitment towards the safety of our users and partners, we want to be transparent about the status of our smart contracts.&#x20;

Because Radiant was built on a similar framework to Aave and Geist, many of the core contracts are upgradable by the owner.&#x20;

To mitigate security concerns and foster transparency, all Radiant smart contracts are placed behind a timelock, with a 72-hours delay for any action.

{% hint style="info" %}
**Timelocks:**&#x20;

**v2-Core:** 0x27fC8f3Be99e9799FA1B720D471647E6662AFf92

**RIZ:** 0x1d12564407D6e8C418f2A76DEbeEe5af72e6355A
{% endhint %}


---

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

```
GET https://docs.radiant.capital/radiant/contracts-and-security/security-timelock.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.
