Pump Fun

Solana launchpad reference

Platform teardown

Pump Fun and how its token launches work

Pump Fun is a web application on the Solana blockchain where anyone can create a tradable token in about a minute, and where anyone else can buy or sell that token the instant it exists. There is no code to write, no liquidity pool to fund out of pocket and no listing approval. Removing every step between an idea and a live market is the whole design, and it is what turned Pump Fun from a side project launched in January 2024 into the busiest token factory in crypto.

The mechanism underneath Pump Fun is simpler than the noise around it suggests. Every new token starts on a bonding curve, a fixed pricing formula held by a smart contract. Buyers send SOL to the contract and receive tokens at a price that rises as supply is sold; sellers push the price back down the same curve. The contract is the counterparty, so a market exists from the first second without anyone providing capital.

This page explains that machinery end to end, from the curve math and the migration to a real automated market maker, through fees, the PUMP token and the platform's tooling, to the failure modes, the regulatory pressure and the practical questions people actually ask. It is written for readers who want to understand what Pump Fun does, whether they intend to use it or simply need to know why so much Solana activity flows through Pump Fun.

Visual representation of Pump Fun, the Solana-based memecoin launch platform
A creation form, a live chart and a shared feed: the three surfaces that define Pump Fun.

Pump Fun key facts

  • Category: memecoin launchpad and trading front end
  • Blockchain: Solana
  • Public launch: January 2024
  • Access: browser, with a Solana wallet
  • Native token: PUMP
  • In-house exchange: PumpSwap

[01]

What Pump Fun is and who built it

Pump Fun went live in January 2024 as the work of a very small team. Press coverage and later court filings have named Alon Cohen, Noah Tweedale and Dylan Kerler as its founders, with Cohen acting as chief executive. The product they shipped was not technically ambitious; it was a wrapper that made an existing set of Solana primitives usable by people with no development skills at all.

To appreciate why that mattered, consider what launching a memecoin looked like before Pump Fun. A creator had to mint an SPL token, create a market, pair the token with SOL in a liquidity pool funded from their own wallet, and then convince strangers that they would not simply withdraw that pool and disappear. Each step cost money, took technical knowledge, and handed the creator a loaded weapon pointed at their own buyers.

Pump Fun collapsed all of it into a single form with three fields and an image upload. Because the initial market lives inside a bonding curve contract rather than a pool the creator controls, there is no liquidity to pull while the token is still on the curve. That structural point is the honest core of the Pump Fun pitch, and it explains why a format many people find distasteful nevertheless spread so quickly.

Adoption was extreme. Within its first year Pump Fun was minting more tokens per day than most blockchains see in a year, and by 2025 the cumulative count was in the millions. The overwhelming majority of those launches are noise: a name, a picture, a handful of trades, then silence. A thin tail of them become tradable assets with real depth, and a very small number become genuinely famous among Pump Fun launches, such as Fartcoin, created in late 2024, which public price trackers recorded climbing into the billions in market value.

The platform is argued about in roughly the same terms by everyone. Critics describe Pump Fun as a slot machine that industrialized a negative-sum game and turned attention into extraction. Defenders answer that speculation on memes existed before it, that the curve mechanism removed one of the most common ways buyers were robbed, and that everything happens in public on chain. Both readings can be held at once, and understanding the mechanics of Pump Fun is what lets you judge for yourself.

[02]

How the Pump Fun bonding curve works

A bonding curve is a formula that derives a token's price from how much of its supply has already been sold. On Pump Fun there is no order book and no human market maker on the other side of your trade. The contract itself quotes the price, mints tokens to buyers and holds the SOL they pay in. Price is a pure function of state, which means it is fully predictable if you know the current position on the curve.

Each token is created with a fixed supply of one billion units. Roughly four fifths of that supply is available for sale along the curve; the remainder is reserved so that, at the end of the curve, it can be paired with the accumulated SOL and deposited as real exchange liquidity. Nothing is pre-allocated to the platform, and the creator receives no free allocation from Pump Fun simply for pressing the button.

Buying moves the position forward and lifts the price; selling moves it back and lowers the price along exactly the same path. Early buyers therefore hold a lower average cost than later buyers by construction, which is the mathematical reason the first seconds of a launch are so contested. It also means that while a token is on the Pump Fun curve, its entire tradable float and all of its backing SOL sit in a contract nobody can drain by withdrawing liquidity.

