Skip to main content
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.

Payment tokens

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

Tradeable RWA tokens

You can discover all tradeable tokens on-chain with Market.getRegisteredTokens() and check each with Market.isAssetTradeable(token) — see the contract surface.
Mainnet: not yet deployed. Addresses will be published here when it goes live.