List an Asset on Osmosis
Bringing a token to Osmosis is a sequence of steps: get the asset onto the chain, register its metadata so it displays correctly, create a market with liquidity to trade against, and get it verified so it shows by default on the frontend. This section orders those steps so you can work through them start to finish.
The typical path is:
- Connect with Osmosis : Move the asset to Osmosis over IBC.
- Register your Asset : Add it to the chain registry and asset list so it shows with the right name, symbol, and decimals.
- Source Initial Liquidity : Decide where the liquidity comes from (team-provided, crowdsourced, community launch).
- Pool Setup : Create the pool (concentrated, weighted, stableswap, or CosmWasm), via the Osmosis app or the CLI.
- Liquidity Incentives : Optionally add external incentives to attract liquidity providers.
- Verify : A registered asset is already searchable on the frontend (as unverified); meet the verification criteria to have it show by default.
Work through them in order; each step assumes the previous one is done.
Connect with Osmosis
Connect your asset to Osmosis over an IBC transfer channel.
Register your Asset
Register your asset so Osmosis recognizes its metadata.
Source Initial Liquidity
Source the initial liquidity needed to list and trade your asset.
Pool Setup Guide
Create a pool for your asset, from weighted to stableswap.
Liquidity Incentives
Add liquidity incentives to your pool to bootstrap depth.
Verify
Get your asset verified so it shows by default on the Osmosis frontend.