# Admin Multisig

All Ellipsis contracts are controlled by a 3-of-5 Gnosis Safe multisig. The multisig has been deployed at:

* [`0x93E004080Fe6D967Eb01Bd294C8da12F970FeAb5`](https://gnosis-safe.binance.org/#/safes/0x93E004080Fe6D967Eb01Bd294C8da12F970FeAb5/balances)

Multisig membership includes two Ellipsis founders, two members of Curve Finance and one of Yearn. Requiring three signers ensures no single entity can perform a malicious action or otherwise abuse the admin powers within the protocol.

{% hint style="info" %}
Day to day protocol operations are handled exclusively by the Ellipsis team. The membership of Curve and Yearn team members on the multisig does not imply that they are active participants within Ellipsis.
{% endhint %}

### Multisig members

| Name           | Team             | Address                                                                                                              |
| -------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
| Alex           | Ellipsis Finance | [0xABc00210a691cE0F3D7D0602d7d84aEa4D91cdfd](https://bscscan.com/address/0xabc00210a691ce0f3d7d0602d7d84aea4d91cdfd) |
| James          | Ellipsis Finance | [0xBBCF44D219d57FD81771Ec5053FAEa5fC8642193](https://bscscan.com/address/0xbbcf44d219d57fd81771ec5053faea5fc8642193) |
| Michael Egorov | Curve Finance    | [0x425d16B0e08a28A3Ff9e4404AE99D78C0a076C5A](https://bscscan.com/address/0x425d16B0e08a28A3Ff9e4404AE99D78C0a076C5A) |
| Ben Hauser     | Curve Finance    | [0x7EeAC6CDdbd1D0B8aF061742D41877D7F707289a](https://bscscan.com/address/0x7EeAC6CDdbd1D0B8aF061742D41877D7F707289a) |
| Banteg         | Yearn            | [0x7A1057E6e9093DA9C1D4C1D049609B6889fC4c67](https://bscscan.com/address/0x7A1057E6e9093DA9C1D4C1D049609B6889fC4c67) |


---

# 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.ellipsis.finance/dev/admin-multisig.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.
