Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/guide/payments/virtual-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ A few things matter in production:
- virtual forwarding applies only to **TIP-20** transfer and mint paths
- `balanceOf(virtualAddress)` stays `0`; use events and your own `userTag` mapping for attribution
- policy checks apply to the **resolved master wallet**, not the literal virtual address
- protocols that treat addresses literally should reject virtual addresses unless they explicitly support them
- avoid using virtual addresses in reward protocols (lending pools, DEX rewards, etc) unless explicitly supported, as they can't track or hold funds

## Learn more

Expand Down
Loading