Every trade pays a small fee that is split between the protocol and, under later revenue-sharing rules, the token's creator. Fee rates on Pump Fun have been revised several times since 2024, including a shift toward dynamic rates that vary with a token's size, so any specific percentage should be read as a snapshot rather than a constant. What has not changed is the shape: a percentage skim on each buy and sell, taken automatically inside the transaction.

Schematic price path, start to graduation

Start of curve Supply sold Graduation
Illustrative shape of the pricing formula every Pump Fun token follows. Not a live quote and not to scale.

The curve ends at a fixed target denominated in SOL, historically around eighty-five SOL of net purchases, which is where the widely quoted market cap figure of roughly sixty-nine thousand dollars came from. Because the threshold is set in SOL rather than dollars, the dollar figure people cite moves with the SOL price. Reaching it is called graduating, and on Pump Fun it is the single most watched event in a token's life.

Determinism does not mean fairness in practice. Because the price path is public and the contract is permissionless, automated bots can buy in the same block a token is created on Pump Fun, and coordinated wallets can accumulate cheaply before human buyers see the listing. Pump Fun removed the withdrawn-liquidity problem; it did not remove the advantage of speed, capital and information.

[03]

Pump Fun graduation, migration and PumpSwap

When a Pump Fun token completes its curve, the contract stops being the market. The SOL collected along the way is paired with the reserved token supply and deposited into an automated market maker as a standard liquidity pool. From that moment the token trades like any other Solana asset, with a pool, slippage, arbitrage and aggregator routing rather than a single fixed formula.

For the platform's first year, graduated tokens migrated to Raydium, an established Solana exchange, and the migration itself cost SOL and introduced a short window of disruption. In March 2025 Pump Fun launched PumpSwap, its own automated market maker, and routed graduations there instead. Migration became instant and free, and the trading fees generated after graduation began flowing back to the platform rather than to a third party.

That vertical integration changed the economics considerably. Pump Fun now earns on both sides of a token's life: the curve phase and the post-graduation phase. It also gave Pump Fun a lever it did not have before, since a share of PumpSwap swap fees can be directed to token creators as an ongoing revenue stream instead of a one-off gain from an early buy.

Graduation is often read as a quality signal, and it is a weak one. It confirms that enough SOL entered the curve to fill it, nothing more. Plenty of tokens graduate on Pump Fun and then decline steadily as early holders distribute into the new pool, and the presence of real liquidity makes selling easier for insiders as well as for everyone else.

[04]

How to launch a token on Pump Fun

The practical sequence is short enough to describe in full. You need a Solana wallet with a small amount of SOL, a name, a ticker, a picture and a description. Everything else is handled by the contract, and the total on-chain cost of creating a token on Pump Fun has generally amounted to a couple of dollars in network and platform fees rather than a real capital outlay.

  1. Fund a Solana wallet and connect it. Nothing can be created or traded without SOL for fees.
  2. Fill the creation form: token name, ticker, image, description and any social links you want attached.
  3. Decide whether to make a first buy in the same transaction, and at what size. This is your own position, disclosed on chain.
  4. Confirm. The token is live, the curve is open and the Pump Fun page for it is publicly visible immediately.
  5. Communicate. Without attention, a launch on Pump Fun simply sits at the start of its curve indefinitely.

Step three is where most of the ethical weight sits. A creator who buys a large slice of their own supply at the bottom of the curve holds an unrealized position that only exists because they were first, and selling it later is what people mean when they talk about a developer dumping. Pump Fun makes that behavior visible rather than impossible, and experienced traders read creator wallets before they read the description.

Step five is where most launches die. The contract guarantees a market, but it cannot guarantee interest, and interest is the only input that moves a token along its curve. This is why Pump Fun evolved from a pure tool into something closer to a social platform, with feeds, comments, streams and reply threads all serving the same function: distribution.

Anyone considering a launch should also be clear that creating a token is a public act with consequences. Impersonating a person or brand, promising returns, or presenting a memecoin as an investment product can create real legal exposure depending on where you live. Pump Fun does not vet the tokens created through it, and that absence of vetting cuts both ways.

