// 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

Reply to this note

Please Login to reply.

Discussion

No replies yet.