What is memecoin?
A token created around a joke, meme, or online community rather than a technical purpose.
Not yet verifiedHow we verify
3 min read
In this entry
A token created around a joke, meme, or online community rather than a technical purpose.
Memecoins are extremely volatile and frequently lose most of their value. Availability on regulated exchanges is limited, and where they are listed it is often later, in fewer jurisdictions, and with warnings attached that other assets do not carry.
The category is defined by what it does not claim. A memecoin's documentation usually does not describe a protocol to build, revenue to earn, or a problem to solve. What it has instead is a community and attention, and both can leave as quickly as they arrived. Treating one as an early-stage technology bet misreads it: there is no technology being bet on.
How it works
Issuing a token requires no permission. On Ethereum it is an erc 20 contract, on Solana an SPL token, and on either chain a template deployment costs very little. Launchpad sites automate the whole sequence, including creating an initial liquidity pool.
Trading usually begins on a decentralized exchange, where anyone can create a market. A centralized listing, if it comes at all, follows the price rather than causing it. That order matters, because the on-chain phase is where contract risk is highest and where buyers have the least protection.
Three contract-level facts decide whether a token can behave honestly, and all three are readable on a block explorer before you spend anything: whether the deployer can mint more supply, whether transfers can be blocked or taxed by an owner function, and whether the initial liquidity is locked or can be withdrawn. A token failing any of these can be drained by its creator regardless of what the community believes.
Supply concentration is the fourth. If a handful of addresses hold most of the float, the price on screen is set by whoever chooses not to sell.
Example
Illustrative arithmetic on concentration. A token has 1,000,000,000 units and a $50,000,000 headline market cap at $0.05. The block explorer shows the top ten addresses holding 700,000,000 units, and the decentralized exchange pool holds $400,000 of the quote asset.
The tradeable float is a small fraction of the headline number. A single holder selling 1% of supply, 10,000,000 units, is attempting to sell $500,000 into a $400,000 pool. The price consequence is severe, and the $50,000,000 figure never represented money that could be withdrawn.
Why it matters when you buy
If you want to buy one, the practical questions are where it is listed and whether the venue serves your jurisdiction, since coverage is thinner than for major assets. The grade on the buyability rankings shows how many verified venues actually sell a given coin where you live, and the holder distribution on the concentration rankings shows how much of the volume runs through a single venue. Both are facts you can check before deciding anything.
Related terms
- rug pull — the creator draining the pool
- honeypot token — a contract that blocks selling
- liquidity pool — where early trading happens
- float — the share genuinely tradeable
- pump and dump — coordinated buying then selling
- smart contract audit — what most launches skip
Questions
Why do regulated exchanges list so few memecoins?
Listing committees apply asset criteria covering supply transparency, custody, legal classification, and market integrity. Many memecoins fail several at once, and a venue that lists one takes on the compliance risk.
Can I check a memecoin contract myself?
Yes, and it is worth doing. A block explorer shows the verified source, the holder distribution, and whether liquidity is locked. Our guide on how to verify a token contract walks through the steps at Verify a token contract.
Is a large market cap a sign of safety?
No. Headline market cap is price multiplied by total supply, and both can be dominated by a tiny tradeable float. Check depth and holder concentration instead.
Guides that use this term
- What Is a Memecoin, and Why Most Lose Their Value
A memecoin is a token whose price rests on attention rather than on revenue, a product, or a claim on any asset, and the structural reason most end up worthless is that attention is the only thing holding the price up and it always moves on to something else.
- Why Some Coins Aren't Available Where You Live
Availability is decided twice, once for the country or state you live in and once for each individual asset, so an exchange that is licensed to serve you can still be unable or unwilling to list the specific coin you want.