> For the complete documentation index, see [llms.txt](https://balancer.gitbook.io/balancer-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://balancer.gitbook.io/balancer-v2/ecosystem/governance/multisig/other-dao-multisigs.md).

# Other DAO Multisigs

In addition to the Balancer Governance Multisig, the DAO itself has a number of multisigs, both on mainnet and other chains, to perform narrow duties that benefit from more agility and don't demand high levels of trust.&#x20;

<details>

<summary>List of multisigs where the Balancer Maxis vote:</summary>

* [Optimism Multisig](https://gnosis-safe.io/app/oeth:0x09Df1626110803C7b3b07085Ef1E053494155089/transactions/queue) - Used to hold BAL suppled to Multichain liquidity per [BIP-3](https://snapshot.org/#/balancer.eth/proposal/0x00a742a0d9f4d776acd61172614f1932926d587d021c666a8e4a210a25096bf5). *and set swap fees/amp factor on new pool factories*
* [Ethereum Fee Setter](https://gnosis-safe.io/app/eth:0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6/home) - Used to set [pool swap fees](https://www.notion.so/9d4205448c2f488dbb7694f09228da58) & amplification factors on Ethereum.
* [Ethereum Linear Pool Controller](https://gnosis-safe.io/app/eth:0x75a52c0e32397A3FC0c052E2CeB3479802713Cf4/settings/owners) - Used to set the limits on linear pools on Ethereum
* [Ethereum Protocol Fee Withdrawer](https://gnosis-safe.io/app/eth:0x7c68c42De679ffB0f16216154C996C354cF1161B/home) - Used to withdraw [protocol fees](https://www.notion.so/25bf2c819ce04e27b53e9fe0236eab07) on Ethereum
* [Ethereum Ops](https://gnosis-safe.io/app/eth:0x166f54F44F271407f24AA1BE415a730035637325/transactions/queue) - Used to hold Balancer Maxi operational funds.
* [Ethereum Gauge Controller](https://gnosis-safe.io/app/eth:0xc38c5f97B34E175FFd35407fc91a937300E33860/transactions/queue) (”LM Multisig”) - Used to add [new gauges to veBAL voting](https://www.notion.so/f3fb316c53724976a1d1da9c31265dbd), add new reward tokens to Ethereum gauges, sometimes seed rewards for other projects, and holds BAL supplied to Multichain liquidity per [BIP-3](https://snapshot.org/#/balancer.eth/proposal/0x00a742a0d9f4d776acd61172614f1932926d587d021c666a8e4a210a25096bf5).
* [Polygon Protocol Fee Withdrawer](https://gnosis-safe.io/app/matic:0x7c68c42De679ffB0f16216154C996C354cF1161B/home) - Used to withdraw [protocol fees](https://www.notion.so/25bf2c819ce04e27b53e9fe0236eab07) on Polygon *and set swap fees/amp factor on new pool factories*
* [Polygon LM Multisig](https://gnosis-safe.io/app/matic:0xc38c5f97B34E175FFd35407fc91a937300E33860/transactions/queue) - Used to add [new reward tokens](https://www.notion.so/304b4b59f5b4477a912a2339182d6c61) to Polygon gauges
* [Arbitrum Protocol Fee Withdrawer](https://gnosis-safe.io/app/arb1:0x7c68c42De679ffB0f16216154C996C354cF1161B/home) - Used to withdraw [protocol fees](https://www.notion.so/25bf2c819ce04e27b53e9fe0236eab07) on Arbitrum
* [Arbitrum LM Multisig](https://gnosis-safe.io/app/arb1:0xc38c5f97B34E175FFd35407fc91a937300E33860/home) - Used to add [new reward tokens](https://www.notion.so/304b4b59f5b4477a912a2339182d6c61) to Arbitrum gauges *and set swap fees/amp factor on new pool factories*

</details>

<details>

<summary>Signer Addresses</summary>

* Solarcurve - 0x512fce9B07Ce64590849115EE6B32fd40eC0f5F3
* Zen Dragon - 0x7c2eA10D3e5922ba3bBBafa39Dc0677353D2AF17
* Zekraken - 0xafFC70b81D54F229A5F50ec07e2c76D2AAAD07Ae
* Mike B - 0xc4591c41e01a7a654B5427f39Bbd1dEe5bD45D1D
* Xeonus - 0x7019Be4E4eB74cA5F61224FeAf687d2b43998516
* Danko - 0x200550cAD164E8e0Cb544A9c7Dc5c833122C1438

</details>

<details>

<summary>Optimism Safe List</summary>

0xdCB017f63aCd34DD032A702315459ceCc05536DD - withdraw protocol fees

[Old Blabs Gov Multisig](https://gnosis-safe.io/app/oeth:0xFB2ac3989B6AD0e043a8958004484d6BAAb2c6Ab/transactions/history)

0xf56D2a5faA313f597812dD0EDF7f27F386Aa0913 - adds new reward tokens to gauges 0xd9e2889AC8C6fFF8e94c7c1bEEAde1352dF1A513 - sets pool swap fees on *old pool factories*

0x043f9687842771b3dF8852c1E9801DCAeED3f6bc - current Gov Multisig

</details>


---

# 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://balancer.gitbook.io/balancer-v2/ecosystem/governance/multisig/other-dao-multisigs.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.
