bridge_txn
Builds an unsigned cross-chain transaction to bridge VOI, ALGO, or ASA tokens between Voi and Algorand, returning base64 data for wallet signing.
Instructions
Build an unsigned Aramid Bridge transaction for bridging assets between Voi and Algorand. Supports native tokens (VOI/ALGO) and ASAs. The 0.1% bridge fee is deducted automatically. Delivery is automatic on AVM destinations. Returns base64-encoded transaction (string[]) for wallet signing via UluWalletMCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Source chain to bridge FROM | |
| amount | Yes | Amount in human-readable units (e.g. '10' for 10 VOI, '100' for 100 USDC) | |
| sender | Yes | Sender wallet address on source chain | |
| symbol | Yes | Token symbol to bridge (e.g. VOI, ALGO, USDC, ETH, UNIT, POW) | |
| destinationAddress | Yes | Recipient wallet address on destination chain |