> ## Documentation Index
> Fetch the complete documentation index at: https://getequity.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ethereum (Base) — Addresses

> The contract addresses you need to trade RWA tokens on Base.

To trade you only need three things: the **Market** address (where you call `buy`/`sell`),
the **RWA token** you want to trade, and the **payment token** that asset settles in.

All contracts are upgradeable proxies — always interact with the **proxy** address shown
below.

## Base Sepolia (chainId `84532`)

### Market

This is the contract you call `buy` and `sell` on.

| Contract | Address                                      |
| -------- | -------------------------------------------- |
| Market   | `0x68543Dc71F76d0835e724dbEF898Dd010209C4bc` |

### Payment tokens

The currency each asset settles in. Check `payoutToken()` on the RWA token to know which
one applies before trading.

| Token       | Address                                      |
| ----------- | -------------------------------------------- |
| USDC (test) | `0x036CbD53842c5426634e7929541eC2318f3dCF7e` |
| CNGN        | `0x7E29CF1D8b1F4c847D0f821b79dDF6E67A5c11F8` |

### Tradeable RWA tokens

| Symbol | Asset                          | Address                                      |
| ------ | ------------------------------ | -------------------------------------------- |
| DPRI   | Dangote Petroleum Refinery IPO | `0x382Fb47b11107D9611a6aBAa28C907313D12C5bf` |
| NTBL   | Nigerian Treasury Bill         | `0xda42AEaC0A2ab7938C20Eb75221e9678f0d431aD` |
| CHDNRE | Chapel Hill Denham NREIT       | `0x06Abe3C18BcA4505da0A147FC1eF2898e480f840` |
| ANMF   | ARM NGN Mutual Fund            | `0xBdd5357A6c17B3d55Ab0A15C608d26A357c2C8C5` |

<Tip>
  You can discover all tradeable tokens on-chain with
  `Market.getRegisteredTokens()` and check each with `Market.isAssetTradeable(token)` —
  see the [contract surface](/docs/onchain/ethereum-contracts).
</Tip>

<Note>
  **Mainnet:** not yet deployed. Addresses will be published here when it goes live.
</Note>
