diff --git a/src/pages/protocol/tip20/virtual-addresses.mdx b/src/pages/protocol/tip20/virtual-addresses.mdx index c4b083ee..f5245a67 100644 --- a/src/pages/protocol/tip20/virtual-addresses.mdx +++ b/src/pages/protocol/tip20/virtual-addresses.mdx @@ -5,7 +5,6 @@ description: Understand how TIP-20 virtual addresses work, why they remove sweep import { Cards, Card } from 'vocs' import { MermaidDiagram } from '../../../components/MermaidDiagram' -import { StaticMermaidDiagram } from '../../../components/StaticMermaidDiagram' # Virtual addresses for TIP-20 deposits @@ -19,18 +18,8 @@ Without virtual addresses, per-customer deposit addresses are operationally expe With virtual addresses, the customer-facing address is still unique, but it behaves like a routing alias. The protocol resolves it to the registered master wallet during the TIP-20 transfer itself. - B1[Separate onchain balance] - B1 --> S1[Sweep transaction] - S1 --> M1[Master wallet] - end - - subgraph B[With virtual addresses] - D2[Customer virtual address] --> F2[TIP-20 forwarding] - F2 --> M2[Master wallet] - end -`} /> +Without virtual addresses, each customer deposit address holds a separate onchain balance that must be swept to the master wallet. With virtual addresses, TIP-20 forwarding routes deposits directly to the master wallet. +Without virtual addresses, each customer deposit address holds a separate onchain balance that must be swept to the master wallet. With virtual addresses, TIP-20 forwarding routes deposits directly to the master wallet. This means: