Launch once. Trade everywhere.
OneToken is a permissionless token launchpad on Uniswap V4. Deploy a token onto a one sided AMM curve with zero upfront capital, and it is tradeable across every major venue the moment it lists, on Base and Robinhood.
Introduction
Most launch tools ask you to seed liquidity before anyone can trade. OneToken removes that step. A token deploys directly onto a one sided automated market maker curve, so the curve itself provides the market. Buyers set the price by buying, and the token is routable across DEX aggregators the instant it is indexed.
Everything is non custodial. You deploy from your own wallet, you sign every transaction yourself, and OneToken never holds your keys, your funds, or your token supply.
Quickstart
- Open the app and connect a self custody wallet.
- Pick a chain, Base or Robinhood, in the header.
- Go to Launch, set a name, a ticker, and your curve shape.
- Sign the deploy transaction. Your token goes live on the curve immediately.
- Share the token page. Anyone can buy on OneToken, on Uniswap, or through any router that indexes it.
The one sided curve
A one sided curve means only the token side is deposited at launch. There is no paired reserve you have to fund. As buyers arrive, ETH flows into the curve and the price ramps along a deterministic path. Early demand moves price the most, and the curve smooths as depth builds.
Why it matters
- Zero upfront capital. You do not bankroll seed liquidity.
- Clean price discovery. Price runs on a single curve, not a thin two sided pool that can be picked off.
- Permanent liquidity. Liquidity stays onchain with no price cap, so a token can ramp as far as the market takes it.
Graduation and liquidity
As a token fills its curve it approaches graduation. At that point accumulated liquidity settles into a standing Uniswap V4 position, and the token trades as an ordinary pool while remaining routable everywhere. Liquidity is locked by design, so it cannot be pulled out from under holders.
Chains
OneToken launches on Base and Robinhood to start, with more chains surfacing soon. Switch chains from the header in the app. Each token page links out to the right block explorer and to Uniswap for the chain it lives on.
Fees and anti snipe
Trading routes through Uniswap V4 and standard swap fees apply at the pool level, shown on each token as the fee tier. OneToken does not take custody of funds at any point in a trade or a launch. Gas is paid by you, from your own wallet.
Launch a token
From the Launch tab, fill in the token details and review the live preview. The form validates your ticker before you can submit.
// what you configure name : "Solaris" symbol : "SOL8" // 2 to 10 letters or numbers supply : 1,000,000,000 curve : "Standard" // steepness of the ramp
When you press launch, your wallet asks you to sign the deploy transaction. Nothing is sent on your behalf. Once mined, your token is live on the curve and appears in Explore.
Trade a token
Open any token page to see its curve, liquidity, fees, vesting, and the token contract. The trade panel lets you buy or sell against the curve. Enter an amount, choose your slippage, and sign in your wallet. Trades are routed on Uniswap V4, so you can also trade the same token from Uniswap or any aggregator that indexes it, using the trade anywhere links.
Security
Security is a first class concern, not a footnote. The design goal is simple: OneToken should never be able to touch your keys or your funds.
Non custodial by construction
- Every launch and every trade is signed in your own wallet. OneToken holds no private keys and no seed phrases.
- The app carries no server side secrets that could move user funds. There is nothing to steal from the front end.
- Liquidity is locked onchain at graduation, so it cannot be rug pulled.
Front end hardening
- All dynamic content is escaped before rendering, so a token name or ticker can never inject markup or script.
- A Content Security Policy restricts where scripts, styles, fonts, and connections can load from.
- Responses are served with
X-Content-Type-Options,X-Frame-Options,Referrer-Policy, and HSTS over HTTPS. - External links use
rel="noopener noreferrer"so a new tab can never reach back into the app.
Before you trade
- Confirm the token contract address on the token page before buying. Copy it and check it on the block explorer.
- Check liquidity, fees, and the vesting releasable to the creator. Very early tokens are the most volatile.
- Only ever sign transactions you understand. Reject anything you did not initiate.
Contracts
Core protocol addresses are published here once deployed and verified. Always cross check an address against this page before interacting.
FAQ
Do I need liquidity to launch?
No. The one sided curve provides the market, so you launch with zero upfront capital.
Which chains are supported?
Base and Robinhood to start, with more surfacing soon. Switch chains from the header in the app.
Where can my token be traded?
On OneToken, on Uniswap, and through any DEX aggregator that indexes it. It is routable everywhere the moment it lists.
Does OneToken hold my funds?
Never. Every action is signed in your own wallet. OneToken is fully non custodial and holds no keys.
What is the anti snipe tax?
For the first 15 minutes after launch a 15 percent tax is applied in the quote to deter snipers, then it settles to the standard fee.