Over the past 72 hours, a protocol I’ve been tracking on Base lost 40% of its liquidity providers. The cause wasn't a smart contract exploit or a governance attack. It was a mass migration of capital to Coinbase’s new Launches feature. This feature allows users to trade tokens that have not been vetted by the exchange—tokens issued on Base and Solana, traded directly through a built-in DEX aggregator. It is revolutionary in its simplicity. And it is revolutionary in its danger.
Coinbase has long operated as a gatekeeper. Every token listed on its platform underwent rigorous due diligence: legal review, security audits, market analysis. The Launches tag reverses that model. Here, Coinbase provides a discovery interface to tokens that exist only on-chain, without any curation. The exchange becomes a traffic aggregator, not a counterparty. You connect your self-custody wallet, you approve a trade, and you are executing a swap on a decentralized exchange like Uniswap or Raydium. The fee structure? Minimal. The risk structure? Maximal.
Let me be precise about what Launches actually is. It is a product-layer integration of third-party DEX protocols into the Coinbase mobile app. Users see a new tab, scroll through a list of tokens—most with meme-inspired names and absurd market caps—and one tap initiates a swap. The tokens themselves are not held by Coinbase; they are held in the user's wallet. The exchange never takes custody. This is a deliberate design choice to sidestep regulatory classification as a securities exchange. But it also means Coinbase assumes zero responsibility for the token’s code, liquidity, or legitimacy. The burden falls entirely on the user.
From a technical standpoint, this feature is a masterclass in risk transference. The underlying DEX contracts on Base and Solana are well-audited—Uniswap V3 on Base, Raydium on Solana. But the token contracts themselves are not audited by Coinbase. In my five years of auditing Solidity code, I have found reentrancy vulnerabilities in tokens that passed superficial checks. I have seen hidden mint functions that allowed teams to dilute holders. I have analyzed contracts where the deployer could freeze all transfers. Launches bypasses even the minimal pre-listing checks that Coinbase applies to its own listings. It is a direct pipeline from unvetted code to retail users.
Consider the liquidity dynamics. A typical token on Launches might have $50,000 in total liquidity across a single pair. A $1,000 buy order can cause slippage of 30% or more. I ran the numbers: with a constant product AMM, a trade of 2% of the liquidity pool depth results in approximately 4% price impact. But many of these tokens have less than $20,000 in liquidity. A $1,000 trade then yields a price impact exceeding 10%. And that’s before considering sandwich attacks. Bots monitor the mempool for pending swaps and insert their own orders, frontrunning users. The user pays inflated prices, the bot profits, and the token price collapses. I have seen this pattern repeatedly in my forensic analyses of dead projects. Launches is a honeypot for unsophisticated traders.
Systemic risk interconnectivity is the next layer. The feature aggregates liquidity from multiple DEXs, but it also aggregates risk. If a token contract contains a backdoor, a single malicious actor can drain the entire liquidity pool. This drains not just the token’s liquidity but also any other pools sharing the same base asset (e.g., USDC). I mapped the attack vectors: an exploit on a Launches token can cascade to the broader ecosystem through arbitrage bots and cross-protocol interactions. In March 2022, I identified a similar cascading risk in the Luna Foundation Guard’s bond mechanism. That analysis predicted the death spiral two weeks before it happened. The same mathematical fragility exists here: low liquidity, high leverage of user trust, and a centralized interface that masks the underlying chaos.
Now, consider the regulatory angle. The Howey test applies squarely to these tokens. Users invest money (USDC, SOL) into a common enterprise (the project), with an expectation of profit derived from the efforts of others (the team). The SEC has consistently argued that most tokens traded on DEXs are unregistered securities. By providing a purpose-built interface for these tokens, Coinbase is acting as an unregistered broker-dealer for securities offerings. The self-custody requirement does not absolve them; it only removes custody risk, not liability for facilitating unregistered transactions. I anticipate a Wells notice from the SEC within 60 days. The regulator has already flagged Coinbase’s staking service and wallet. Launches is the next battleground.
But here is the contrarian angle: the feature will not be killed by regulation. It will be killed by reputation. The narrative is that Launches democratizes access to early-stage projects. The reality is that it enables a rug-pull factory. Within the first week, I identified three tokens on Launches with contracts that had no renounced ownership and no liquidity locks. The deployers could withdraw all funds at any time. When the first high-profile scam hits—and it will—the backlash will be severe. Class-action lawsuits will name Coinbase as a co-conspirator for providing a platform where fraud occurred. The brand damage will outweigh any temporary user growth. Coinbase’s own investors will demand the feature be rolled back.
Competitors will copy this model, but they will also face the same reputational hazard. Binance, OKX, and Kraken will rush to build similar on-ramps for on-chain tokens. The result will be a race to the bottom on user protection. The only winners are the scammers who get a steady stream of fresh capital. The losers are retail users who lose their savings, and the exchanges that lose their trust. I have seen this playbook before: during the 2021 NFT mint mania, every platform rushed to launch a launchpad. Most ended up with dead projects and angry communities. Launches is the same phenomenon, repackaged with DEX integration.
From a technical due diligence perspective, I have only one piece of advice: treat every token on Launches as a potential exploit. Run the contract through a basic analysis tool. Check for ownership renunciation, liquidity locks, and known vulnerabilities. If the token has no verified source code, do not trade it. If the liquidity is below $100,000, expect extreme slippage. And never invest more than you can lose entirely. This is not a curated selection; it is a firehose of unvetted, high-risk assets. Coinbase’s brand is the bait; the trap is the transaction itself.
I will conclude with a forward-looking judgment. The Launches feature will survive in some form, but its scope will shrink. Coinbase will eventually add a mandatory disclaimer and a risk warning screen. They may even require tokens to pass a basic code audit before appearing in the tag. But the damage will be done. I predict a wave of regulatory enforcement against specific Launches tokens within the next two months. The SEC will use this as a precedent to argue that any interface facilitating unregistered token trading is an exchange under the law. Coinbase’s legal team is already preparing for that fight. The question is whether the company’s appetite for innovation outweighs its appetite for litigation.
I am not anti-innovation. I audit protocols for a living. I believe in the power of permissionless access. But I also believe in transparency. Launches hides risk behind a branded interface. It is revolutionary in its execution, but predictable in its consequences. The market will adjust, the regulators will act, and the users will learn the hard way. That is the cycle. The only defense is knowledge. And that starts with reading the code.
Based on my own audit experience, I have learned that the difference between a secure protocol and a vulnerable one is often a single line of code. Launches aggregates hundreds of lines of code from dozens of unvetted contracts. The risk is not theoretical; it is cumulative. I will continue to monitor this feature closely, and I encourage every reader to do the same. Assume breach. Assume nothing. And never assume that Coinbase’s brand equals safety.
The window for safe speculation is closing. The next exploit is not a matter of if, but when. Be prepared, or be the exit liquidity.

