# Wasabi TX Broadcast Few suggestions: **1.** UI/UX ![](https://i.imgur.com/p2nzmom.png) We can add a graphical representation of all peers and one node from it being chosen randomly for broadcasting transaction. This will help the user to understand how things work, highlight the privacy feature being used and make users aware of the privacy involved in broadcasting transactions. **2.** Bitcoin Core recently added [support for i2p](https://github.com/bitcoin/bitcoin/pull/20685), we can make use of i2p with Tor nodes in Wasabi. There are trade-offs involved and I have tried to mention almost everything in these docs: [Learning-Bitcoin-from-the-Command-Line/blob/master/15_0_Using_i2p.md](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/15_0_Using_i2p.md) **3.** We can provide a config option which is disabled by default. If enabled, user can select node for broadcasting transaction. This will help in achieving below things: **a.** User wants to create a setup similar to [Dandelion](http://diyhpl.us/wiki/transcripts/building-on-bitcoin/2018/dandelion/) with short stem and guard node like Tor. **b.** User wants to create a custom setup of few nodes which will broadcast transaction based on different settings. *Example:* *Node A will broadcast only to Node B and Node B will only broadcast to 3 peers chosen randonly from peers*