|
> And settlement happens in seconds to a couple minutes That is incorrect. On average it takes 10 minutes to mine a block, but you have to submit the transaction to be included in the block, so > 10 minutes before it appears on the blockchain. However, there are actually many block chains, as miners creates block in parallel, it’s the longest one that is the “official”, but the minute you see your transaction in a block, you do not know if this block will stay in the longest chain, so in general you want at least 5 new blocks, after your block, before it is considered “safe”. So now we are talking about one hour to do a transaction, and that assumes that the network is not overloaded, because there is also a cap on number of transactions that can be included in a block. All in all, it is a terrible system for fast transactions. |
Also, eventually most lower-value transactions in bitcoin will be on layer two technologies, like the lightning network (peer to peer) or liquid bitcoin (federated peer to peer, mostly for exchanges and traders to quickly move funds between exchanges).