> For the complete documentation index, see [llms.txt](https://docs.ethena.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethena.fi/technical-design/key-trust-assumptions/matrix-of-multisig-and-timelocks.md).

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