Cryptocurrency is digital money that exists as records in a distributed network, not as banknotes or as a balance held in one bank. It is used to transfer value between network participants without a central issuer, meaning an organization that creates the money, and without a single operator that maintains the shared ledger.
Transfers and ownership of cryptocurrency are confirmed by cryptography: a transaction is signed with a private key, a secret string that gives the right to spend coins. The signature is checked by the network and recorded in a blockchain, a distributed ledger where transactions are grouped into blocks and linked into one shared history. If a transfer is made through a centralized platform, that platform stores the keys and keeps internal records, while an on-chain record appears only when funds are deposited or withdrawn.
Cryptocurrency differs from cashless money because the single ledger of transfers is maintained not by a bank, but by a network of nodes, or computers, that synchronize the same transaction history and confirm it according to the rules of the protocol, the shared rule set executed by the nodes.
- The unit of account is not tied to an account at one institution and can move between addresses inside the network.
- Access to funds is determined by possession of the private key, not by the right to log in to an account at a provider.
- Transfers are checked by network nodes according to common rules, not manually by an employee or by an internal banking procedure.
Mini model of a transfer: key signature -> network verification -> entry in the shared ledger.
- Creating the transaction: the user enters the recipient address and the transfer amount.
- Cryptographic signature: the transaction is signed with the private key, confirming the right to spend the funds.
- Verification by network nodes: nodes check the signature and the correctness of the operation according to protocol rules.
- Recording in the blockchain: the confirmed transaction enters the shared ledger and becomes part of the transfer history.
Goal of this material: to give a minimal technical model of cryptocurrency: what exactly counts as “money”, how a transfer is confirmed and what limitations follow from the model of keys and an immutable ledger.
🔎 Basic model: ledger and right of control
The basic model of cryptocurrency fixes records in a distributed ledger, the right of control through a private key and transfers carried out under protocol rules. This level of description is enough to understand what actually happens when funds are sent and where responsibility lies.
When moving from a single transfer to the design of the network, the rules for issuing coins also matter: issuance, meaning the creation of new cryptocurrency units, is defined by the protocol, while price is formed in the market through demand, supply and available infrastructure.