Skip to main content
This processor allows you to send Native token, ERC20 token (on EVM chains), Token (on Solana), and Coin (on Aptos and Sui) to another wallet.
For example, sending the DEGEN token to Vitalik's wallet

For example, sending the DEGEN token to Vitalik’s wallet

Configuration details:
Field nameRequired?Detail
Variable to save resultYesThis processor will return the transaction hash of the transfer. Choose a variable name to store the transaction hash. For example: TX_HASH_TRANSFER_TOKEN
Private keyYesThis is the private key of the wallet performing the transaction. Each Profile has a default variable for storing the private key, so you can use the default variable WALLET_PRIVATE_KEY
Recipient wallet addressYesRecipient wallet address
ChainYesThe blockchain network where you want to send the token
Node endpoint groupYesSelect the node provider to interact with the blockchain
Token addressYesAddress of token
Token amountYesThe address of the token you want to check balance
Gas price (gwei)NoFor the Solana chain, this field is called Priority Fee (Micro lamport); for Aptos, it is Gas Price (Gas Units); and for Sui, it is Gas Price (MIST)