Gas & Fees

Why transactions cost money

In one minute

Heads up: Educational only — not financial advice. Always test with a small amount first.

What is “gas” exactly?

Every transaction asks the network to do work: check signatures, update balances, maybe run smart contracts. “Gas” measures the amount of work your transaction needs. You pay for:

Reading data (viewing balances, simulating a tx) is usually free because it doesn’t change the chain.

How fees are calculated (plain English)

Price you offer

  • Base fee (some chains): A minimum price the network adjusts block-by-block based on demand.
  • Priority fee (tip): Extra you add to get picked faster.
  • Max fee: A cap so you never pay above a set amount; anything not used is returned.

Gas limit

  • The maximum units of work you’re willing to let the transaction consume.
  • If the transaction needs more than your limit, it reverts (fails) — you lose the work already done but not the full cap.
  • If it uses less, you’re refunded the unused portion.

Wallets usually estimate safe values for you. You can choose “slow/average/fast.”

Why fees spike

Ways to save on fees

Time it

  • Do non-urgent transactions during quieter hours.
  • Use “low” speed options if you can wait.

Use the right network

  • Consider Layer 2s for cheaper transactions.
  • Some L1s are cheaper by design; choose what fits your use case.

Batch & optimize

  • Combine steps when a dApp supports batching.
  • Avoid unnecessary approvals; set sensible limits instead of “infinite.”

L1 vs L2 (what changes?)

Failed transactions & refunds

Common costs by action (rough feel, not quotes)

Exact fees depend on the network and current demand.

Practical checklists

Before sending

  • Right network? Your wallet network matches the asset you’re sending.
  • Leave gas: Don’t send 100% of your coin; keep a little for future fees.
  • Reasonable speed: Choose slow/avg/fast based on urgency and cost.
  • Token contract verified: Avoid impostors by copying addresses from official docs.

When a tx seems stuck

  • Wait a few blocks — “slow” can take time during congestion.
  • Use your wallet’s option to speed up by adding a higher tip (or cancel if it supports that).
  • Ensure you’re still on the correct network and RPC is working.

Glossary

Educational content only. Do your own research.

More crypto topics