If you have ever sent a token or made a swap, you have paid gas. It is the small amount of ETH that leaves your wallet on top of whatever you were actually doing. Gas confuses a lot of newcomers, partly because the word is borrowed from cars and partly because the numbers on Ethereum can be scary. On Base the story is much friendlier, but it still helps to understand what you are paying for.
What gas actually is
A blockchain is a shared computer that thousands of people use at the same time. Every action you take, sending a token, approving a contract, swapping one asset for another, asks that shared computer to do a little work and to record the result permanently. Gas is the fee you pay for that work.
Think of it as postage. When you mail a letter, you do not pay the post office for the words inside, you pay for the effort of delivering it. Gas is the same idea. It does not go to the app you are using or to the person you are paying. It goes to the network itself, as a reward for processing and securing your transaction.
Two things decide how much gas a transaction costs:
- How much work it requires. Sending ETH is simple and cheap. A swap touches several smart contracts, so it costs a bit more. A complex action with many steps costs more still.
- How busy the network is. When lots of people transact at once, space in each block becomes scarce, and the price per unit of work rises. When the network is quiet, it falls.
Gas is always paid in the network's native coin. On Ethereum and on Base, that coin is ETH.
Why gas exists at all
It would be nice if transactions were free, but free has a cost of its own. If anyone could send unlimited transactions for nothing, a single bad actor could flood the network and grind it to a halt. Gas puts a small price on every action, which keeps the system usable and rewards the computers that keep it running. It is a spam filter and a payment system rolled into one.
Why gas is so cheap on Base
Base is an Ethereum layer 2. Instead of running every transaction directly on Ethereum, where block space is expensive, Base processes transactions on its own faster layer and then settles batches of them back to Ethereum. Bundling many transactions together spreads the expensive part across all of them, so each individual user pays a tiny share.
In practice, a typical transaction on Base costs a fraction of a cent. A swap might cost a cent or two when the network is busier than usual. These are the numbers that make small transactions practical, the kind that would be pointless on Ethereum mainnet where a single swap can cost several dollars.
This is the main reason Simple Base Swap is built only on Base. Low, predictable gas is not a nice extra, it is what makes a self-custody wallet pleasant to use day to day.
You always need a little ETH
Here is the one rule that trips up beginners more than any other: you need ETH in your wallet to pay gas, even when you are not moving ETH.
Say you hold only USDC and you want to swap some of it for another token. The swap itself moves USDC, but the network fee is still paid in ETH. If your ETH balance is zero, the transaction simply cannot go through, and the wallet will tell you so.
The fix is easy. Keep a small amount of ETH on Base as a buffer, just a few dollars is plenty for many transactions given how cheap gas is here. If you ever find yourself stuck with tokens but no ETH for gas, our guide on how to get ETH on Base walks through the options.
When gas can spike
Most of the time gas on Base is boring, which is exactly what you want. But a few situations can push it higher than usual:
- Network congestion. During a popular token launch or a sudden surge in activity, blocks fill up and fees rise for everyone until the rush passes. Waiting a few minutes often brings the price back down.
- Complex transactions. Swaps that route through several pools, or actions that interact with many contracts, do more work and cost more gas than a plain transfer.
- First-time approvals. Before a wallet can swap a given token, you usually grant a one-time approval. That approval is its own small transaction with its own small gas fee, separate from the swap. You only pay it once per token. Our article on token approvals explains this in more detail.
Even with these, the totals on Base remain low. A spike here is still measured in cents, not dollars.
How to read the fee before you confirm
A good wallet shows you the estimated network fee before you approve anything. It pays to glance at it. The estimate is just that, an estimate, because the final cost depends on conditions at the moment your transaction lands. But it should never be a surprise.
If a fee ever looks far higher than usual, treat it as a signal to pause. It might mean the network is congested, or that the transaction is more complex than you expected. There is no harm in cancelling, waiting, and trying again later. Nothing leaves your wallet until you confirm.
The short version
Gas is the small ETH fee that pays the network to process your transaction. It exists to keep the system secure and spam-free. On Base it is cheap because transactions are bundled and settled together, which is the whole reason the network is a comfortable place for everyday use. Keep a little ETH on hand for fees, glance at the estimate before you confirm, and gas will fade into the background where it belongs.