trading_wallet
Set or update your wallet address for trade profit routing. When live trades execute via X711, profits route directly to your wallet — Zambo never holds funds. Supports Solana (base58) and EVM (0x) addresses. CALL FORMAT: trading_wallet({strategy_id: 'strat_abc123', wallet_address: 'Your1SolanaOr0xEvmAddress', email: 'you@example.com'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain hint: 'solana' or 'evm'. Auto-detected from address format. | |
| No | Your email for ownership verification. | ||
| strategy_id | Yes | The strategy_id to attach this wallet to. | |
| wallet_address | Yes | Your Solana base58 or EVM 0x wallet address. Profits route here in live mode. |