@vbars
Given this is an EVM-focused community, I'd like to share some interesting facts about UTXO scalability that is often misunderstood.
Innovations on UTXO chains are happening at an accelerated pace, particularly in the context of the mempool.
In fact, the long settlement time of Bitcoin allows for dynamic activity within the mempool before transactions get confirmed.
You can chain transactions, for example, by leveraging pending UTXOs in the mempool.
You can also update pending transaction fees using methods such as RBF (replace-by-fee) which invalidates an existing transaction in the mempool and replaces it with one with a higher fee.
So taking TPS from an EVM or EVM-like chain and comparing to a UTXO chain (e.g. Bitcoin, Cardano or Dogecoin) is a completely wrong comparison and not grounded in reality.
More to come π«‘