> For the complete documentation index, see [llms.txt](https://docs.ellipsis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis.finance/dev/admin-multisig.md).

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