[05]

Fees and how Pump Fun makes money

The business model is a toll on activity. Pump Fun does not need any individual token to succeed; it needs volume, and it collects a percentage of every trade regardless of direction or outcome. Because losing traders sell as reliably as winning traders, the revenue line is far less dependent on market direction than the tokens listed on it.

In the early Pump Fun design there was a single flat trading fee on the bonding curve, commonly cited at around one percent, plus a small charge when a token migrated to an external exchange. Once PumpSwap existed, the migration charge disappeared and a post-graduation swap fee took its place. Later revisions introduced creator revenue sharing and, in 2025, dynamic fee tiers in which the rate paid varies with a token's market capitalization.

Fee event Who pays Where it goes
Token creation Creator Network fees plus a small Pump Fun charge
Buy or sell on the curve Trader Protocol, with a creator share under current rules
Swap after graduation Trader PumpSwap liquidity, protocol and creator
Migration to the exchange Nobody, since PumpSwap Free and automatic

Rates and splits in that table have changed repeatedly and will change again, so treat the columns as the structure rather than the numbers. The durable insight is that Pump Fun captures value at four distinct moments and that a trader pays at least once on the way in and once on the way out.

Creator revenue sharing deserves separate attention because it altered incentives more than any fee tweak. When a creator earns a running share of trading fees, the rational play shifts from selling an early bag toward keeping a token alive and traded. Pump Fun has leaned on this explicitly, framing fee income as a reason for creators to build audiences rather than exit them.

Reported revenue figures for Pump Fun have been large and volatile, with public dashboards and news coverage describing cumulative fee income in the hundreds of millions of dollars and daily peaks concentrated in the frenzied stretch around late 2024 and early 2025. Activity has since risen and fallen with wider speculative appetite, which is the honest summary of any platform whose income is a toll on trading.

[06]

The PUMP token and the Pump Fun economy

In July 2025, after eighteen months of operating without one, Pump Fun sold its own token, PUMP. The public sale was reported to have cleared in roughly twelve minutes, and coverage of the event put the combined public and private raise in the region of six hundred million dollars at a valuation around four billion. It was one of the largest token sales of that cycle by any measure.

PUMP is not required to use the platform. You do not need it to create a token on Pump Fun, to trade on a curve or to swap on PumpSwap, and treating it as a utility key misreads what it is. It functions as an equity-flavored bet on the platform's continuing activity, which is a different proposition from the memecoins listed on Pump Fun even though it trades in the same venues.

The most consequential thing Pump Fun has done with PUMP is direct a substantial portion of platform fee revenue toward buying the token back on the open market. That links the token's demand side to the toll described in the previous section: more trading means more revenue means more buying pressure, and a quiet market means the opposite. Anyone evaluating PUMP is really evaluating the durability of launchpad volume.

Distribution details, unlock schedules and buyback policy have all been debated publicly and adjusted since the sale, so current terms should be read from primary sources rather than from summaries. The structural point stands: PUMP is a claim on attention flowing through Pump Fun, and attention in this corner of crypto has never been stable for long.

[07]

Pump Fun streams, feeds and trader tooling

The token pages were social from the beginning. Each has a comment thread, holder information and a live chart, and the front page is a moving wall of new launches. This is not decoration. In a market where the only real input is attention, the feed is the distribution mechanism, and Pump Fun understood earlier than most that the launchpad and the social layer are the same product.

Live video was the sharpest expression of that idea and also its biggest liability. Creators streamed while their tokens traded, viewers reacted in real time, and a subset of streamers escalated into genuinely harmful stunts to hold attention. Pump Fun suspended the streaming feature in November 2024 after that behavior drew widespread condemnation, then reintroduced it in 2025 with moderation controls and stricter rules.

On the trading side, Pump Fun has expanded from a simple buy and sell box toward the kind of tooling active traders were already using elsewhere. That included the acquisition of Kolscan, a wallet-tracking service that shows what notable traders are buying and selling, folding leaderboard-style social signals into the platform itself.

The direction of travel is clear enough. Pump Fun is trying to be the place where a token is created, discovered, discussed, traded and tracked, rather than one step in a chain that includes third-party terminals and analytics sites. For traders that means fewer tabs; it also means more of the value chain, and more of the fee revenue, staying inside Pump Fun.

