q402_oft_send
Bridge USDT0 across ETH, Arbitrum, Mantle, Monad, and XLayer to the same wallet on the destination using LayerZero OFT. Live transfers require confirm and consent; sandbox tests are default.
Instructions
Bridge USDT (USDT0) across chains (eth/arbitrum/mantle/monad/xlayer) via LayerZero OFT, from the Agent Wallet to the SAME wallet's address on the destination. Mode C (server-managed wallet). Sandbox-by-default; a live bridge needs confirm:true + consentToken. For USDC use q402_bridge_send (CCIP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | Yes | Destination chain (MUST differ from src). | |
| src | Yes | Source chain. | |
| amount | Yes | USDT0 amount in raw local-decimal units (6-decimal; '1000000' = 1 USDT0). | |
| confirm | No | Must be true for a live bridge. | |
| sandbox | No | Sandbox mode (default true). | |
| walletId | No | Optional Agent Wallet id; defaults to the owner's default wallet. | |
| maxFeeRaw | No | Optional native fee cap (raw 18-dec wei). | |
| consentToken | No | Consent token from the preview. |