Simple Base SwapSimple Base SwapOpen app
← All articles
Aug 30, 2026·6 min read

What Is a Dutch Auction Token Launch, and How Is It Different From a Bonding Curve?

basedefitokens
base

If you have watched a new token launch on Base, you have probably seen at least two different ways its price gets set. One is a bonding curve, where price starts low and climbs as more people buy. The other, less commonly discussed but just as common in practice, works the opposite way: price starts high and falls over time until buyers step in. That second model is a Dutch auction, and it shows up often enough in token sales that it is worth understanding on its own terms.

The basic idea

A Dutch auction gets its name from the flower markets of the Netherlands, where an auctioneer would call out a high starting price and lower it in steps until a buyer accepted. Applied to a token sale, the mechanism works the same way. A smart contract sets an opening price well above what the token is expected to be worth, then decreases that price continuously, often on a fixed schedule measured in blocks or minutes, until either the sale ends or all the tokens on offer have been claimed.

This is the mirror image of a traditional auction, where bidders compete upward and the highest bid wins. In a Dutch auction, the first person willing to accept the current price gets the token at that price, and the clock keeps running for everyone else. There is no bidding war in the usual sense. There is only a decision about when the falling price looks acceptable to you.

Why token launches use a falling price instead of a fixed one

A flat, fixed price sale sounds simpler, and for a while it was the default in crypto. The problem is that a fixed price with limited supply creates an obvious incentive: get your transaction in before everyone else does, because the price will not move against you while you wait. That incentive produces gas wars, where buyers bid up transaction fees trying to land in the same block as the sale opening, and it rewards bots and scripts far more than it rewards ordinary buyers who are reading a webpage and clicking a button by hand.

A descending price removes most of that pressure. Because the price is falling on its own regardless of who buys, there is no reward for being first into the same block as everyone else. Buying a moment earlier costs you a slightly higher price, and buying a moment later costs you a slightly lower one, so the incentive to race the transaction becomes a normal, priced trade off instead of a winner-take-all scramble. It also gives the market a form of built in price discovery: the level at which enough buyers stop waiting and start buying is closer to what the token is actually worth to that group of buyers than a number the project team picked in advance.

How it differs from a bonding curve

Both mechanisms exist to solve a similar problem, pricing a token before a normal, two-sided market for it exists. But they solve it in opposite directions.

  • A bonding curve rises with demand. Price is a function of how many tokens have already been bought. Early buyers get the lowest price, and each additional purchase pushes the price up for the next buyer, regardless of how much time has passed.
  • A Dutch auction falls with time. Price is mostly a function of the clock, not of how many tokens have sold so far. Waiting can get you a better price, but only if the token is still available when you decide to buy, since a popular sale can sell out before the price falls very far.

A useful way to think about it: a bonding curve punishes buying late, a Dutch auction punishes buying too early or waiting too long and missing out entirely. Neither one is inherently fairer than the other. They just distribute risk differently between early conviction and patience.

Where this shows up on Base

Liquidity bootstrapping pools, a specific implementation of the Dutch auction idea built on top of a weighted automated market maker, are the form most commonly used for token sales. Fjord Foundry is one platform running this model that supports Base among the networks it operates on, letting a project set a starting price, an ending price, and a duration, then let the pool's weights shift automatically over that window to produce the falling price curve. NFT mints have used a similar descending price structure for years, often called a "Dutch mint," for the same reason: it spreads demand out over time instead of concentrating it all at the exact second minting opens.

What to check before buying into one

  • Know where the price is in the curve, not just what it is right now. A price that looks cheap relative to the auction's starting point can still be expensive relative to where comparable tokens trade once the sale ends and normal trading begins. The starting price is often set well above any expected fair value on purpose, precisely to give the curve room to fall.
  • Understand what happens to unsold tokens. Some sales burn whatever does not sell, some return it to the project treasury, and some extend the auction. This affects the actual circulating supply once trading begins, which is worth knowing before you form a view on valuation.
  • A falling price does not mean a safe contract. The auction mechanism only controls how price is set during the sale. It says nothing about whether the token contract itself behaves as advertised afterward. The same checks that apply to any new token, reading it on Basescan, understanding what you are approving before you interact with it, and watching for the warning signs covered in our guide to spotting scam tokens, still apply here.
  • Check what happens after the auction ends. Some launches transition straight into a regular liquidity pool once the sale closes, while others have a delay before trading opens. That gap matters if you are planning around when you can actually resell.

The takeaway

A Dutch auction token launch sets an opening price above fair value and lets it fall on a schedule until buyers are willing to accept it, which is the opposite of a bonding curve's rising price. The model exists mainly to reduce the gas wars and bot advantage that come with a fixed price sale, and it gives buyers a genuine choice about timing rather than a race. It is a pricing mechanism, not a judgment on the token's quality, so the same due diligence you would apply to any new token on Base still belongs in the decision.

Ready to try it yourself?

Create a non-custodial wallet on Base in seconds. No account, no sign-up.

Open the web app