[08]

Pump Fun by the numbers

Any figure attached to Pump Fun ages within days, so the useful thing is the shape of the distribution rather than a precise count. The pattern that public Solana analytics have shown consistently is severe: a very large number of tokens created, a small single-digit percentage completing their bonding curve, and a far smaller fraction still trading meaningfully a month later.

Approximate outcome split for Pump Fun launches

Abandoned before completing the curve~99%
Graduate to an exchange pool~1%

Source: widely reported public Solana analytics dashboards. Figures are rounded approximations that vary by measurement window and change daily. Bar widths are illustrative and the graduation bar is drawn above scale to remain visible.

Millions

Tokens created on Pump Fun since launch, per reported cumulative counts

Tens of thousands

Peak launches in a single day during the early 2025 frenzy

$100M+

Cumulative fee revenue milestone reached within the first year

Two conclusions follow from those proportions. First, the base rate for a token launched on Pump Fun is failure, and any strategy that treats a new listing as likely to succeed is fighting the arithmetic. Second, the Pump Fun revenue line does not depend on that base rate at all, because fees are charged on the churn rather than on the outcome.

It is also worth noting how tightly activity on Pump Fun tracks the wider speculative mood on Solana. Launch counts and fee income spiked during the memecoin peak, fell hard afterwards, and have moved in waves since, along with competitors that copied the format. Treat any single-day statistic you see quoted as a snapshot of a mood, not a trend.

[09]

Pump Fun compared with other launch routes

There are three broad ways a small token reaches a market on a fast chain: a curve-based launchpad such as Pump Fun, a manual deployment with a self-funded pool, or one of the many launchpads that copied the format on Solana and other chains. The differences that matter are who supplies the initial liquidity, who can take it away, and how quickly trading begins.

Criterion Pump Fun curve launch Manual mint plus own pool Rival launchpads
Capital to start A few dollars of SOL Whatever you seed the pool with Usually minimal
Technical skill None Deployment and pool setup None
Initial liquidity Contract-held curve Creator wallet Curve or pooled sale
Can liquidity be pulled Not while on the curve Yes, unless locked Varies by design
Time to first trade Seconds Minutes to hours Seconds
Discovery built in Feed, comments, streams None Feed of some kind

The competitive picture is straightforward. Pump Fun holds a distribution advantage rather than a technical one, since the contract logic is not difficult to reproduce and has been reproduced many times. What rivals struggle to copy is the flow of people already watching the feed, which is why Pump Fun has invested in social features and its own exchange rather than in defending the curve itself. Where a competitor pulls ahead, it is usually by offering creators a better fee split or a different chain, not by inventing a better curve.

[10]

Risks and failure modes on Pump Fun

The most important risk is the least exotic one: the token you buy will most likely go to nearly zero. That is not a malfunction of Pump Fun, it is the arithmetic of a venue where anyone can mint anything and where nearly all launches attract no sustained buyers. Every other risk on this list operates on top of that baseline.

Classic liquidity rug pulls are structurally blocked while a token sits on the curve, since no individual controls the pool. What replaces them is a supply problem. A creator or an allied group can accumulate a large share early and sell into whatever demand arrives, which produces the same chart as a rug even though no liquidity was withdrawn. Reading holder concentration before buying matters more on Pump Fun than reading the description.

Bundling and sniping are the mechanized version of that problem. Bots can buy in the creation transaction or the same block, and coordinated wallet clusters can make a token look organically bought when it is held by one operator. Because everything on Pump Fun is on chain, these patterns are detectable, and the tooling to detect them is now part of what serious traders use before entering.

Impersonation and fake narratives are constant. Anyone can name a token after a real company, a public figure or an unrelated project, attach convincing links and let assumption do the rest. Pump Fun does not verify identity or authorization, so the only defense is confirming a token's address from the entity that supposedly issued it before buying anything.

