Is Gas Only on Ethereum?

Gas isn't an Ethereum-exclusive concept. Most EVM-compatible chains use it directly, and non-EVM chains solve the same computational pricing problem under different names. Here's how the mechanism actually works across networks.
Lewis Jackson
CEO and Founder

The short answer is no. But the confusion is understandable — "gas" became synonymous with Ethereum in popular usage, partly because Ethereum's gas costs dominated crypto headlines during the 2020-2021 DeFi boom. Paying $50 in gas to swap tokens, or $200 to mint an NFT, was an Ethereum experience. The word stuck.

The longer answer requires separating two things: the gas concept and Ethereum's specific implementation of it.

What Gas Actually Is

Gas is a unit of computational work. When you submit a transaction or invoke a smart contract, the network needs to execute instructions — arithmetic, memory access, storage writes, cryptographic operations. These don't cost the same amount of computational effort, so each instruction type carries a fixed gas cost.

A simple ETH transfer costs exactly 21,000 gas. Deploying a complex smart contract might cost several million gas units. The fee you pay is: gas used × gas price.

The reason this system exists isn't arbitrary. It's a solution to a fundamental problem in computation — the halting problem. Without a cost mechanism, someone could submit a transaction that runs an infinite loop and halt the network. Gas forces every computation to have a finite, declared budget. If you don't supply enough gas, the transaction fails. Unused gas (not wasted execution) is typically refunded.

Ethereum updated this model with EIP-1559 in August 2021: a base fee, algorithmically set per block based on demand and burned rather than paid to validators, plus an optional priority fee to incentivize faster inclusion. The base fee adjusts up when blocks are over half full, down when they're under. That's an implementation detail layered on top of the core gas model — not the model itself.

The EVM Chains

Here's where the "Ethereum only" framing falls apart most visibly. Any chain that runs the Ethereum Virtual Machine (EVM) inherits the gas model directly. That includes:

  • Arbitrum and Optimism — Ethereum L2 rollups, both gas-denominated
  • Base — Coinbase's L2, gas-denominated
  • Polygon — both the PoS chain and Polygon zkEVM use gas
  • BNB Smart Chain — EVM-compatible, uses gas with BNB as the fee token
  • Avalanche C-Chain — EVM-compatible, gas paid in AVAX
  • Fantom — EVM-compatible, gas paid in FTM
  • zkSync Era — gas-denominated ZK rollup

These chains didn't copy the gas model as an aesthetic choice. The EVM's opcode structure requires it — gas costs are baked into the virtual machine's design at the instruction level.

One nuance worth flagging: L2 gas and L1 gas aren't directly comparable. On Arbitrum or Optimism, fees have two components — L2 execution cost and the L1 data cost for posting to Ethereum. When you see a gas estimate on an L2, it typically wraps both into a single number. The underlying mechanics differ from a pure L1 transaction, even if the vocabulary is the same.

Non-EVM Chains: Different Names, Same Problem

Chains that don't run the EVM had to solve the same halting problem with different terminology.

NEAR Protocol actually uses the term "gas" explicitly. Transactions specify a maximum gas amount, fees are calculated per operation, and unused gas is refunded. Conceptually close to Ethereum's model.

Cosmos SDK chains also use "gas" directly. Each message type has an estimated gas cost, users set a gas limit and gas price, and validators enforce it. The vocabulary is identical even though the architecture isn't Ethereum.

Solana uses "compute units" (CU) instead of gas. Each instruction consumes CUs, transactions specify a compute budget, and fees are calculated accordingly. The base fee is very low, but priority fees per compute unit have become more common as the network's gotten busier. It's a functionally equivalent mechanism under a different name.

Aptos and Sui both use gas units despite being Move-based VMs with very different architecture from the EVM.

Bitcoin has no gas concept at all. Transaction fees are priced by byte size of the transaction, not by computational complexity. Bitcoin's scripting language is intentionally not Turing-complete, so the halting problem doesn't apply the same way. A transaction either fits into a block or it waits — there's no "running out of gas."

Algorand uses a flat fee per transaction. No per-computation pricing. Simple, but it means complex smart contract interactions cost the same as simple transfers, which creates its own tradeoffs around network usage.

What's Changing

A few developments are shifting the gas picture.

