Launch a trading pool for your token in two simple steps. Provide your base token and a quote asset such as SOL, USDC, or USDT to set the initial market price. Once created, anyone can immediately start trading your token.
Liquidity pools on Solana are smart contracts that hold token pairs and enable decentralized trading through AMMs. Instead of order books, they use the constant product model where `x * y = k` to price assets dynamically based on pool balances.
Automated Market Maker (AMM)
Instead of matching buyers and sellers through order books, traders swap directly against the pool. Price rises when a token is bought and drops when it is sold.
Pairing
Liquidity is always deposited as a pair, such as your token with SOL, USDC, or USDT. The starting ratio sets the initial market price.
Fees and Rewards
Liquidity providers earn a share of trading fees generated by swaps inside the pool.
High-Speed Environment
Solana's fast finality and low transaction fees allow pools to run with minimal latency and efficient execution.
Create OpenBook Market
On many Solana DEX workflows, an OpenBook market ID is created first to establish market pricing infrastructure before pool launch.
Add Initial Liquidity
Pair your custom token with a quote asset like SOL or USDC and fund both sides to bootstrap the pool.
Deposit and Lock
LP tokens can be deposited and optionally locked to improve trust and reduce rug-pull concerns.
Follow these steps to create a Solana liquidity pool for your token.
Connect & choose tokens
Configure the pool
Create on-chain
When trading or providing liquidity on DEX platforms, apply strong operational security practices to reduce smart-contract, custody, and governance risks.
Use Audited Platforms: Prefer established protocols with multiple security audits.
Implement Multi-signature Wallets: Multi-sig control reduces risk of single-key compromise for project-managed liquidity.
Consider Insurance: Coverage providers such as Nexus Mutual may help mitigate smart contract failure risks.
Diversify: Avoid concentrating all capital in one pool or one protocol.
Stay Informed: Track DeFi security news and known exploit patterns.
Use Security Tools: Use monitoring and alerting solutions such as Tenderly or Defender.
Do Due Diligence: Evaluate team credibility, tokenomics, and protocol design before deploying significant capital.
Open the tool to configure pair settings and create your Solana liquidity pool.
Open Tool →