Platform and smart contract risk is real but has a track record now. In May 2024 a former employee exploited borrowed funds to drain bonding curve liquidity, an incident widely reported at close to two million dollars. Pump Fun paused trading, moved to a new contract and restored affected balances, and the suspect was later charged in the United Kingdom. It was handled, but it is a reminder that the contract holding the SOL is code with a history.

  • Base rate risk: almost all tokens fail, fast
  • Concentration risk: one wallet cluster holding the float
  • Execution risk: snipers, bundles and priority fee competition
  • Identity risk: impersonated brands, people and projects
  • Behavioral risk: continuous launches designed to keep you trading

The behavioral item is the one people underrate. An endless feed of new launches, a public leaderboard of winners and a permanent sense that the next one is starting right now are the mechanics of a gambling product, and they work on most people. If you use Pump Fun, decide your size and your stopping rule before you open the page, not while a chart is moving.

[11]

Pump Fun regulation and legal pressure

A platform that lets anonymous users issue tradable assets to the public was always going to attract scrutiny. The recurring question from regulators and plaintiffs is whether tokens sold through a Pump Fun bonding curve constitute unregistered securities offerings, and whether the operator of the venue bears responsibility for what is sold there.

The clearest concrete action came in the United Kingdom. In December 2024 access to Pump Fun was restricted for UK users after the Financial Conduct Authority raised concerns that the service was operating there without the required authorization, a familiar pattern for offshore crypto platforms that market to British consumers. Geographic restriction, rather than redesign, has been the standard response across the industry.

In early 2025 a class action complaint was filed in a United States federal court against Pump Fun and parties associated with it, alleging among other things that the tokens amounted to unregistered securities and that the platform profited from a system designed to separate retail buyers from their money. Litigation of this kind moves slowly and its outcome is not something anyone can predict from the filings alone.

For a reader, the practical implications are modest but worth knowing. Availability can change by country without notice, tax treatment of gains and losses on these trades is your own responsibility, and the legal status of a memecoin bought on Pump Fun is genuinely unsettled in several jurisdictions. If any of that matters to your situation, get advice specific to where you live rather than relying on how the platform describes itself. For background on the underlying network, Wikipedia maintains an overview of Solana and of meme coins as an asset category.

[12]

Practical guidance for Pump Fun traders

If you are going to trade here at all, treat every position as an expense rather than an investment and size it accordingly. Use a separate wallet holding only what you have decided to risk, and keep long-term holdings somewhere your trading habits cannot reach. This single piece of hygiene prevents most of the catastrophic outcomes people report from platforms like Pump Fun.

Before buying, spend a minute on the on-chain facts rather than the vibe. Who holds the supply, how concentrated is it, did the creator buy in the launch transaction, are the top wallets connected, and how much real SOL has entered the curve. All of this is public, and on Pump Fun the answers are usually available faster than the time it takes to read a description.

  • Verify the contract address from an independent source before buying
  • Check holder concentration and creator wallet history
  • Assume slippage and priority fees will be worse than quoted in fast markets
  • Write down an exit level before entering, including a loss level
  • Never sign a transaction or connect your wallet from a link sent to you
The venue is transparent; that does not make it safe. Everything you need to identify a bad launch is published on chain, and almost nobody reads it before clicking buy.

One structural note specific to this platform: the transition from curve to pool changes how a token behaves. Depth, slippage and price impact are different after graduation, and strategies calibrated to the curve phase often break immediately afterwards. Knowing which phase a Pump Fun token is in should be the first thing you establish, not an afterthought.

[13]

Guidance for Pump Fun creators

The uncomfortable truth for anyone launching is that the token is the easy part and the audience is the entire job. Pump Fun gives you a market in seconds and gives you nothing else. If you have no existing community, no reason for people to care and no plan for the week after launch, the curve will sit where you left it.

Where creators build something durable, it usually looks less like a coin launch and more like a small media project: a consistent voice, a reason to check back, public accountability about what the creator holds. Creator fee sharing on Pump Fun rewards exactly this, because ongoing trading pays better over time than one early sale, and a reputation for not dumping is the only asset that carries across launches.

Be explicit about what you are doing and careful about what you promise. Do not use someone else's name, brand or likeness, do not imply that buyers will profit, and do not describe a memecoin as an investment. The reputational and legal downside of a launch that goes wrong lands on the creator, not on Pump Fun.

[14]

Glossary of Pump Fun terms

