Deployed
← Back to home
Documentation

Launch your token on Ethereum

Create a fully tradable ERC-20 token with a single transaction. Every launch deploys the token, creates a Uniswap v4 pool against ETH, locks the initial liquidity forever, and opens trading immediately — no setup steps, migrations, or manual listings.

Ethereum · Uniswap v4 · Protocol v1
In short
One transaction deploys the token, opens the pool, and locks liquidity. Trading is live the moment it confirms.
The initial liquidity position can never be withdrawn — not by you, not by us, not by anyone.
Every swap pays a 1% fee. The creator's share of it accrues continuously, with no cap and no expiry.
Default supply
minted once, never again
Initial FDV
same starting price for all
Launch fee
one time, plus gas
01

Launch process

Everything happens atomically in one Ethereum transaction. Once it confirms, your token is live and anyone can trade it immediately.

STEP 01

Deploy the token

A standard ERC-20 token is created during the launch.

Fixed total supply
Minted only once
No owner privileges
No additional minting
Fully ERC-20 compatible
STEP 02

Create the trading pool

A brand-new Uniswap v4 pool is created between your token and ETH. The pool starts at a predefined fully diluted valuation, giving every launch a predictable starting price.

It uses standard Uniswap v4 mechanics — no custom hooks, no privileged logic.

STEP 03

Lock the initial liquidity

The complete token supply is placed into a permanent liquidity position, and that position is immediately transferred to the Liquidity Locker contract. After confirmation, trading is live, liquidity is locked, and nothing else is required of you.

Send ETH beyond the launch fee and it is automatically used to buy your own token at the initial market price inside the same transaction. Any unused ETH is returned to your wallet.
02

Permanent liquidity

Liquidity is what makes buying and selling possible. When developers can withdraw it, a project is one transaction away from a rug pull. This protocol removes that possibility entirely.

The initial liquidity position is owned by the Liquidity Locker contract, which is intentionally written without any function that can withdraw liquidity.

Token creators cannot remove liquidity.
The protocol cannot remove liquidity.
Administrators cannot remove liquidity.
Nobody can recover or unlock it, ever.

This is enforced by the smart contract itself rather than by trust. Because the position is permanently locked, trading remains available for the lifetime of the token.

Liquidity Locker contract0x752f3859b3d9ba470937ab9eed74b34a17372320View verified source →

How liquidity works

Unlike launchpads that rely on bonding curves and later migrations, liquidity here exists from the first block. The initial position covers a defined price range and starts holding only the token side of the pair.

Users buy
ETH flows into the position and price moves upward through the range.
Users sell
ETH flows back out and price moves downward through the range.

There is never a migration event or a liquidity transfer — the original position keeps operating indefinitely. The locker may collect trading fees earned by the position, but it can never touch the underlying liquidity.

Anyone may add further liquidity to the same pool. Only the protocol-created position is permanently locked.

03

Creator rewards

Every swap pays a trading fee, and the fee collected from each buy and sell is distributed automatically.

Trading fee1%

Rewards accumulate continuously as trading occurs and may arrive as ETH, as your own token, or both. You can claim whenever you choose — there is no expiration, no earnings cap, and no minimum balance.

The creator wallet defaults to the address that launched the token, and collection can later be transferred to another wallet. Anyone may trigger a claim transaction, but rewards are always sent only to the registered creator wallet.

Launch fee

Launching a token requires a one-time payment of . Existing tokens cannot have their fee structure modified after launch.

04

Graduation

Graduation is a measure of market progress, not a protocol upgrade. A token counts as Graduated whenever the ETH held inside its locked liquidity position reaches the configured threshold.

The status is calculated continuously. If liquidity later falls below the requirement, the token simply returns to a non-graduated state.

Graduation never triggers
Contract upgrades
Liquidity migration
New token deployments
Trading interruptions
Administrative actions

Everything keeps operating exactly as before. The badge is only an indicator of liquidity growth.

05

Trading

Every token launches as a standard Uniswap v4 market. Users buy and sell directly from the board with their own Ethereum wallet.

Buying
A single on-chain transaction using ETH. Nothing to approve first.
Selling
The first sale needs a one-time Permit2 approval. After that, every sale is a normal swap.

Slippage tolerance is yours to set. If execution would exceed the tolerance you chose, the transaction reverts automatically.

Your assets never pass through the platform — all swaps settle directly between your wallet and the Uniswap v4 pool. ETH is the only asset you need, both for purchases and for gas.

Because every launch creates a standard Uniswap v4 pool, tokens stay compatible with any application that supports Uniswap v4 on Ethereum, including wallets, aggregators, and decentralised exchanges.

06

Why this protocol

Traditional launchpads depend on bonding curves, migration phases, upgradeable contracts, or privileged administrators. This protocol removes those complexities, and every launch follows the same transparent process.

Fixed supply
The entire supply is created once during deployment. No additional minting is possible.
Permanent liquidity
The initial position is locked forever. It cannot be withdrawn or recovered.
Continuous creator income
As long as the token trades, creator fees keep accumulating.
Open trading
A standard Uniswap v4 pool, reachable through any compatible Ethereum interface.

Designed around transparency

Every important action is performed on-chain and the contracts are publicly verifiable. No privileged ownership, no hidden liquidity controls, no migration events, no unnecessary complexity — just a straightforward way to launch and trade ERC-20 tokens on Ethereum.

END OF DOCS · PROTOCOL v1Read the Terms of Use →