Accessing Liquidity
A key benefit of the M0 platform is the shared liquidity among all extensions. This provides the most flexible and lowest friction access to liquidity for your extension.
Source Liquidity
There are two key ways to source liquidity:
1. Primary Liquidity (Direct with Minters)
For large-scale minting/redeeming of your extension directly against supported stablecoins or USD. This involves a KYB process with an approved M0 Minter. Suitable for centralized businesses and zero-slippage constraints.
2. On-Chain Liquidity (DEXs)
Through deep liquidity pools on major chains like Ethereum, Solana, and various L2s. These pools are typically against USDC and aim for efficient pricing. Ideal for decentralized applications and 24x7 access. You can find these on the Ecosystem Dashboard.
Dex Name | Pool Link |
---|---|
Uniswap | ethereum/0x970A7749EcAA4394C8B2Bf5F2471F41FD6b79288 |
Uniswap | arbitrum/4464133 |
Raydium | pool_id=CsMzKUUJNoAoU7N4zh3hAS6qcByU81TcQMPJqCdmmcEF |
Liquidity flow
- Acquire $M/$wM from on-chain pools or via Minters with USD or USDC.
- Wrap $M/$wM into your extension token using your extension's
wrap
function. - Unwrap your extension token back to $M/$wM to access M0's core liquidity in either USD or USDC, using your extension's
unwrap
function.