Conversation around this platform runs on shorthand, and most of it is opaque to newcomers. These are the terms that appear most often in Pump Fun comment threads, trading groups and analytics tools.

Term Meaning
Curve The contract-held pricing phase before a token gets a real liquidity pool
Graduate / migrate Completing the curve and moving to an exchange pool
Dev The wallet that created the token, whatever its actual skills
Sniper A bot buying at or immediately after creation
Bundle Multiple coordinated buys grouped to look like organic demand
Rug A collapse caused by insiders selling or removing liquidity
PumpSwap The in-house automated market maker that graduated tokens move to

[15]

Timeline of key events

The history of Pump Fun is short and eventful, and the sequence explains most of its current design. Each entry below is drawn from widely reported public events.

  • JAN 2024Pump Fun launches on Solana with bonding-curve token creation.
  • MAY 2024An insider exploit drains curve liquidity; trading is paused, the contract is replaced and balances are restored.
  • LATE 2024Peak memecoin frenzy; Fartcoin becomes the best-known graduate of the platform.
  • NOV 2024Live streaming is suspended after abusive broadcasts draw public condemnation.
  • DEC 2024UK access is restricted following Financial Conduct Authority concerns.
  • EARLY 2025A US class action complaint is filed against Pump Fun and associated parties.
  • MAR 2025PumpSwap launches, replacing external migration with free, instant graduation.
  • MID 2025Creator revenue sharing expands and Pump Fun acquires the wallet-tracking tool Kolscan.
  • JUL 2025The PUMP token sale clears in minutes at a reported multibillion-dollar valuation.
  • LATE 2025Dynamic creator fees and revenue-funded PUMP buybacks reshape the economics of Pump Fun.

[16]

Frequently asked questions

Does it cost money to create a token on Pump Fun?

Only a small amount. You need SOL to cover Solana network fees plus a modest platform charge, historically amounting to a couple of dollars. You do not have to fund a liquidity pool, which is the main reason launching on Pump Fun is cheap compared with deploying a token yourself.

What does it mean when a token graduates?

It means enough SOL entered the bonding curve to fill it, so the collected SOL and the reserved token supply are deposited into a liquidity pool on PumpSwap. The token then trades as a normal Solana asset. Graduation on Pump Fun is a liquidity milestone, not a quality endorsement.

Does Pump Fun review or approve the tokens listed on it?

No. Creation is permissionless, so names, images and descriptions are not vetted, and impersonation of real people and brands is common. Anything you learn about a token on Pump Fun should be verified independently, starting with its contract address.

Can a creator still rug a token here?

Not by withdrawing liquidity while the token is on the curve, because no individual controls it. They can still buy a large share early and sell it into later demand, which produces a similar collapse. Holder concentration is the metric that reveals this risk.

Do I need the PUMP token to use the platform?

No. Creating and trading tokens requires SOL, not PUMP. The PUMP token is a separate speculative asset tied to platform activity and fee revenue, and holding it is not a prerequisite for anything on Pump Fun.

Is Pump Fun available in every country?

No. Access has been restricted in some jurisdictions, notably the United Kingdom after the Financial Conduct Authority raised authorization concerns in December 2024. Availability can change, and local rules on trading and taxation apply to you regardless of what the platform permits.

How do creators earn money?

Two ways: from any position they bought in their own token, and from the share of trading fees routed to creators under current revenue-sharing rules. Fee terms on Pump Fun have changed several times, so current rates should be checked rather than assumed.

What happens to a token that never graduates?

It stays on its bonding curve indefinitely. Holders can still sell back into the curve at whatever price the formula gives, which is usually close to their entry or well below it. This is the outcome for the large majority of tokens created on Pump Fun.

Takeaway

What to remember

Pump Fun is best understood as infrastructure for speculation with a social layer attached. Its bonding curve removed one specific type of theft and replaced it with a market where speed, concentration and attention decide outcomes. Revenue comes from turnover, which is why the product keeps getting better at generating turnover.

If you take one thing from this page, take the base rate. Almost every token launched on Pump Fun fails, the platform earns either way, and the information needed to avoid the worst launches is public and largely unread. Understanding the mechanics of Pump Fun is not a strategy for winning here; it is what tells you what game is actually being played.