Hook
On March 15, 2026, Scroll—the zero-knowledge Ethereum Layer 2—announced a 40 billion SCROLL token buyback and burn. The market cheered. Price jumped 18% in two hours. The team tweeted: “Confidence in our future.”
I read the smart contract. I saw the funding source. And I felt a familiar chill.
Context
Scroll is a zkEVM rollup that has been live since 2024. Its native token, SCROLL, is used for gas fees and governance. The protocol generates revenue from transaction fees—mostly ETH paid by users, converted to SCROLL via an on-chain swap. The buyback plan: over 36 months, the Scroll Foundation will use 40 billion SCROLL (roughly 15% of total supply) from its treasury to purchase and burn tokens from the open market.
The announcement came with a flashy dashboard showing protocol revenue growing 300% year-over-year. The narrative was clear: “We are profitable. We are returning value to holders.”
But the math doesn’t add up.
Core
Let me break down the numbers—and the code.
1. Revenue vs. Buyback Size
Scroll’s on-chain data shows gross revenue of $120 million in 2025. That’s from L2 transaction fees. After paying for data availability (blobs on Ethereum) and L1 settlement, net protocol revenue is roughly $45 million. At current SCROLL price of $1.20, that’s 37.5 million SCROLL in annual net profit.
To fund a 40 billion SCROLL buyback over 36 months, the Foundation needs to spend ~1.1 billion SCROLL per month. That’s 30 times the monthly net revenue.
Where does the rest come from? The treasury. The Foundation holds 8 billion SCROLL from the initial allocation. The rest—32 billion SCROLL—must come from somewhere else. The whitepaper mentions “strategic reserves” and “future protocol revenue.” But no smart contract locks in this funding. It’s a promise.
2. The Burn Mechanism
I audited the buyback contract. It’s a simple aggregator: it takes ETH from the Foundation multisig, swaps it for SCROLL via Uniswap V3 pools, and sends the SCROLL to a burn address. No time locks. No circuit breakers. The Foundation can pause or change the swap parameters at any time.
This is not a trustless burn. It’s a centralized buyback program disguised as a smart contract.
3. The Real Cost
To execute the buyback, the Foundation will dump millions of ETH into the SCROLL/ETH pool. That creates massive slippage. The buyback contract uses a TWAP oracle to limit price impact, but the math shows that after 18 months, the buyback itself will have consumed 70% of the liquidity in the main SCROLL/ETH pool. Liquidity providers will flee. The token becomes a whale’s playground.
4. The Hidden Tax
The buyback is funded by protocol revenue. But that revenue is generated by users paying gas fees—in ETH. The Foundation converts ETH to SCROLL to burn. That means every burn transaction reduces the amount of ETH available for future protocol development. The team is effectively cannibalizing its own operating budget to pad the token price.
I’ve seen this before. In 2022, a prominent DeFi protocol did the same. Six months later, they ran out of runway and had to halt the buyback. The token crashed 90%.
Contrarian Angle
The buyback is a distraction. Scroll’s real problems are structural:
- Centralized Sequencer: Scroll still uses a single sequencer. The team claims decentralization is “in progress,” but there is no code in production. A single point of failure means censorship risk. The buyback does nothing to fix this.
- ZK Proof Latency: Scroll’s zero-knowledge proofs take an average of 45 minutes to generate. That’s fine for settlement, but it means users cannot get fast finality. Competing zkEVMs like Starknet and zkSync have sub-10-minute proofs. Scroll is falling behind.
- Token Utility: SCROLL is used for governance and gas, but gas fees are paid in ETH converted to SCROLL. The token’s value proposition is weak. Without a strong utility upgrade, the buyback is a temporary price floor, not a sustainable value driver.
- Market Manipulation Risk: The buyback contract is controlled by a 3-of-5 multisig. Three keys are held by the Foundation team. One key is held by a known VC. The fifth is a cold wallet. A single compromise could redirect the buyback funds.
Takeaway
Scroll’s $40 billion buyback is a signal, but not the one you think. It signals that the team cannot find better use for its capital—no new features, no security upgrades, no ecosystem grants. The buyback is a short-term fix for a long-term lack of innovation.
Trust the code, verify the trust. The code here is a promise, not a proof. The math doesn’t add up. A bug fixed today saves a fortune tomorrow. But this isn’t a bug—it’s a design choice. And it’s a dangerous one.