Deployments
Official Rapiddex v3 contract deployment addresses across supported networks. Always verify contract configurations before executing trades.
Verify Before Use
Contract addresses differ per chain. Cross-check every address against block explorers before integrating.
Using the wrong address may result in permanent loss of funds.
MST Testnet
The Rapiddex v3 protocol is fully operational and verified on the MST Testnet (Chain ID:
91562037).
| Contract | Address | Description |
|---|---|---|
| WMST (Wrapped MST) | 0xB93ad291BD259Ed8d5f8efe93aA6811f901A967D |
Canonical native currency wrapper. |
| USDC (Mock token) | 0xa6189DAeB88A24c83192952AC9edAf383BA62D25 |
USDC test asset (18 decimals). |
| RapiddexV3Factory | 0x31459928076f879e5a7934FeE90D00952fA53Ba5 |
AMM registry and pool deployer. |
| NonfungiblePositionManager | 0xB5eC969004FFBD7b959d8C8Aefd8633C90451e9a |
Concentrated LP positions NFT manager. |
| SwapRouter | 0x26E11805440137E25399FC2a47CBDC8dF1e24B30 |
Router for executing single-hop swaps. |
| QuoterV2 | 0x9e20b0D82f69B8406bd32adF9863Ef3A8d41283c |
Swapping spot quote estimation helper. |
MST Mainnet
Core contracts are scheduled for deployment to the MST Mainnet. Addresses will be updated here post-broadcast validation.
| Contract | Address | Description |
|---|---|---|
| WMST (Wrapped MST) | TBA |
Canonical native currency wrapper. |
| USDC | TBA |
Bridged USDC token contract. |
| RapiddexV3Factory | TBA |
AMM registry and pool deployer. |
| NonfungiblePositionManager | TBA |
Concentrated LP positions NFT manager. |
| SwapRouter | TBA |
Router for executing single-hop swaps. |
| QuoterV2 | TBA |
Swapping spot quote estimation helper. |
Fee Tiers
Rapiddex v3 pools are deployed at one of three fee tiers. The same token pair can have up to three separate pools:
| Fee Tier | Tick Spacing | Best For |
|---|---|---|
| 0.05% (500) | 10 | Stablecoin pairs (e.g. USDC/USDT-equivalents) |
| 0.30% (3000) | 60 | Standard volatile pairs (e.g. MST/USDC) |
| 1.00% (10000) | 200 | Exotic or highly volatile pairs (e.g. MST/RAPID) |
