How memecoins actually work
Memecoins are not jokes that accidentally became valuable. They are engineered products with predictable launch mechanics, known failure modes, and a fee structure that extracts value from every participant at every step. If you understand how the machinery works - the bonding curves, the automated market maker pools, the sniper bots, the graduation thresholds, the wallet distribution tricks - you can see exactly where the risks live. This page maps the full landscape. Each section below points to a deeper explainer on a specific topic, so you can drill into the parts that matter to your next trade.
Launch mechanics: how a memecoin is born
Every memecoin on Solana starts in the same place: a platform that lets anyone create a token for a few dollars and begin selling it before it has a real liquidity pool. The two dominant platforms right now are Pump.fun and Moonshot. They differ in fees, user experience, and the exact threshold at which a token "graduates" to a proper decentralized exchange, but the core mechanism is identical.
The creator deploys a token contract, sets a name and ticker, and uploads an image. The token starts trading immediately on a bonding curve. A bonding curve is a mathematical formula that ties the token's price to its total supply sold. The first buyer pays a fraction of a cent. Each subsequent purchase pushes the price higher along the curve. There is no order book, no liquidity provider, no market maker - just a contract that says "if you want token number X, you pay price Y." The spoke page How a bonding curve sets the price of a new memecoin before it hits a DEX walks through the exact math and explains why early buyers get the steepest gains and the fastest losses.
Once the bonding curve sells enough tokens to reach a predetermined market cap - on Pump.fun, that threshold is roughly 69,000 USD equivalent - the token graduates. The platform automatically creates a liquidity pool on Raydium, deposits a portion of the raised SOL and the corresponding token supply, and burns the liquidity pool tokens. From that moment, the token trades on a real automated market maker (AMM) with an order book, slippage, and all the mechanics of a normal decentralized exchange token. The spoke page What happens when a memecoin creates its automated market maker pool on Raydium explains exactly what changes for traders at graduation and why the transition is not a safety signal.
Not all tokens make it to graduation. Many die on the bonding curve when buyers stop coming. Others are deliberately abandoned by their creators before the threshold is reached. If a token fails to graduate, the only liquidity is whatever remains on the bonding curve, and that curve can be drained by the creator or by a single large seller.
The tools you actually use to trade
Trading memecoins is not a matter of opening a browser and clicking "swap." The speed of the market - some tokens live and die in under a minute - demands specialized tools. The ecosystem has settled on two categories: Telegram bots and web-based trading terminals.
Telegram bots like Trojan on Solana, BonkBot, Maestro, Neo Bullx, and SolTradingBot are the fastest way to execute a trade. You send a command, the bot submits a transaction to the Solana network with your chosen priority fee and slippage, and you get a confirmation in seconds. The tradeoff is security: you are giving the bot access to your private key or a derived keypair, and multiple high-profile bot compromises have drained user wallets. The spoke page Trading memecoins with a Telegram bot vs a web terminal which is actually faster compares the real-world latency differences and the security risks you need to accept.
Web terminals like Photon and BullX run in a browser and give you a full trading interface with charts, wallet tracking, copy-trading features, and more sophisticated order types. They are generally slower than bots because of the additional rendering and network overhead, but they offer better visibility into what you are buying. The comparison is detailed in Photon vs BullX which trading terminal is better for memecoin trading, which breaks down subscription costs, feature sets, and which terminal suits which style of trader.
Every trade, whether through a bot or a terminal, goes through a wallet. Phantom Wallet and Solflare Wallet are the two most common Solana wallets for memecoin trading. Phantom has a larger user base and better extension integration; Solflare offers more direct staking and DeFi features. Neither protects you from signing a malicious transaction. The spoke page Phantom vs Solflare which Solana wallet handles memecoin trading better covers the security and usability differences that matter when you are approving unknown token contracts.
The fees you never see adding up
Memecoin trading is expensive, and most of the cost is invisible because it is baked into the execution price rather than charged as a line item. Every swap on Pump.fun carries a 1% platform fee. That is in addition to the Solana priority fee you pay to get your transaction included in a block - a fee that fluctuates wildly with network congestion and can exceed the value of the trade itself. The spoke page How Solana priority fees work and why they matter for memecoin trades explains how to set a priority fee that actually gets your transaction through without overpaying by an order of magnitude.
After graduation, the token trades on Raydium, which charges a 0.25% LP swap fee split between liquidity providers and the protocol. If you are using a Telegram bot, expect another 1% transaction fee on top. Some bots charge per-trade fees; others charge subscription tiers. Photon and BullX both have paid access passes. You also pay for RPC node access if you use a paid endpoint like Helius, QuickNode, or Triton - public RPCs throttle and fail under load, which costs you missed trades.
The complete fee breakdown from a Pump.fun bonding curve buy through a Raydium graduation trade is detailed in All the fees you pay when trading memecoins on Pump.fun and after graduation. The numbers add up fast. A trade that shows a $100 execution cost can easily cost $105 after fees, and that is before you factor in slippage and price impact.
The risks that are not obvious
The most common memecoin risk is the honeypot: a token contract that lets you buy but prevents you from selling. RugCheck.xyz analyzes token contracts for known honeypot patterns, mint authority status, freeze authority status, and liquidity lock status. The spoke page How RugCheck.xyz detects a honeypot or rug pull before you buy a memecoin walks through the specific checks the tool performs and explains why a green checkmark does not mean the token is safe.
Mint authority is the permission to create new tokens. If the creator has not revoked it, they can mint an arbitrary number of new tokens and dump them on the market. Freeze authority lets the creator freeze any wallet's token balance, which effectively turns the token into a honeypot for anyone the creator targets. Both are checked by RugCheck, but they are also visible manually on Solscan or SolanaFM with a few clicks.
Liquidity pool burning is often presented as a safety guarantee. The creator sends the LP tokens - which grant the right to withdraw liquidity from the Raydium pool - to a burn address. Once burned, no one can remove the liquidity. That is true, but it does not prevent the creator from owning 80% of the circulating supply and selling it slowly over time. The spoke page What burning or renouncing a liquidity pool actually means for a memecoin explains why burned liquidity is one signal among many and why it is not a substitute for checking holder distribution.
Concentrated supply is the most common hidden risk. A single wallet holding more than 30% of the supply can dump and crash the price instantly. Even if no single wallet holds that much, a developer can distribute tokens across dozens of wallets in a bundled supply distribution, making the holder count look healthy while one entity controls the entire float. The spoke page Why a single wallet holding more than 30 percent of a memecoin supply is a red flag shows how to check for bundling on BubbleMaps and why a high holder count can be actively misleading.
The execution games you are playing against
Every memecoin trade is a race against automated actors designed to extract value from your transaction. Sniper bots watch for new liquidity pools and submit purchase transactions within the same block as the pool creation. They buy at the floor price before you can even see the token exists. MEV sandwich attacks work differently: a bot sees your buy transaction, buys ahead of you to drive the price up, lets your trade execute at the inflated price, then sells immediately after. You lose on both ends. The spoke page How sniper bots and MEV sandwich attacks work on memecoin trades explains the transaction ordering mechanics and why anti-MEV protection in wallets like Phantom does not stop all attacks.
Slippage tolerance is your defense against price movement between transaction submission and execution. Set it too low, and your trade fails. Set it too high, and a sandwich attack can drain your entire buy amount down to a fraction of the expected tokens. The spoke page What slippage tolerance does and why it fails on memecoin trades explains the "slippage tolerance exceeded" error, the "insufficient output amount" error, and how to set slippage that protects you without blocking legitimate trades.
Copy-trading - automatically copying every trade a profitable wallet makes - sounds like free alpha. In practice, the target wallet can front-run your copied trades, or the wallet's profits come from holding large positions that you cannot match without the same price impact. The spoke page Copy trading a wallet vs manual entry which works better for memecoins covers the mechanics of Photon's copy-trade feature, why most copy-traders lose money, and when manual entry is the only informed choice.
The graduation moment and what changes
When a Pump.fun token hits the graduation threshold, the platform collects roughly 6 SOL from the bonding curve, creates a Raydium pool with that SOL and the corresponding token supply, and burns the LP tokens. The spoke page What the Pump.fun graduation threshold is and what happens when a token hits it explains the exact triggers, why some tokens fail to graduate due to Pump.fun bonding curve not yet complete errors, and what happens to traders who bought on the curve when the pool goes live.
After graduation, the token can be traded on Raydium using either a CPMM (constant product market maker) pool or a CLMM (concentrated liquidity market maker) pool. Most tokens use CPMM, which follows the simple xy=k formula. Some migrate to Meteora or Orca* for better liquidity efficiency. The change from bonding curve to AMM alters how price moves, how slippage behaves, and what tools you need to trade.
Moonshot has its own graduation mechanism that triggers at a different market cap and uses a different fee structure. The spoke page covers both platforms, because the mechanics differ in ways that affect your entry and exit timing.
The misconceptions that lose money
The most expensive belief in memecoin trading is that liquidity being locked means the token is safe. Locked liquidity prevents the creator from pulling the pool, but it does nothing to prevent the creator from minting new tokens (if mint authority is not revoked), freezing your wallet (if freeze authority is not revoked), or selling their own supply (if they hold a large position). The spoke page Liquidity locked does not mean safe and other memecoin safety myths catalogues the fifteen most dangerous beliefs, from "a doxxed developer means the project is legitimate" to "DexScreener trending means it is vetted."
Speaking of DexScreener: trending status is purely a function of trading volume and price change over a short window. It has no vetting component. A honeypot with a single buyer doing $10,000 in wash trades can trend for hours. The spoke page What DexScreener trending actually means and why it is not a vetting signal explains the exact metrics that drive the trending list and why they are trivial to manipulate.
"High market cap means it cannot be rugged" is another dangerous shortcut. Dev dumps on graduation are common: the creator holds a large supply, waits for the graduation bump, and sells into the new liquidity pool. The market cap can be $2 million one minute and $200,000 the next. The number on the screen is not exit liquidity; it is a reflection of the last trade price multiplied by supply, which can vanish.
Choosing your launch platform, chain, and wallet
Whether you launch on Pump.fun or Moonshot determines your fee structure, graduation threshold, and the set of tools that work with your token. The spoke Pump.fun vs. Moonshot launch platform compares the two sides: differences in bonding curve parameters, platform fees, migration triggers, and the kind of trader attention each attracts. Neither is safer than the other; the risks are identical, only the timing and fees shift.
Whether you trade on Solana vs Base affects execution speed, cost, and available tools. Solana has the largest memecoin ecosystem, the fastest block times, and the widest tool selection. Base has lower transaction fees, smaller liquidity pools, and fewer specialized tools. The spoke page Solana vs Base for memecoin trading which chain actually works better breaks down the practical differences in block time, fee structure, wallet compatibility, and bot availability.
Phantom, Solflare, and Backpack are the three major Solana wallets. Phantom dominates the memecoin space because of its built-in swap aggregation via Jupiter, its anti-MEV toggle, and its widespread adoption in
Not financial advice. aidancingcat.xyz publishes market data and general information about digital assets. Crypto assets are volatile and you can lose everything you put in. Nothing here is a recommendation to buy, sell or hold, and we make no price predictions.
Prices are sourced from third parties and may be delayed or wrong. Verify anything you intend to act on against a primary source.