# Contract Addresses
> Every contract Ozmium can build a transaction against, with its Base address, its operator, and its audit status - checkable line by line on Basescan.
Source: https://docs.ozmium.org/company/contracts/
Keywords: ozmium contract addresses, base defi contract list, gains network base address, avantis base address, morpho blue base, verify defi contract
Updated: 2026-08-04
---

One list, every destination. The interface builds transactions only against the contracts below,
each published and operated by the protocol named beside it. Verify any row on
[Basescan](https://basescan.org) and against the protocol's own documentation before you sign -
that check depends on nobody's honesty, including ours.

:::note This list cannot silently drift
The app's own Terms sheet derives the same list directly from the modules that call each address.
This page is checked against the app source at every docs build: if an address printed here stops
appearing in the code, the build fails and the site cannot deploy with a stale row.
:::

## Pinned Contracts

| Contract | Protocol | Address | Audited |
|---|---|---|---|
| Aave V3 Pool | [Aave](https://aave.com/) | [`0xA238Dd80C259a72e81d7e4664a9801593F98d1c5`](https://basescan.org/address/0xA238Dd80C259a72e81d7e4664a9801593F98d1c5) | Yes |
| Moonwell Comptroller | [Moonwell](https://moonwell.fi/) | [`0xfBb21d0380beE3312B33c4353c8936a0F13EF26C`](https://basescan.org/address/0xfBb21d0380beE3312B33c4353c8936a0F13EF26C) | Yes |
| Morpho Blue | [Morpho](https://morpho.org/) | [`0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb`](https://basescan.org/address/0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb) | Yes |
| Gains Network Diamond | [Gains Network](https://gains.trade/) | [`0x6cD5aC19a07518A8092eEFfDA4f1174C72704eeb`](https://basescan.org/address/0x6cD5aC19a07518A8092eEFfDA4f1174C72704eeb) | Yes |
| Avantis Trading | [Avantis](https://www.avantisfi.com/) | [`0x44914408af82bC9983bbb330e3578E1105e11d4e`](https://basescan.org/address/0x44914408af82bC9983bbb330e3578E1105e11d4e) | Yes |
| Avantis Trading Storage | [Avantis](https://www.avantisfi.com/) | [`0x8a311D7048c35985aa31C131B9A13e03a5f7422d`](https://basescan.org/address/0x8a311D7048c35985aa31C131B9A13e03a5f7422d) | Yes |
| Permit2 | [Uniswap](https://github.com/Uniswap/permit2) | [`0x000000000022D473030F116dDEE9F6B43aC78BA3`](https://basescan.org/address/0x000000000022D473030F116dDEE9F6B43aC78BA3) | Yes |
| Aerodrome Router | [Aerodrome](https://aerodrome.finance/) | [`0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43`](https://basescan.org/address/0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43) | Yes |
| Uniswap V3 Position Manager | [Uniswap](https://uniswap.org/) | [`0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1`](https://basescan.org/address/0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1) | Yes |
| USDC | [Circle](https://www.circle.com/usdc) | [`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) | Yes |
| OZ Token | [Clanker](https://github.com/clanker-devco/v3.1-contracts) | [`0x148313dcdb7a7111ebefa4871f6a7fef34833b07`](https://basescan.org/address/0x148313dcdb7a7111ebefa4871f6a7fef34833b07) | No |

**Audited** means the protocol publishes independent third-party audits of that contract. It is
never a claim about the Ozmium interface itself, which is unaudited and says so. Avantis publishes
audits by Zellic and Zokyo, with a Sherlock review of v1.5. OZ is deliberately marked unaudited:
it is source-verified onchain - a real, checkable property, and a weaker claim than audited.

## Runtime-Resolved Destinations

Four destinations are chosen at runtime rather than pinned at build time. They are called out
rather than hidden, because "we only ever call contracts we chose" is the interesting claim and
these are its exceptions:

- **Moonwell markets.** Each market is its own mToken contract, published by Moonwell and read
  from the comptroller at runtime; the interface supplies to, borrows from, and repays those
  mTokens directly.
- **Morpho vaults.** Individual vaults are ERC-4626 contracts published by Morpho and read at
  runtime. Each is shown with its address before you deposit.
- **Swap settlement.** The swap route quotes a settlement contract from the Coinbase Developer
  Platform. The interface refuses to approve any spender other than the pinned Permit2 address
  above.
- **Limitless.** Prediction-market portfolios are read from their public API, read-only. The
  interface currently builds no transactions against Limitless contracts; if that changes, the
  addresses join this page first.

## Related

- [Security and Trust](/company/security/)
- [Terms And Risk](/company/terms/)
