Home / Crypto / Academy / How crypto actually works

What crypto actually is, explained from zero

This module assumes you know nothing at all. Every term is defined the first time it appears, and nothing later in the course will make sense without this.

MODULE 1 OF 64 LEVEL 1: HOW CRYPTO ACTUALLY WORKS 14 MIN

Start with a problem

Imagine you and nine friends want to keep track of who owes what, without anyone being in charge of the list. You could give one person the notebook, but then everyone has to trust them not to change it. That is how a bank works: the bank keeps the notebook, the bank can edit it, and you trust the bank.

A blockchain solves it differently. Everyone gets a copy of the notebook. When someone wants to add a line, they announce it to everybody. All the copies update. To cheat you would have to change most of the copies at the same moment, and with thousands of copies spread across the world, nobody can.

That is genuinely the whole invention. Everything else in crypto is machinery built on top of a shared list that nobody owns and nobody can quietly edit.

Why it is called a blockchain

New entries are not added one at a time. They are gathered into a batch, called a block, roughly every ten minutes on Bitcoin and every twelve seconds on Ethereum. Each block contains a mathematical fingerprint of the block before it, so the blocks are chained together in order.

That chaining is what makes history tamper evident. Change something in an old block and its fingerprint changes, which breaks the block after it, which breaks the one after that, all the way to the present. You would have to redo every block since, faster than the entire rest of the network is producing new ones. That is the security model.

This is why people talk about confirmations. Each new block built on top of the one containing your transaction makes it harder to undo. One confirmation is usually fine for a small amount. Exchanges typically wait for several before they credit you.

Who keeps all these copies, and why

The computers holding copies and adding blocks are called nodes or validators, and depending on the network, miners. They are not doing it for free.

The two ways networks pay for their own security
Proof of work
Bitcoin
Computers race to solve a deliberately hard arithmetic puzzle. The winner adds the next block and receives newly created Bitcoin plus the fees in that block. It costs enormous electricity, and that cost is exactly what makes attacking the network uneconomic.
Proof of stake
Ethereum, Solana, most others
Instead of burning electricity, validators lock up a large amount of the network's own coin as a deposit. Misbehave and the network destroys part of that deposit, which is called slashing. Behave and you earn rewards. The security comes from having money at risk rather than electricity spent.

You do not need to run a node to use crypto, any more than you need to run a mail server to use email. It matters because it explains where fees go and why coins exist at all: they are the reward that pays for keeping the record honest.

What a cryptocurrency actually is

A cryptocurrency is simply a balance recorded on one of these shared lists. There is no file, no image, no object. If the Bitcoin ledger says the address starting bc1q has 0.5 BTC, that is what owning half a Bitcoin means. Nothing else exists.

This surprises people. There is no coin. There is a line in a shared record, and a mathematical secret that lets you change that line.

Coins and tokens are not the same thing, and the difference matters

The distinction that trips up almost every beginner
A coin
Native to its own chain
Bitcoin on Bitcoin, Ether on Ethereum, SOL on Solana, CRO on Cronos. It is built into the network itself and it pays that network's fees. Creating one means building and launching an entire blockchain, which is a serious undertaking.
A token
Built on somebody else's chain
USDC, and essentially every memecoin you have heard of, are tokens sitting on top of Ethereum, Solana or similar. Creating one takes about ten minutes, costs a few dollars, and requires no permission from anyone.
Sit with that second row. Anyone in the world can create a token in ten minutes for the price of a coffee, give it any name and logo they like, and start selling it. There is no listing committee, no regulator and no vetting. Every single time somebody tells you about an exciting new token, that is the context.

So what do you actually own?

You own a private key. It is a very large secret number, so large that guessing one is not realistically possible. From that number, mathematics generates a public address, which is the string you give people so they can send you crypto.

The relationship only runs one way. Your key can produce your address. Your address cannot produce your key. That is why sharing an address is completely safe and sharing a key is total loss.

When you send crypto, your wallet uses the private key to produce a signature: a piece of maths that proves you hold the key without ever revealing it. The network checks the signature against your address, sees they match, and updates the record.

This is what "not your keys, not your coins" means. If a company holds the key, the company controls the balance. You have a claim against them, exactly like a bank deposit. That is not automatically bad, and it is worth being clear about which situation you are in.

What crypto is genuinely good at

What crypto is genuinely bad at, stated honestly

That last point deserves emphasis because everything in Level 2 follows from it. In normal finance, a mistake is usually recoverable. In crypto, a signature is final. Your own attention is the entire security system.

Words you will meet constantly, defined

A starter glossary
Address
Your account number
A long string like bc1q... or 0x74f... Safe to share. This is where people send you crypto.
Private key
Your signature
The secret that authorises spending. Never shared, never typed into a website.
Seed phrase
Your master backup
Twelve or twenty four ordinary words that regenerate every private key in a wallet. Covered in depth in the next modules.
Transaction hash
A receipt number
A unique string identifying one transaction. You use it to look a transaction up and prove it happened.
Gas
The fee
What you pay the network to process your transaction. Always paid in the chain's own coin.
Wallet
Key management software
It does not hold coins. It holds keys and signs with them.
Smart contract
A program on the chain
Code that runs on the blockchain and does something when conditions are met. Exchanges, tokens and lending all run on these.
Layer 2
A faster, cheaper lane
A separate chain that batches activity and settles it back to Ethereum, so you get similar security at a fraction of the cost.

BEFORE YOU MOVE ON

Common questions

Is cryptocurrency real money?

It is a real asset with a real market price, and in almost every country it is not legal tender and nobody is obliged to accept it. Treat it as a volatile asset rather than as cash.

Do I need to buy a whole Bitcoin?

No. Bitcoin divides into 100 million units called satoshis, so you can buy any fraction you like. The same applies to essentially every other coin.

What is the difference between a coin and a token?

A coin is native to its own blockchain and pays that network's fees, like Bitcoin or Ether. A token is created on top of somebody else's chain, which anyone can do in minutes for a few dollars.

What is gas?

The fee paid to the network for processing your transaction. It is always paid in the chain's own coin, so moving a token on Ethereum still requires ETH.

Risk warning: crypto is highly volatile and largely unregulated. You can lose everything you put in. Nothing here is financial, investment or tax advice.

← BACK
Academy contents
NEXT →
Where crypto is actually bought and sold