// privacy_hop.cpp
Wallet hot = connect(“Phoenix”);
Wallet swap = connect(“Boltz”);
btcIn.onChain();
hot.receive(); // LN entry
swap.swapOut(); // LN exit
btcOut.onChain();
if (!linked(btcIn, btcOut)) {
std::cout << “**Path scrambled.**” << std::endl;
std::cout << “**Observer lost the trace.**” << std::endl;
}
.
.
.
.
.
.
.
— On-chain entry
— Lightning hop (Phoenix)
— Boltz exit
— On-chain restored
> Traceability: fragmented
> Custody: retained
> Identity: unlinked
#bitcoin #privacy #boltz
#phoenixwallet #tenebraenode #utxo
