# Multisig and Timelock

Tigris is governed by the DAO but the Team actually executes its decisions and deploys smart contracts.

The Team is composed of:

* [GainsGoblin](https://twitter.com/22goooblin), developer and co-founder
* [0xHaz](https://twitter.com/_0xhaz), developer and co-founder
* [Telcontar](https://twitter.com/telcontardefi), bizdev and operations manager

The Team controls the Multisig which contains all treasury funds and is governed by a 2/3 threshold.

The MultiSig is a digital wallet that operates with multiple signatures. This means that all transactions must be approved and executed by at least 2 team members.

Each network has its own MultiSig. Anyone can check and follow all funds moviments:

* Arbitrum: [0xF416C2b41Fb6c592c9BA7cB6B2f985ed593A51d7](https://arbiscan.io/address/0xF416C2b41Fb6c592c9BA7cB6B2f985ed593A51d7)
* Polygon: [0x4f7046f36B5D5282A94cB448eAdB3cdf9Ff2b051](https://polygonscan.com/address/0x4f7046f36B5D5282A94cB448eAdB3cdf9Ff2b051)
* Meter is currently governed by one wallet, since [Safe](https://safe.global) is not supported on this network. As soon as is available, a new MultiSig will be deployed.

### Token ownership and Timelock

TIG is currently deployed on Arbitrum, Polygon, Polygon zkEVM and Meter.\
The token contract contains a mint function but no addresses are set as minter.

The ownership of the token belongs to each respective MultiSig, which is controlled by the team.\
Token ownership is needed in order to eventually deploy the token on more chains supported by LayerZero, as only the owner can set new bridgeable chains.

To offer more protection while keeping management flexible for urgent deployments, a 3 days timelock has been set on TIG. \
The TimeLock is a contract that imposes a minimum waiting period before a transaction can be executed.&#x20;

Timelock contracts:

* Arbitrum: [0x5f88fF475873502913b5345db7376862Ce5cb60E](https://arbiscan.io/address/0x5f88fF475873502913b5345db7376862Ce5cb60E)
* Polygon: [0xc6d1ba6363fFe4FDdA9FFbEa8d91974De9775331](https://polygonscan.com/address/0xc6d1ba6363fFe4FDdA9FFbEa8d91974De9775331)
* Polygon zkEVM: [0xCd563C354050b2EcA1C95feE25D18B1824177FD1](<https://zkevm.polygonscan.com/address/0xCd563C354050b2EcA1C95feE25D18B1824177FD1&#xD;&#xA;>)


---

# 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.kaze.fi/tigris/tig-and-governance/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.
