Layer 1 Blockchains

Base networks that secure ledgers

In one minute

Reminder: Educational only — not financial advice. Never share your seed phrase.

What makes an L1 an L1?

Consensus

How the network agrees on the next block.

  • Proof of Work (PoW): Miners compete with computing power (e.g., Bitcoin).
  • Proof of Stake (PoS): Validators stake coins and are rewarded/penalized based on honest behavior (e.g., Ethereum today, many others).

Nodes & validators

Nodes store and verify the ledger. Some L1s distinguish full nodes from validators (the block producers).

  • Full nodes: Independently verify rules and blocks.
  • Block producers: Propose/validate new blocks (miners or validators).

Blocks & finality

Transactions are grouped into blocks. Finality is when a transaction is very unlikely to be reversed. Different L1s achieve this on different timelines.

Native coin & fees

Every L1 has a native coin used to pay transaction fees (gas) and incentivize network security.

Popular examples (at a glance)

Examples are for education only, not endorsements.

L1s vs L2s (why people build Layer 2s)

More in our Layer 2s guide.

Design trade-offs (why L1s feel different)

Fees, addresses, and wallets (quick basics)

See also: Gas & fees and Wallets & keys.

Security basics

When would I pick an L1 for my app?

Beginner mistakes to avoid

  1. Wrong network: Sending assets on the wrong L1 or to an incompatible address.
  2. No gas: Forgetting to keep a little native coin for fees.
  3. Copycat tokens: Not verifying the token contract address from official sources.
  4. Bridge risks: Assuming bridges are risk-free; always double-check the bridge’s reputation.

Educational content only. Do your own research.

More crypto topics