Explain why a blockchain needs tokens to operate

Technology CommunityCategory: BlockchainExplain why a blockchain needs tokens to operate
VietMX Staff asked 3 years ago

Coins/tokens are used to implement changes between states. When somebody does a transaction, this is a change of state, and coins are moved from one address to another. Apart from that, transactions can contain additional data, and a change of state is used to mutate data—the only way to do this in an immutable-by-definition blockchain.

Technically, a blockchain doesn’t need coins for its essential operations, but without them, some other way needs to be introduced to manage states of the chain and to verify transactions.