# Matrix of Multisig and Timelocks

> Ethena is required to implement safeguards in order to provide connective tissue between DeFi and centralized liquidity venues. The multisig is used to minimize these trust assumptions for core onchain functions.

&#x20;

<table data-header-hidden data-full-width="true"><thead><tr><th width="168"></th><th width="211"></th><th width="109.19999999999999"></th><th width="219"></th><th width="259"></th><th></th></tr></thead><tbody><tr><td><strong>Roles</strong></td><td><strong>Multi sig</strong></td><td><strong>Number of role</strong></td><td><strong>Functions</strong></td><td><strong>Notes</strong></td><td></td></tr><tr><td><strong>Owner</strong></td><td>Yes, Ethena org</td><td>1</td><td>transferOwnership, add/remove supported collateral asset, add/remove custodian addresses, setUSDe address</td><td><p>If desired, owner and admin can be different multi sigs</p><p>setUSDe address is redundant, to be removed</p></td><td></td></tr><tr><td><strong>Admin</strong></td><td>Yes, Ethena org</td><td>1</td><td>grant/revoke Minter, Redeemer, Gatekeeper roles</td><td> </td><td></td></tr><tr><td><strong>Gatekeepers</strong></td><td>No, EOA controlled by Ethena plus external trusted organisations</td><td>At least 3</td><td>Disable mint/redeem functionality, remove Minter, Redeemer roles</td><td>Will include external trusted organisations to be gatekeepers. Limits damage on mint/redeem roles compromise. Disables mint/redeems when they execute at incorrect prices on chain.</td><td></td></tr><tr><td><strong>Minter</strong></td><td>No, EOA controlled by Ethena</td><td>20</td><td><ul><li><code>mint()</code></li><li><code>transferToCustody</code></li></ul></td><td>Mint/Redeemer roles to be the same set of 20 addresses. This is to ensure the system can handle a high load of mint transaction concurrently.</td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td><strong>Redeemer</strong></td><td>No, EOA controlled by Ethena</td><td>20</td><td><ul><li><code>redeem()</code></li></ul></td><td>Mint/Redeemer roles to be the same set of 20 addresses. This is to ensure the system can handle a high load of mint transaction concurrently.</td><td></td></tr></tbody></table>

<br>

<br>


---

# 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.ethena.fi/solution-design/key-trust-assumptions/matrix-of-multisig-and-timelocks.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.
