# Multisig & Timelock

## Who we are <a href="#who-we-are" id="who-we-are"></a>

Valas has been developed by a team of industry veterans with significant previous experience working on DeFi projects. We choose to remain anonymous, but rest assured we are qualified for the task at hand. The codebase has been well tested and peer-reviewed, almost all the code is based on Geist which has been audited two times already and proof tested over the past six months.

As Valas is based on Aave, many of the core contracts are upgradeable by the owner. We understand that anonymous devs with the power to upgrade contracts may rightfully make some users feel uncomfortable. To mitigate these concerns, ownership of all Valas smart contracts will be placed behind a Timelock contract with a two day delay for any action. Address to this contract can be found in the [Deployment Addresses page](https://docs.valasfinance.com/useful-info/deployment-addresses) and below, and we will inform the community prior to any admin-related actions involving the timelock. We encourage community members to monitor inbound transactions to the timelock.

While we have taken every precaution to ensure the safety of user funds and instill confidence in our work, we still must remind users that this is all new technology and not without risk. Do not deposit more than you can afford to lose. If you are nervous about security you may wish to wait until the protocol has been operational for some time without incident before interacting with it.

## Multisig

The Valas multisig is a 3/5 safe with non custodial admin rights over the Valas protocol.\
The multisigs can be found at those addresses:&#x20;

Emergency multisig: 0xa777546b01c3937A40d191EE8d7731108086186b

Admin multisig: 0xB0F110782176d67309Be0Dfc4699D5EeA562BBF7

## Timelock

All admin rights to the Valas protocol are owned by a TimeLock contract with a 2 day delay.  The timelock is deployed at:

Timelock: 0x194cE6eD0a32CFD4fD67a5c61fE5C19Ee52F454b

**The Valas team will always announce admin related actions prior to queuing them in the timelock.**


---

# 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.valasfinance.com/useful-info/multisig-and-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.
