# Multisig Addresses

KillSwitch utilizes multisigs for the ownership of contracts that don't assume ownership by a deploying parent.  All of the signers on these multisigs are cold airgapped hardware wallets.  The multisig addresses are below:

| Avalanche C-Chain Contract Ownership       | 0x01E00ce5EcAC41aB4581cF7Ef068d051b705D05E |
| ------------------------------------------ | ------------------------------------------ |
| CELO Contract Ownership                    | 0x4ebec6B1fF986E72e716d14Cb8C49AAaf44987Ab |
| Polygon Matic Contract Ownership           | 0x12C338a37602A8143670044FE154e5A60e21Ceb1 |
| Binance Smart Chain Contract Ownership     | 0xC01b88ebe733aa0f530CD41E6773B39120EEaD7e |
|                                            |                                            |
| Avalanche C-Chain Subscriptions Receipts   | 0x66E85FaEF22aCee63F4a63E8bE79587Cd2ED4783 |
| CELO Subscriptions Receipts                | 0x7e207589c869fad6886e65d2829766e93cfE8554 |
| Polygon Matic Subscriptions Receipts       | 0xFBeEBd02d220bbAFaeB4e74182e2B1458655f1B5 |
| Binance Smart Chain Subscriptions Receipts | 0x5c274d2dB66B7b07956C655A87945FC508a9deeF |


---

# 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://praxxas.gitbook.io/killswitch/technicals/multisig-addresses.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.
