Markets
WLFI Markets is provided by Dolomite, a decentralized protocol. Markets represent the supported assets that can be supplied, borrowed, and used as collateral within the protocol.
How Markets Work
Dolomite wraps around tokens to create markets and are accessed via numerical ID (not token address). Each Market specifies the Price Oracle used to determine the price for its asset, the Interest Setter contract which determines the interest rates, and other essential risk parameters.
Ethereum mainnet markets
WLFI Markets currently operates on Ethereum Mainnet with the following supported markets:
Asset categories
Stablecoins
USD1
World Liberty Financial's USD-backed stablecoin
USDC
Circle's USD Coin
USDT
Tether USD
ETH & BTC
WETH
Wrapped Ether
cbBTC
Coinbase Wrapped Bitcoin
Governance tokens
WLFI
World Liberty Financial governance token
Understanding market IDs
Markets in Dolomite are referenced by ascending numerical IDs rather than token addresses. This design allows for:
Efficient indexing - Numerical IDs are more gas-efficient for on-chain lookups
Consistent references - Market IDs remain stable even if underlying token implementations change
Easy integration - Developers can reference markets by simple integers
Important
When interacting with the protocol programmatically, always use Market IDs rather than token addresses to ensure compatibility with the Dolomite smart contracts.
Adding new markets
New markets can only be listed by the protocol administrator. Over time, governance may have the right to add assets through an ownership adapter or listing committee appointed by the DAO.
For more detailed technical information about markets, including risk parameters and interest rate models, visit the Dolomite Documentation.
Last updated