Double-spending
Spending the same digital "money" twice — the core problem cryptocurrencies solve with blockchain.
Bitcoin: a 51% attack is required to succeed. Proof of Work makes it extremely expensive. Also relevant for: payment idempotency, distributed systems where the same op can be triggered twice. Solution: unique transaction IDs.