What was Bitcoin designed to make possible as a digital payment system?
Correct answer
Answer A: Direct payments without central processing or valid double spending.
Quick explanation
Digital data can be copied. Bitcoin combines shared rules with a distributed network so that conflicting attempts to spend the same amount cannot both be treated as valid.
Detailed explanation
Digital information can be copied. Digital money must therefore prevent the same units from being spent more than once. Traditional payment systems solve this double-spending problem through a central institution that manages balances, authorizes payments and controls the shared ledger.
Bitcoin was developed to enable digital payments directly between participants in a peer-to-peer system. Digital signatures demonstrate authorization to spend. Transactions are broadcast publicly, miners order them into blocks using proof of work, and independent nodes verify blocks and transactions under the same consensus rules. Conflicting double spends thus do not become part of the transaction history accepted by nodes.
Bitcoin does not eliminate every form of trust. It does, however, reduce the need to trust a single institution, operator or centrally managed ledger. Participants can independently verify the rules and transaction history with their own software.
The 2008 financial crisis is an important historical backdrop to Bitcoin's publication. It highlighted dependencies, counterparty risks and the importance of central financial institutions. But the crisis is not the complete technical explanation for Bitcoin. The underlying problem was enabling digital peer-to-peer money with verifiable scarcity and without mandatory central account management.


