The base fee on Ethereum just hit 1 gwei. That's not a typo. It’s a number that would have been laughable during the 2021 bull run, when users paid thousands of dollars for a simple swap. Today, it’s a quiet alarm.
Tracing the gas trails of abandoned logic, I see a market that has stopped bidding for block space. The mempool is empty. The bots are sleeping. And the narrative that ETH is “ultrasound money” — deflationary, scarce, a store of value — is fracturing under its own weight.
Let me be clear: the protocol hasn't changed. EIP-1559 still burns a portion of every transaction’s base fee. The mechanism is elegant. But elegance doesn’t matter when the input (gas demand) drops to near zero. The chain is now so cheap that the burn rate has fallen below the daily issuance from staking rewards. Ethereum is no longer deflationary. It’s printing more ETH than it destroys.
Context: The Mechanism We Trusted
EIP-1559, implemented in August 2021, was supposed to fix Ethereum’s fee market. It introduced a dynamic base fee that adjusts based on network congestion. When blocks are full, the base fee rises; when they’re empty, it falls. The base fee is burned — permanently removed from supply. This burn was hailed as the engine of ETH’s deflationary superpower. In peak periods, millions of ETH were burned monthly, turning supply into a negative issuance.
The thesis was simple: as Ethereum becomes the settlement layer for the entire crypto economy, demand for block space would grow, driving consistent burn, making ETH scarcer than gold. That thesis is now in a live stress test.
Core: Code-Level Dissection of the 1 Gwei Reality
I spent last weekend running a Python simulation on historical Ethereum blocks from the past three months. The results are stark. At a base fee of 1 gwei, a typical 21,000-gas transfer costs about 0.000021 ETH (roughly $0.07 at current prices). That’s not the problem. The problem is the burn.
Let’s do the math. Ethereum’s current daily issuance from proof-of-stake is approximately 1,800 ETH (based on ~1 million validators and an issuance rate of ~0.5% annually). The daily burn is the sum of all base fees collected. At 1 gwei, even with normal transaction volumes (~1 million daily transactions), the total daily burn is roughly:
- Average gas used per transaction: ~50,000 units (including complex operations)
- Average base fee: 1 gwei = 1e-9 ETH per gas unit
- Daily gas consumed: 1 million tx * 50,000 gas = 5e10 gas
- Daily burn: 5e10 * 1e-9 ETH = 50 ETH
That’s 50 ETH burned per day. Against 1,800 ETH issued. Net supply inflation: +1,750 ETH per day.
Mapping the topological shifts of a bull run – this is what the inverse looks like. The topology of scarcity has been inverted. The cooldown is here.
And it gets worse. The low fees are self-reinforcing. Users who might have moved to L2s for cheaper fees are now considering Ethereum mainnet again. But the volume of L1 transactions hasn’t spiked. Why? Because the major value-forming activities (DeFi composability, NFT mints, MEV extraction) have largely migrated to L2s or have gone dormant in this bear market. The 1 gwei fee is a signal of low activity, not a stimulus that will create activity. It’s a frog in slowly boiling water — except the water is getting colder.
From my audit experience with protocols like 0x and Uniswap, I’ve seen this pattern before in other chains. When base fees drop to near zero, it often means the chain has lost its “attentional premium” — the willingness of users to pay a premium for speed and security. Ethereum’s security is still unmatched, but if demand for its block space remains low, the network becomes a high-security, low-utility pipe. That’s not a recipe for a store of value.
Contrarian Angle: The Blind Spots in “Low Fees Are Good”
Every crypto Twitter thread about 1 gwei celebrates it as a win for the user. “Ethereum is now usable for everyone!” they say. “This is what mass adoption looks like!”
I disagree.
Low fees are not inherently bullish. They are a symptom of a deeper problem: the value being processed on Ethereum has shrunk. The chain is a reflection of the economy built on top of it. Right now, that economy is in a deep freeze. If you think about ETH as a resource (like oil), low prices are great for consumers but terrible for producers (validators). Validators now earn less from transaction fees. Their annual yield from fees has dropped from ~2-3% of the total staked ETH to maybe 0.1%. This will eventually make staking less attractive, potentially reducing the number of validators and weakening security — albeit slowly.

But the real blind spot is the narrative. The “ultrasound money” meme is not just a marketing tagline; it’s a component of the market’s valuation model for ETH. Institutional investors who bought ETH ETF shares in 2024 did so partly based on the expectation of a deflationary supply. The architecture of absence in a dead chain – the absence of burns – is now challenging that thesis. If the network activity stays low for months, the narrative will shift. We’ve seen this with Bitcoin: when transaction fees collapse, the “digital gold” narrative isn’t threatened because Bitcoin’s security isn’t dependent on fees (yet). Ethereum’s security is partially dependent on fees, and its entire store-of-value thesis is tied to deflation.

The contrarian truth is this: low fees are a feature for users but a bug for investors. The two groups have conflicting incentives. The design of Ethereum (EIP-1559) attempts to align them — more usage → more burn → higher value → more usage. But in a low-demand equilibrium, this flywheel stops.
Takeaway: What Comes Next?
This isn’t a death knell. Ethereum has survived far worse (the DAO hack, the 2018 bear). But the current gas environment forces a brutal reassessment. The next few months will answer a key question: Is the 1 gwei base fee a temporary anomaly or the new normal?
If activity returns — driven by a new wave of L1 applications, tokenization of real-world assets, or a resurgence in L2 demand that bloats calldata — the burn will recover, and the narrative will survive. If not, then the “ultrasound money” thesis will be quietly shelved, and ETH will begin to trade more like a cyclical tech stock than digital gold.
I’ll be watching one number: the 7-day moving average of daily ETH burn. If it stays below 1,000 ETH for a month, we’re in new territory. The code does not lie. It only waits to be read.