Initial Liquidity Offering (ILO)
An initial liquidity offering launches a new token by depositing it into a DEX liquidity pool, enabling immediate decentralized price discovery.
Key Takeaways
- An initial liquidity offering (ILO) launches a new token by depositing it alongside a base asset into a liquidity pool on a decentralized exchange, enabling immediate trading from day one.
- Unlike ICOs or IDOs, ILOs enforce that a substantial portion of raised funds (typically 60% or more) is locked in the pool, reducing rug pull risk.
- Price discovery happens through the automated market maker formula: early buyers move the price along the bonding curve, and locked liquidity ensures a trading floor exists for a defined period.
What Is an Initial Liquidity Offering?
An initial liquidity offering (ILO) is a decentralized fundraising mechanism in which a project launches its token by pairing it with a base cryptocurrency (such as ETH, BNB, or a stablecoin) to create a liquidity pool on a decentralized exchange. Instead of selling tokens directly to investors and then separately negotiating exchange listings, the ILO channels raised capital and a corresponding amount of the new token into an AMM trading pair, providing immediate liquidity the moment the sale ends.
The term was popularized by platforms like UNCX Network (formerly Unicrypt), which standardized the process of pairing presale fundraising with automatic pool creation and liquidity locking. On these platforms, a project sets a soft cap (minimum raise to proceed) and a hard cap (maximum raise), collects contributions during a presale window, and then automatically creates a DEX liquidity pool once the raise concludes. Unsold tokens are typically burned.
ILOs emerged as a response to the shortcomings of earlier fundraising models. The 2017-2018 ICO boom demonstrated what happens when tokens launch without guaranteed secondary markets: many tokens had zero liquidity post-sale, leaving investors unable to trade. ILOs solve this by structurally linking fundraising to liquidity provision.
How It Works
An ILO follows a structured lifecycle from presale through pool creation and trading. The process varies slightly across platforms, but the core mechanics are consistent.
Presale Phase
- The project deploys a smart contract on an ILO platform (such as UNCX, PinkSale, or DXSale)
- The team configures parameters: token allocation for sale, soft cap, hard cap, presale duration, and the percentage of raised funds dedicated to the liquidity pool
- Investors contribute the base asset (ETH, BNB, USDT) during the presale window
- If the soft cap is not met by the deadline, contributions are refunded automatically
Pool Creation
Once the presale concludes successfully, the ILO contract automatically creates a liquidity pool on the target DEX. The initial token price is determined by the ratio of the two assets deposited. For example:
// Initial pool creation determines starting price
// Depositing 1,000,000 TOKEN and 10 ETH:
initialPrice = baseAsset / tokenAmount
initialPrice = 10 ETH / 1,000,000 TOKEN
initialPrice = 0.00001 ETH per TOKEN
// The constant product formula then governs trading:
// x * y = k
// where x = token reserve, y = base asset reserve
k = 1000000 * 10 = 10000000
// A buyer purchasing 10,000 TOKEN:
newTokenReserve = 1000000 - 10000 = 990000
newBaseReserve = k / newTokenReserve = 10000000 / 990000 ≈ 10.101 ETH
cost = 10.101 - 10 = 0.101 ETH
effectivePrice = 0.101 / 10000 = 0.0000101 ETH per TOKENEach subsequent purchase moves the price higher along the constant product curve. Early buyers pay less per token; later buyers pay progressively more. This creates natural price discovery through the AMM mechanism rather than through a centrally determined fixed price.
Liquidity Locking
The defining safety feature of ILOs is mandatory liquidity locking. After pool creation:
- The LP tokens (representing ownership of the liquidity position) are sent to a time-lock smart contract
- Lock periods are chosen by the project but visible on-chain, typically ranging from 6 months to 2 or more years
- During the lock period, the project team cannot withdraw liquidity from the pool
- Platforms like UNCX, DXSale, and PinkSale provide standardized locking contracts that investors can verify on-chain
This mechanism directly addresses the most common form of rug pull: a team creating a pool, attracting buyers, and then draining all liquidity. With locked LP tokens, the pool is guaranteed to exist for the specified duration.
ILO vs. ICO vs. IDO vs. LBP
Several token launch mechanisms exist, each with distinct tradeoffs. Understanding how ILOs compare to alternatives helps explain why the model emerged and where it fits.
| Feature | ICO | IDO | ILO | LBP |
|---|---|---|---|---|
| Venue | Project website | DEX or launchpad | DEX via ILO platform | Weighted pool (Balancer) |
| Post-sale liquidity | Not guaranteed | Immediate but often shallow | Immediate with enforced minimum | Immediate via pool |
| Price discovery | Fixed price set by team | Market-driven via AMM | Market-driven via AMM | Dutch auction (starts high, declines) |
| Rug pull protection | None inherent | None inherent | LP tokens locked on-chain | Shifting weights reduce need for locks |
| Bot resistance | N/A (fixed price) | Low | Moderate (presale buffer) | High (declining price discourages sniping) |
ICOs dominated 2017-2018 but left investors without guaranteed markets. IDOs improved on this by launching directly on DEXs, but the term is broad and does not mandate liquidity locking. ILOs add the structural guarantee that pool liquidity persists. Liquidity Bootstrapping Pools (LBPs) take a different approach entirely, using dynamically shifting token weights on Balancer to create a Dutch-auction-like price decline that naturally discourages sniping bots.
Use Cases
New Token Launches
The primary use case is permissionless token distribution. Any project can create an ILO without applying to a centralized exchange, paying listing fees, or passing lengthy review processes. The self-serve nature of ILO platforms (UNCX, PinkSale, DXSale) means a project can go from token contract deployment to live trading in a matter of hours.
Community-Driven Projects
ILOs align well with fair launch principles. Because a large portion of raised capital goes directly into the liquidity pool (rather than the team's wallet), the model signals commitment to creating a tradeable market. Projects that lock liquidity for longer periods and allocate higher percentages to the pool tend to attract more investor confidence.
Memecoin Launches
The ILO model has evolved into streamlined bonding curve variants for memecoin launches. Platforms like Pump.fun on Solana popularized a model where tokens launch directly onto a bonding curve and "graduate" to a standard AMM pool once a purchase threshold (approximately 85 SOL) is reached. By mid-2025, Pump.fun was facilitating 30,000 to 60,000 token launches per day, though fewer than 2% of tokens graduated to full AMM trading.
DeFi Protocol Bootstrapping
DeFi protocols use ILOs to bootstrap their governance token markets. By seeding a deep initial pool and locking liquidity, protocols create a stable trading environment that supports subsequent ecosystem development: staking, yield farming, and governance participation all depend on having a liquid market for the underlying token.
Risks and Considerations
Sniping Bots and Front-Running
When a new liquidity pool appears on a DEX, MEV bots detect the pool creation transaction in the mempool and submit buy orders with inflated gas fees to execute before regular buyers. These front-running bots capture the lowest prices, leaving retail participants with worse fills. Sandwich attacks compound the problem: bots place a buy before and a sell after a victim's transaction, profiting from the price movement they cause. The presale phase of an ILO provides some buffer, but standard AMM pool creation remains vulnerable to sniping.
Impermanent Loss
Liquidity providers who contribute to the initial pool face impermanent loss when the token price diverges significantly from the initial ratio. For new tokens that may appreciate 10 to 100 times (or crash 90% or more), impermanent loss can be severe. Because LP tokens are locked during the ILO lock period, providers cannot withdraw to cut losses or rebalance their positions.
Low Initial Liquidity and Price Impact
Even with enforced minimums, many ILOs raise modest amounts. A pool with $10,000 to $50,000 in total liquidity means moderate trades cause extreme slippage and price impact. This thin liquidity makes the token vulnerable to manipulation: a single large buy can spike the price dramatically, and a subsequent sell can crash it just as fast.
Residual Rug Pull Vectors
Liquidity locking prevents the most blatant rug pulls (draining the pool), but risks remain. Teams may hold large unlocked token reserves and sell into the pool over time. Malicious token contracts can include hidden functions that prevent anyone except the deployer from selling (honeypot contracts). Some platforms do not audit the token contract itself, only verifying the LP lock. A smart contract audit of the token code is critical before investing.
Regulatory Uncertainty
Tokens launched via ILOs may be classified as unregistered securities in certain jurisdictions. In early 2025, the Pump.fun platform was named in a class-action lawsuit in the United States alleging facilitation of unregistered securities sales. As regulatory frameworks like MiCA and the GENIUS Act take effect, permissionless token launch platforms face increasing scrutiny. Projects should evaluate legal compliance before conducting an ILO.
Why It Matters
ILOs represent a structural improvement over earlier token launch models by enforcing the link between fundraising and liquidity provision. Rather than trusting a project to eventually list its token, investors can verify on-chain that a locked pool exists with guaranteed depth. This transparency is native to the DeFi model: every parameter (pool ratio, lock duration, token allocation) is publicly verifiable.
For the broader crypto ecosystem, ILOs demonstrate how smart contracts can encode trust guarantees that previously required intermediaries. The same principle applies across decentralized finance: whether it is liquidity pools on DEXs, stablecoin reserves proven on-chain, or sustainable tokenomics models that align protocol incentives with user interests.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.