Back to articles
The Noisy Neighbor Attack: How Solana's Localized Fee Markets Create a $0.50 Kill Switch for Any DeFi Protocol

The Noisy Neighbor Attack: How Solana's Localized Fee Markets Create a $0.50 Kill Switch for Any DeFi Protocol

via Dev.toohmygod

Your Solana lending protocol has $500M in TVL. A liquidation bot needs to execute a critical health-factor check. But someone is spending $0.50 per second flooding transactions against your protocol's global state PDA — and suddenly, every legitimate transaction either fails or costs 100x normal fees. This is the Noisy Neighbor Attack: the cheapest, most underappreciated denial-of-service vector in Solana DeFi. And most protocols are completely vulnerable to it. How Solana's Fee Markets Actually Work Solana's parallel execution model is its superpower. Unlike Ethereum where every transaction competes in a single global fee auction, Solana transactions declare upfront which accounts they'll read and write. The runtime uses this to execute non-conflicting transactions in parallel. But there's a catch: write locks are exclusive . If two transactions both want to write to the same account, they must execute sequentially. This creates localized contention — a hot account becomes a bottlenec

Continue reading on Dev.to

Opens in a new tab

Read Full Article
6 views

Related Articles