Baseline Mercury uses a singleton contract pattern that lives at the same address on every deployed EVM chain: **0xc81Fd894C0acE037d133aF4886550aC8133568E8**. All pools and protocol features (swapping, quoting, staking, borrowing and leveraging) are managed by this contract.

<Callout type="info">
  Use the [`@baseline-markets/cli`](/docs/contracts/cli) to build launch calls, install agent skills, execute with an explicit signer, and inspect deployed tokens. Most app integrations should use [`@baseline-markets/sdk`](/docs/contracts/sdk), a TypeScript SDK for launching tokens, and integrating swapping, staking, borrowing and leveraging functionality. The contract pages in this section are the ABI-level reference for raw, low-level access.
</Callout>

### Deployments

| Network         | Singleton Address                                                                                                                      |
| :-------------- | :------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum L1     | [0xc81Fd894C0acE037d133aF4886550aC8133568E8](https://etherscan.io/address/0xc81Fd894C0acE037d133aF4886550aC8133568E8)                  |
| Base L2         | [0xc81Fd894C0acE037d133aF4886550aC8133568E8](https://basescan.org/address/0xc81Fd894C0acE037d133aF4886550aC8133568E8)                  |
| HyperEVM        | [0xc81Fd894C0acE037d133aF4886550aC8133568E8](https://hyperevmscan.io/address/0xc81Fd894C0acE037d133aF4886550aC8133568E8)               |
| Robinhood Chain | [0xc81Fd894C0acE037d133aF4886550aC8133568E8](https://robinhoodchain.blockscout.com/address/0xc81Fd894C0acE037d133aF4886550aC8133568E8) |

Need Baseline Mercury on another EVM network? Reach out to us in [Discord](https://discord.gg/baseline).

## Operational

| Contract            | Address                                                                                                               |
| :------------------ | :-------------------------------------------------------------------------------------------------------------------- |
| Protocol Treasury   | [0xFf0034bbf2A92d0E27717387F3F829f37241ee5a](https://etherscan.io/address/0xFf0034bbf2A92d0E27717387F3F829f37241ee5a) |
| Operations Multisig | [0x8044f710c58B6eA6a178CC540f9F1Cd758F7d1B2](https://etherscan.io/address/0x8044f710c58B6eA6a178CC540f9F1Cd758F7d1B2) |

Looking for pre-Mercury contracts? See the [Legacy](/docs/contracts/legacy) deployments.
