Batch send TON and jettons to up to 254 recipients through Highload Wallet v3. Ideal for airdrops, mass payments, and rewards distribution.
| Tool | Description |
|---|---|
multisend_info |
Highload wallet address, balance, deployment, and query sequence |
multisend_fund |
Fund the Highload wallet from the agent's main wallet |
multisend_batch_ton |
Send TON to up to 254 recipients in one transaction |
multisend_batch_jetton |
Send jettons to up to 254 recipients in one transaction |
multisend_status |
Highload timeout, cleanup, subwallet, balance, and sequence state |
The agent's main Wallet V5 and the Highload Wallet v3 keep their original distinct addresses. Teleton core derives both from the configured wallet, owns signing, serializes broadcasts, and persists Highload query IDs in private global state. The plugin never receives the mnemonic, private key, or sequence store.
- Use
multisend_infoto inspect the Highload address. - Fund it with
multisend_fund. - Send a first TON batch to deploy the Highload contract.
- For jetton batches, transfer jettons to that Highload address first.
mkdir -p ~/.teleton/plugins
cp -r plugins/multisend ~/.teleton/plugins/- "Show my multisend wallet info"
- "Fund my multisend wallet with 5 TON"
- "Send 1 TON to each of these addresses: EQ..., EQ..., EQ..."
- "Airdrop 100 USDT to these 50 addresses"
- "Check multisend wallet status"
No parameters.
| Param | Type | Required | Description |
|---|---|---|---|
amount |
string | Yes | Amount in TON to fund the Highload wallet |
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
recipients |
array | Yes | -- | Up to 254 recipients: [{ address, amount, memo? }] |
Each recipient object:
| Field | Type | Required | Description |
|---|---|---|---|
address |
string | Yes | TON wallet address |
amount |
string | Yes | Amount in TON |
memo |
string | No | Comment to attach |
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
jetton_master |
string | Yes | -- | Jetton master contract address |
recipients |
array | Yes | -- | Up to 254 recipients: [{ address, amount }] |
decimals |
integer | No | 9 | Jetton decimals (6 for USDT, 9 for most tokens) |
forward_ton |
string | No | "0.05" | TON to attach per transfer for gas |
No parameters.