# Multisigs

To further increase the decentralization of the Snowball protocol, we have implemented 3 separate [***multisig***](/resources/defi-glossary.md#multisig) contracts. They are the following:

## Treasury Multisig

This contract is owned and controlled by on-chain governance and our Council. It is the owner of almost all other Snowball smart contracts.

**Treasury Address:** [**0x294aB3200ef36200db84C4128b7f1b4eec71E38a**](https://snowtrace.io/address/0x294aB3200ef36200db84C4128b7f1b4eec71E38a)

| Signer         | Address                                                                                                               |
| -------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Governance** | [0xfdCcf6D49A29f435E509DFFAAFDecB0ADD93f8C0](https://snowtrace.io/address/0xfdCcf6D49A29f435E509DFFAAFDecB0ADD93f8C0) |
| **Council**    | [0x028933a66DD0cCC239a3d5c2243b2d96672f11F5](https://snowtrace.io/address/0x028933a66DD0cCC239a3d5c2243b2d96672f11F5) |

## Council Multisig

This contract is owned and controlled by a small group of trusted Snowball community members. It is the owner of any incoming revenue and is a signer to the Treasury multisig contract.

**Council Address:** [**0x028933a66DD0cCC239a3d5c2243b2d96672f11F5**](https://snowtrace.io/address/0x028933a66DD0cCC239a3d5c2243b2d96672f11F5)

| Signer                                         | Address                                                                                                               |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [**Big Wampa**](https://twitter.com/big_wampa) | [0xDFCCF13C19BfC6eD87FA238FF92236f86baA3F4a](https://snowtrace.io/address/0xDFCCF13C19BfC6eD87FA238FF92236f86baA3F4a) |
| [**Leo**](https://twitter.com/Best_coder_NA)   | [0x3B7631F8E3428dEaB77634BF799b622ce412e9Ea](https://snowtrace.io/address/0x3B7631F8E3428dEaB77634BF799b622ce412e9Ea) |
| [**Brandon**](https://github.com/bmino)        | [0xFd7b8597cF8eE5317439B0B5C55a111F6Eec449D](https://snowtrace.io/address/0xFd7b8597cF8eE5317439B0B5C55a111F6Eec449D) |
| [**Bloomie**](https://twitter.com/BloomieBTC)  | [0xA60c6091F06925DBd8344634806918D207d5F5c1](https://snowtrace.io/address/0xA60c6091F06925DBd8344634806918D207d5F5c1) |
| [**Jonas**](https://twitter.com/cyberjenos)    | [0xC99Ee029ebaeaf473eF69Aef6633489d9aE53385](https://snowtrace.io/address/0xC99Ee029ebaeaf473eF69Aef6633489d9aE53385) |
| [**Jomari**](https://twitter.com/Jomari_P)     | [0xF5f08Ba7F46e2a86b5ef3BFD56c2097C9f4276D7](https://snowtrace.io/address/0xF5f08Ba7F46e2a86b5ef3BFD56c2097C9f4276D7) |

## Payroll Multisig

This contract is owned and controlled by the founders of Snowball and is used for sending payments to other members of the Snowball team.

**Payroll Address:** [**0x05faF04e3416e40Af70ecA1deEfe2E8B6feC3703**](https://snowtrace.io/address/0x05faF04e3416e40Af70ecA1deEfe2E8B6feC3703)

| Signer                                                        | Address                                                                                                               |
| ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [**Big Wampa**](https://twitter.com/big_wampa)                | [0xdbc195a0ED72c0B059f8906e97a90636d2B6409F](https://snowtrace.io/address/0xdbc195a0ED72c0B059f8906e97a90636d2B6409F) |
| [**Abominable Sasquatch**](https://twitter.com/abominablesas) | [0x6f6fA54d4c680Aa40077608592d59Dc1A306Baf6](https://snowtrace.io/address/0x6f6fA54d4c680Aa40077608592d59Dc1A306Baf6) |
| [**8-Bit Giraffe**](https://twitter.com/8bitgiraffe_)         | [0x12e63004E314313607797e702C24491507329886](https://snowtrace.io/address/0x12e63004E314313607797e702C24491507329886) |


---

# 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.snowball.network/smart-contracts/multisigs.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.
