The FTX collapse, like MtGox, could have
healthy consequences for the Bitcoin ecosystem. We have already seen people moving lots of coins from exchange wallets to their own, self-custodied wallets. That is a good first step, but we could go further, creating a
post-FTX decentralized Bitcoin ecosystem.
I hope the following technologies get a boost eventually:
1) Decentralized exchanges.No, I don't mean these "DEX"es on Ethereum which trade one kind of transaction for another one
. Instead, there are mainly two types:
a) Crypto-to-Crypto:
Atomic swaps should become the standard for these operations. This is a straightforward process which has very low risks (basically, the only disadvantage is that one party can always abandon the trade).
Atomic swaps can be done on a (relatively) easy to use platform, like
AtomicDEX. Or they can be created directly with a Bitcoin wallet. There is however seemingly still a lack of easy to use tools.
One suggestion could be to add Atomic swap functionality to the most common wallet implementations. I don't know about Core, but Electrum could add this function. (The well-known Atomic Wallet unfortunately is not an ideal solution, as it uses also centralized services like changenow.io and thus even can lead to KYC/AML procedures.)
b) Crypto-to-Fiat:
Bisq is probably the best model to follow here, as it doesn't rely on a centralized web app like most other P2P exchanges. I have ignored it for a long time, but I looked into it recently and there are some interesting features to prevent fraud, like Account signing. Still, it's a bit slow and has high fees. So there's much margin of improvement.
2) BitcoinScript/Taproot-based DeFi.DeFi is based on the concept to buy or sell risks between two or multiple parties. DeFi on Ethereum has almost always centralized components, as the contracts have an owner who can become a single point of failure in some situations.
BitcoinScript based solutions can be instead completely decentralized. The counterparties create special kinds of transactions to exchange their risks and collaterals. For example, based on the Atomic Swap technology, there is possibly a way to create American options (
see here and
here).
There is also the
Discreet Log Contracs concept. There is
RGB and
Taro for tokens and other contracts, and some of these solutions even support Lightning.
3) Payment processing/eCommerceMerchants should consider moving to self hosted solutions. Also, I hope
OpenBazaar gets back on track, or an alternative can emerge.
4) Integration of solutions.Many of the solutions I mentioned have low volume and aren't well known. They're scattered in several software packages of varying characteristics (e.g. command line/gui/browser/mobile) and maturity. You won't like to install dozens of apps to do all these nice things centralized providers like FTX offered inside a single interface.
So my proposal here is to create common standards between all the mentioned apps. Create a software package which includes all functions to buy and sell Bitcoin for other crypto and fiat, sell/buy goods and services, and create tokens and DeFi contracts without centralized components.
5) Education.The decentralized technologies I mentioned in this post have specific advantages, disadvantages and risks. Good documentation should be written for newbies to really be able to understand them, and to not get in danger to scammed.
I appreciate feedback, other ideas and contributions!