EIP-4844 (blobs), launched in March 2024, introduced a new data type for L2s to post data to Ethereum. Blob fees have their own fee market, priced separately from regular gas. The result was a roughly 90% drop in L2 transaction costs in the weeks following the upgrade. Gas still exists — the pricing relationship between L2 execution and L1 data just changed significantly.

Account abstraction (ERC-4337) allows smart contract wallets to pay gas in ERC-20 tokens rather than ETH. Paymaster contracts cover the ETH cost, accepting stablecoins or other tokens from the user. From a user's perspective, gas becomes invisible. Under the hood, it's still there — someone's paying it.

Alternative VMs — Solana's SVM and Move-based environments are handling more activity. As they grow, compute unit pricing and Move gas models will become more relevant to a wider audience, and the terminology may diverge further from Ethereum's vocabulary.

Confirmation and Invalidation

Confirmation signals: EVM adoption continues to be the dominant pattern for new chains and L2 rollups. Gas-as-vocabulary remains the default because the EVM remains the default runtime for most deployed smart contracts.

Invalidation: If non-EVM architectures captured the majority of smart contract activity — particularly Solana's SVM — "gas" might lose its status as the standard vocabulary. That would require major developer tooling shifts, not just transaction volume.

Timing

Now — relevant if you're using multiple chains. Knowing that EVM chains share the gas model makes fee estimation more predictable across networks. Understanding that Solana uses compute units helps when debugging failed transactions or setting priority fees.

Next — account abstraction will make gas increasingly invisible in consumer-facing applications. The fee logic stays, but users won't interact with it directly.

Later — alternative VM architectures could introduce genuinely different fee models at scale. For now, the EVM dominates.

Boundary

This post explains the gas mechanism and where it appears. It doesn't address which chain has the lowest fees in any given market condition, or whether a particular chain's fee model makes it more or less useful for a specific application.

Gas isn't an Ethereum brand. It's a resource allocation mechanism. Ethereum made it famous, but the idea — and often the name — is shared across most networks that execute smart contracts.

Related Posts

See All
Crypto Research
New XRP-Focused Research Defining the “Velocity Threshold” for Global Settlement and Liquidity
A lot of people looking at my recent research have asked the same question: “Surely Ripple already understands all of this. So what does that mean for XRP?” That question is completely valid — and it turns out it’s the right question to ask. This research breaks down why XRP is unlikely to be the internal settlement asset of CBDC shared ledgers or unified bank platforms, and why that doesn’t mean XRP is irrelevant. Instead, it explains where XRP realistically fits in the system banks are actually building: at the seams, where different rulebooks, platforms, and networks still need to connect. Using liquidity math, system design, and real-world settlement mechanics, this piece explains: why most value settles inside venues, not through bridges why XRP’s role is narrower but more precise than most narratives suggest how velocity (refresh interval) determines whether XRP creates scarcity or just throughput and why Ripple’s strategy makes more sense once you stop assuming XRP must be “the core of everything” This isn’t a bullish or bearish take — it’s a structural one. If you want to understand XRP beyond hype and price targets, this is the question you need to grapple with.
Read Now
Crypto Research
The Jackson Liquidity Framework - Announcement
Lewis Jackson Ventures announces the release of the Jackson Liquidity Framework — the first quantitative, regulator-aligned model for liquidity sizing in AMM-based settlement systems, CBDC corridors, and tokenised financial infrastructures. Developed using advanced stochastic simulations and grounded in Basel III and PFMI principles, the framework provides a missing methodology for determining how much liquidity prefunded AMM pools actually require under real-world flow conditions.
Read Now
Crypto Research
Banks, Stablecoins, and Tokenized Assets
In Episode 011 of The Macro, crypto analyst Lewis Jackson unpacks a pivotal week in global finance — one marked by record growth in tokenized assets, expanding stablecoin adoption across emerging markets, and major institutions deepening their blockchain commitments. This research brief summarises Jackson’s key findings, from tokenized deposits to institutional RWA chains and AI-driven compliance, and explains how these developments signal a maturing, multi-rail settlement architecture spanning Ethereum, XRPL, stablecoin networks, and new interoperability layers.Taken together, this episode marks a structural shift toward programmable finance, instant settlement, and tokenized real-world assets at global scale.
Read Now

Related Posts

See All
No items found.
Lewsletter

Weekly notes on what I’m seeing

A personal letter I send straight to your inbox —reflections on crypto, wealth, time and life.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.