Ethereum and tokens
Most of what the news calls a cryptocurrency is not a currency: it is a token. The difference is not the name — it is where the balance lives, and who can change the rules.
Renato UlianovOpening · 21 s · in Portuguese
Blurred on purpose. Five words, and four of them almost nobody separates properly.
Most are not currencies
When the news says there are thousands of cryptocurrencies, it is counting wrong. Networks with their own coin are few — Bitcoin from the last lesson is one, Ethereum is another. The rest, the overwhelming majority, are tokens.
And a token is not a smaller currency. It is a different category of thing. The native coin is created by the network itself and is what pays the fee for anything to happen. A token is a balance recorded inside a program somebody published on that network.
A program that lives in the ledger
Smart contract is a bad name: nothing about it is a legal contract and nothing about it is smart. It is a program published on the network, with its own address, that anyone can call and that runs identically on every machine.
A token is one of those programs. Inside it there is a table: which address holds how much. Transferring a token is not touching the network's ledger — it is asking the program to subtract from one row and add to another.
Tap the button and watch the table change. That is literally what happens.
That it runs the same — not that it is honest
Here is the most useful sentence in this lesson, and the one almost no explanation says: the network guarantees the program will run exactly as written, for everyone, with nobody able to interfere. It guarantees nothing about what is written.
A contract can have a function that mints new tokens out of nothing. It can have one that stops certain addresses from selling. It can have one that sends everything to whoever published it. None of that is a network failure — it is the program doing what it was programmed to do.
Because the code is public, it can be checked. But checking requires being able to read code, which is why an entire audit industry exists. For a beginner the practical lesson is simpler: “it's on the blockchain” does not mean “it's safe”.
Why any wallet shows any token
If every contract invented its own way of saying “what is the balance” and “transfer this”, no wallet could show any token without bespoke work. So a standard exists: a set of functions with agreed names that every token follows.
Following the standard is what makes a brand-new token appear in your wallet on its own, the day it is created. It is an enormous convenience — and it is also why creating a token costs almost nothing. Showing up in a wallet is a sign of nothing: it is just the standard working.
Now read the sentence
It's the same one from the top, unblurred. Tap each highlighted part.
Five words
Two are the network, two are the program, and one is the price of using it. Tap one.
Five taps and the sentence is done.
If this landed, the lesson did what it promised
- A native coin is created by the network; a token is created by a contract.
- A token balance lives in a table inside the program, not in the ledger.
- The network guarantees the contract runs the same — not that it is honest.
- To move a token you need native coin to pay the fee.
Renato UlianovClosing · 39 s · in Portuguese
Educational material. The addresses and balances in the figure are made up, and this page names no real token, project or price. Creating a token is cheap and requires nobody's permission — nothing here is, or should be read as, an assessment of any of them.