from_addressidentifies which local wallet to use for signing (mnemonic loaded from the local registry)to_addressis the destination address
Service Reference
| Service | Type | Purpose |
|---|---|---|
/peaq_tether_node/usdt/transfer | peaq_ros2_interfaces/srv/TetherTransferUsdt | Transfer USDT from a local wallet address to a recipient address |
Launch Prerequisites
Dry-run (Quote Only)
Usedry_run: true to estimate and validate the transfer without broadcasting:
Real Transfer (Broadcast)
Common Failure Modes
INSUFFICIENT_FUNDS: thefrom_addresslacks native token for gas (even if USDT amount is 0).Unknown address: thefrom_addressis not present in the local registry (no mnemonic available for signing).- Provider rate limits: retry after a short delay, or use a higher-throughput RPC provider.

