one of the promises of bitcoin was lower to no fees.
The few transactions I've used BTC for have had some hefty transaction fees.. and order of magnitude higher than CC/EFTPOS etc
and yes I tend to choose the slowest transaction speed to lower the costs.
For online service.. a $80 purchase costs at least $2.00
For a online purchase for computer hardware I paid over $45 for a $2k purchase.
BTC fails hard in the real world as far as I'm concerned.
The little I have left from mining while the sun was up, I'll use for just silly purchases online.
If we’re going to centralize transactions why not just use Visa? Instantaneous, fairly low transaction fees, non-public. It’s also reversible and doesn't have a fluctuating exchange rate with local currency.
The tradeoff is centralization. Basically you now have the worst parts of tokens and money combined together with none of the benefits. Using Lightning is like using an unregulated and uninsured private bank. BTC at least have some semblance of decentralization, unlike Lightning IOUs.
Another issue is that it takes millenias to even onboard every adult to the L2, because every such transaction needs to be done on L1. So ti will take between 15 to 20 years just to onboard everyone on L2 without even doing any other transaction. Same 15 to 20 years to move back to L1 if needed.
Next issue is idiotic architecture of Lighting. It requires people to open a bidirectional tunnel from their L2 wallet to every single peer they will transact with and and lock inside the channel the amount of tokens in excess of all transactions with this peer. You want to buy a coffee - go open a tunnel with a cafe and lock 5$ in it until transaction is completed. You want to buy 50$/m subscription? Open 600/1200/1800$ tunnel to the provider in advance, or open a tunnel for every transaction. And every tunnel creation and every destruction is an L1 transaction, which is limited to 5-6 tps for the whole world.
Then L2 need to solve NP=hard problem for every transaction, and the difficulty will scale exponentially with the number channels.
All this, plus atrocious technical implementation, where a lot of transactions just fail due to bugs and instability leads to the worst monetary system I have ever heard about.
You are contradicting yourself: First you say that it's centralized, then you say that you have to open a channel to every target that you want to transact with.
Both are wrong:
1. Lightning has several thousand routable nodes which you can connect to, which means it's not centralized
2. Those nodes have channels between each other, so to reach some target there just needs to be a path between some nodes to that target. E.g. you have a channel from your wallet A to node B, B to C, and C to target. You can do a payment to the target without a direct channel.
The few transactions I've used BTC for have had some hefty transaction fees.. and order of magnitude higher than CC/EFTPOS etc and yes I tend to choose the slowest transaction speed to lower the costs.
For online service.. a $80 purchase costs at least $2.00
For a online purchase for computer hardware I paid over $45 for a $2k purchase.
BTC fails hard in the real world as far as I'm concerned. The little I have left from mining while the sun was up, I'll use for just silly purchases online.