Module 5 of 18 β€’ Week 2: Getting Started with Crypto
πŸ“š Module 2.2 β€’ 15 min read

Understanding Fees

Learn how gas fees work on different blockchains, when to make transactions, and how to save money on fees

What You'll Learn

🎯
Understand how gas fees work on Ethereum
🎯
Compare fees across different blockchains
🎯
Learn when fees are lowest and highest
🎯
Calculate total transaction costs

The Hidden Cost of Crypto

Every blockchain transaction requires a fee. These fees don't go to a companyβ€”they go to the validators or miners who process your transaction and secure the network. Understanding fees is crucial because they can range from a few cents to hundreds of dollars!

Think of blockchain fees like postage stamps. To send a letter (transaction), you need to pay for postage (fees). The busier the postal service (network), the more expensive express delivery (fast confirmation) becomes.

Why Do Fees Exist?

1. Security: Fees prevent spam attacks. Without fees, someone could flood the network with millions of fake transactions.

2. Incentives: Fees reward validators/miners for maintaining the blockchain. No fees = no one would run the network.

3. Priority: Higher fees get processed first. It's like paying for express shipping vs standard delivery.

β›½

Why "Gas"?

Ethereum calls its fees "gas" because like fuel for a car, it powers the network. The more complex your transaction (like a smart contract interaction), the more gas it needs. Simple sends use less gas than DeFi swaps.

Current Network Fees

β›½ Ethereum Gas Prices

Slow (10 min)
25
~$3.50
Average (3 min)
35
~$5.00
Fast (30 sec)
50
~$7.50

Ethereum

Simple Transfer $3 - $20
Token Swap $15 - $100
NFT Mint $50 - $200
Best Time Weekend mornings
⚠️ Fees spike during NFT drops and market volatility. Always check gas before transacting!

Solana

Simple Transfer $0.00025
Token Swap $0.001 - $0.01
NFT Mint $0.01 - $0.10
Best Time Anytime!
βœ… Solana fees are predictable and cheap. Perfect for frequent trading and small transactions.

Layer 2s (Arbitrum/Optimism)

Simple Transfer $0.10 - $0.50
Token Swap $0.50 - $3
Bridge to L1 $5 - $20
Best Time Varies less than L1
πŸ’‘ Layer 2s offer Ethereum security with 10-100x lower fees. Great middle ground!

How Ethereum Gas Works

Ethereum fees are calculated using this formula: Total Fee = Gas Units Γ— Gas Price

Gas Units: How much computation your transaction needs. A simple ETH send uses 21,000 units. A complex DeFi swap might use 200,000+ units.

Gas Price: How much you pay per unit, measured in "gwei" (1 gwei = 0.000000001 ETH). Higher price = faster confirmation.

Example: Sending ETH with 21,000 units at 30 gwei = 630,000 gwei = 0.00063 ETH. If ETH is $2,000, that's $1.26 in fees.

Interactive Fee Calculator

Network Fee
0.00063 ETH
USD Value
$1.26
Speed
~2 minutes

Pro Tips for Saving on Fees

⏰
Time Your Transactions
Ethereum fees are lowest on weekends and late nights (US time). Avoid weekday business hours.
πŸ”„
Batch Transactions
Instead of 5 small transactions, do 1 larger one. You'll pay one fee instead of five.
πŸŒ‰
Use Layer 2s
Move funds to Arbitrum or Optimism for 90% cheaper fees while keeping Ethereum security.
⚑
Try Solana
For frequent trading or small amounts, Solana's sub-cent fees can't be beat.
🎯
Set Gas Limits
Use "slow" gas settings if you're not in a rush. Save 30-50% by waiting a few extra minutes.
πŸ“Š
Monitor Gas Prices
Use etherscan.io/gastracker or gassnow.org to check before transacting. Wait for dips!

Check Your Understanding

Why are Ethereum fees so much higher than Solana?
When are Ethereum gas fees typically lowest?
What determines your position in the transaction queue?

Before Moving On