# KyberSwap Operator MultiSig

## Overview

To facilitate the smooth running of campaigns and liquidity mining programs, KyberSwap maintains an Operator MultiSig address. This address is managed by the KyberSwap Operations team and is only used to facilitate the transfer of funds related to KyberSwap's operations across the platform. The MultiSig address acts as both a safeguard against malicious actors as well as validation process against any possible input errors when funds are managed by a single actor.

The KyberSwap Operator MultiSig has been deployed at the same address across all chains that have or previously had active campaigns and liquidity mining programs. For your convenience, the full list of contracts can be found below:

<details>

<summary>Ethereum (ChainID: 1)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://etherscan.io/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>BSC (ChainID: 56)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://bscscan.com/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Arbitrum (ChainID: 42161)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://arbiscan.io/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Polygon PoS (ChainID: 137)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://polygonscan.com/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Optimism (ChainID: 10)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://optimistic.etherscan.io/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Avalanche (ChainID: 43114)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://snowtrace.io/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Base (ChainID: 8453)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://basescan.org/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Fantom (ChainID: 250)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://ftmscan.com/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Polygon zkEVM (ChainID: 1101)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://zkevm.polygonscan.com/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Linea (ChainID: 59144)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://lineascan.build/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>

<details>

<summary>Scroll (ChainID: 534352)</summary>

* **MultiSigWalletWithDailyLimit:** [`0x2475039bF2ECDCe2EE4C82954e64bE9674f43546`](https://scrollscan.com/address/0x2475039bF2ECDCe2EE4C82954e64bE9674f43546)

</details>


---

# 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.kyberswap.com/reference/kyberswap-operator-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.
