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