Live on Base, Monad, and Ethereum Mainnet.
How it works
Go from token creation to deep liquidity without writing smart contracts.



Create any token
Define and deploy any tokenized asset without limitations. From memecoins, to RWAs, and protocol tokens, you are in the driver's seat.
Find market prices
Onchain price discovery mechanisms help your assets establish a market value through efficient and transparent smart contract mechanisms.
Boost liquidity
Jumpstart your markets with a vertically integrated, DeFi-native solution with built-in migration to popular DEXs like Uniswap.
Your token, your way.
Every team is different. Doppler gives you the full spectrum of access to onchain capital markets.
app.doppler.lol
The App
Launch and trade tokens from a purpose-built interface. Configure auctions, vesting, allocations, and launch timing in a single flow. No smart contract engineer required.
docs.doppler.lol
The SDK
Build custom products on top of Doppler's infrastructure. From attention marketplaces to launchpads to new financial primitives, you handle the product, we'll handle the market.
const params:CreateV3PoolParams= {
integrator: account.address,
numeraire: weth,
contracts: {
tokenFactory,
governanceFactory,
v3Initializer,
liquidityMigrator,
},
tokenConfig: {
name: "MyToken",
symbol: "MTK",
tokenURI: `https://doppler.lol/token/${name}`,
},
vestingConfig: "default",
};doppler-sdk
Launch a market in a few lines of code
The Doppler TypeScript SDK handles token creation, pool initialization, vesting, governance, and liquidity migration—so you don't have to.
Why Doppler
The protocol for creating and distributing tokens with fair price discovery, MEV protection, and built-in paths to liquidity and governance.

MEV-resistant launches
Dutch auction bonding curves protect users from sniping bots and chaotic launch dynamics.

Capital efficient by design
Optimized bonding curves bootstrap liquidity quickly and grow into deep pools over time.
Seamless Uniswap migration
Tokens and LP positions automatically migrate to Uniswap v2 or v4 once liquidity goals are met.

Governance & treasuries
Integrate OpenZeppelin Governor treasuries to give communities shared ownership and control.

Composable & programmable
Fully onchain and modular smart contracts. Add vesting, airdrops, incentives, and DAO tooling.




Scheduled launches
Set precise launch windows so supporters can opt in and price discovery stays predictable.

Bespoke token economics
Design custom inflation schedules, governance rules, fee structures, and liquidity parameters.
Read the whitepapers
Dive deeper into the foundations of how Doppler's custom capital markets work
Doppler
Doppler is a liquidity bootstrapping ecosystem that facilitates liquidity provision by introducing a new primitive that we call a "dutch-auction dynamic bonding curve", which is used to source initial two-sided liquidity.
Multicurve
Instead of a CLAMM placing one constant liquidity position, integrators specify their desired curves, which in itself is entirely managed by Multicurve. Multicurve is compatible with the rest of the Doppler Protocol ecosystem.

