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.
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.
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.
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
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.
What crypto is genuinely good at
- Holding value nobody can freeze. No company can block your wallet. In a country with capital controls or an unstable currency, that is not a slogan, it is the entire point.
- Sending value anywhere, quickly. A payment to the other side of the world settles in minutes, at any hour, without asking permission.
- Rules written in code and published. The supply schedule of Bitcoin is in the software and everyone can read it. It is not decided in a meeting you are not invited to.
- Ownership you can prove. Anyone can verify a balance or a transaction independently, without trusting an institution to tell the truth.
What crypto is genuinely bad at, stated honestly
- Being stable. Falls of 80 percent have happened repeatedly and will happen again.
- Being reversible. There is no fraud department. A mistaken send is permanent.
- Being simple. The mechanics are genuinely fiddly and the interfaces assume knowledge you do not have yet.
- Being cheap to use at times. Ethereum fees can exceed the value of a small transaction.
- Protecting you from yourself. Every safeguard you are used to, from chargebacks to password resets, does not exist.
Words you will meet constantly, defined
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.
