Educational content, not investment advice. Crypto-asset values fluctuate.

← All lessons

Gas fees — the price of every action


What is gas?

Every action on a blockchain network (a transaction) requires computational work. The network's validators (computers) do this work, and you pay them for it — the gas fee.

Gas fees are paid in the network's native currency:


Why do prices differ so much?

NetworkTypical transactionComplex action (LP, swap)Why?
Solana SOL~$0.001$0.001–$0.01Fast, efficient design
Arbitrum ETH< $0.01$0.01–$0.05L2 rollup — cheap and steady
Ethereum mainnet ETH~$0.01$0.03–$0.30Price shifts with network load

How does the Ethereum gas price form?

Ethereum mainnet has limited space in every block. It works like an auction: when a lot of people want to transact at once, whoever offers more gas gets processed first, and the price rises. After the 2024 "Dencun" upgrade (and the blob-capacity increases that followed), space grew considerably, so on a normal day Ethereum costs cents — it only gets expensive during short peak moments. Before a bigger operation, it's worth glancing at etherscan.io/gastracker.


Solana gas — why is it so cheap? SOL

Solana's architecture lets it process hundreds of transactions per second at minimal cost:

Note: Solana has a "rent" system — creating a new token account requires a small deposit (~0.002 SOL). That deposit is refunded when you close the account.


The Ethereum gas system ETH

Ethereum uses the EIP-1559 gas model (a fee mechanism standardized in 2021):

ComponentWhat it is
Base feeThe network-set base price (changes every block)
Priority fee (tip)An extra fee to the validator for speed
Gas limitThe maximum amount of gas you agree to spend

Formula: Transaction cost = (base fee + priority fee) × gas used

Typical gas usage values

ActionGas amountApproximate cost
ETH transfer21,000~$0.01
ERC-20 token transfer65,000~$0.01–0.03
Uniswap swap150,000~$0.03–0.10
Opening an LP position300,000+~$0.10–0.30

The prices in the table are for normal network load. During heavy activity (a popular token launch, market panic) the base fee can temporarily jump tens of times over — so check etherscan.io/gastracker before a bigger operation.


Priority fees — faster means pricier

Solana priority fees SOL

When the network is congested (e.g., a popular NFT mint):

Ethereum priority fees ETH


What happens when you run out of gas?

SituationResultWhat to do
Not enough gas to start a transactionTransaction doesn't startTop up your SOL/ETH balance
Gas runs out mid-transaction (ETH)Transaction fails, BUT gas is spentThe gas money is lost, but tokens don't change hands
Priority fee too lowTransaction gets stuck "pending"Increase the fee or wait

Every one of these situations has a clear solution. It's not a trap — it's a set of parameters you control.


How much to keep in your gas reserve?

A practical rule

When withdrawing crypto from a CEX (Nexo, Kraken), leave a small gas reserve. Once that becomes a habit, doors open: you can freely move crypto, open an LP position, or manage collateral at any time — with no "oh no, I can't afford the fee" moment.


Monitoring gas prices

Best time for transactions:


Summary

Solana SOLArbitrum ETHEthereum ETH
Typical price~$0.001–0.01< $0.01–0.05$0.01–$0.30
Paid inSOLETHETH
Speed~2 sec~2–8 sec~15 sec–1 min
Reserve0.05 SOL0.002 ETH0.005 ETH

Key rules:

  1. Always keep a gas reserve
  2. For Ethereum operations, Arbitrum remains a good choice — the price stays low and steady even when mainnet gas spikes
  3. A failed transaction on the ETH network — gas is still spent
  4. Solana — gas is practically free
Quick check
Where is gas paid on the Solana network?
Practice task
0 / 5
Check live gas prices on three networks

Gas prices change daily, so the most important skill is learning to check them yourself. This task takes about 10 minutes — nothing to send, just observe.

This is an observation task — nothing to send or confirm. Remember the rule: never spend your entire gas reserve, or you won't be able to make any transaction.

This is learning, not investing — use only small amounts you treat as tuition.

You just read the gas tracker and saw the L2 vs. Solana difference with your own eyes — now network fees aren't a surprise, they're a predictable number you control.