Private Transfers
This guide covers sending tokens privately between privacy addresses.Basic Transfer
Transfer Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
to | PrivacyAddress | Yes | Recipient’s privacy address |
tokenAddress | Hex | Yes | Token contract address |
amount | bigint | Yes | Amount in smallest unit |
Transfer Result
Privacy Address Validation
Always validate privacy addresses before sending:Transfer to MPK
If you have the recipient’s MPK instead of privacy address:Checking Balance Before Transfer
Transfer Privacy
Private transfers provide:- Sender Privacy: Your wallet address is not linked to the transaction
- Recipient Privacy: The recipient’s wallet address is not revealed
- Amount Privacy: The transfer amount is encrypted
- Relationship Privacy: No public link between sender and recipient