There is around 4668 BTC liquidity by makers, according to JoinMarket orderbook, right now.
$ curl "https://nixbitcoin.org/orderbook/orderbook.json" | jq ".offers[].maxsize" | paste -sd+ - | bc % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 96465 100 96465 0 0 228k 0 --:--:-- --:--:-- --:--:-- 273k 466856259069
About postmix tools - I have implemented fake coinjoins and ricochet for Bitcoin Core in my bitcoin-scripts project. Plan is to finish my HWI JoinMarket driver, which I started to do few months ago, but other priorities took over, then you could use these with JoinMarket wallet directly.
JoinMarket supports PSBT, so postmix transactions can be created independently by different tools.
You convinced me, I will give it a try very soon. Thanks for your answer.
reply