Send and Transfer Tokens

Auto sends tokens and NFTs from your wallet to any address or ENS name through a chat command. Auto supports EVM token transfers, native SOL transfers, SPL token transfers on Solana, and NFT transfers — all from a single interface.

What Assets Can Auto Transfer?

Auto transfers four categories of assets across supported chains:

Asset Type
Examples
Supported Chains

EVM tokens

ETH, USDC, USDT, and other wallet tokens

Ethereum, Base, Arbitrum, Optimism, Polygon

Solana native token

SOL

Solana

Solana SPL tokens

BONK, USDC (Solana), and other SPL tokens

Solana

NFTs

Supported NFTs on supported chains

Ethereum, Base, and other NFT-supporting chains

Example Prompts for Sending Tokens

"Send 1 USDC to 0x000000000000000000000000000000000000dEaD on Base"

"Send 0.001 ETH to 0x000000000000000000000000000000000000dEaD on Base"

"Send 50 USDC on Base to vitalik.eth"

"Send 0.35 SOL to 9xQeWvG816bUx9EPfAqv5h5Y5kP7FpC18mUjH1D3AqvV"

"Send 2,500 BONK on Solana to 7dHbWXadkP5zLx9RkN6sY7Q2p8t5m3v1w9x2c4b6a8d"

"Transfer my Pudgy Penguin NFT on Ethereum to 0x8ba1f109551bD432803012645Ac136ddd64DBA72"

How Do I Specify a Recipient Address?

Auto accepts two recipient formats:

  • Full wallet address: The complete hexadecimal address (EVM) or base58 address (Solana)

  • ENS name: A human-readable name like vitalik.eth on supported EVM chains

When you use an ENS name, Auto resolves it to the underlying wallet address and displays the result for your confirmation before sending.

What Does Auto Verify Before Sending?

Auto performs four safety checks before executing any transfer:

Check
Purpose

Recipient address

Validates the address or resolves the ENS name

Token and amount

Confirms exactly what will be sent

Chain

Ensures the transfer uses the correct network

Balance

Verifies you hold enough of the asset to complete the transfer

How Do Transfers Work on Different Chains?

EVM Token Transfers

EVM transfers send tokens like ETH, USDC, or USDT on Ethereum, Base, Arbitrum, Optimism, or Polygon. Auto determines the correct contract interaction based on the token type (native ETH vs. ERC-20).

SOL and SPL Token Transfers

Solana transfers send native SOL or SPL tokens like BONK and Solana-native USDC. Auto handles the difference between native SOL transfers and SPL token account instructions automatically.

NFT Transfers

NFT transfers move a specific NFT from your wallet to another address. Auto identifies the NFT by name or collection and executes the appropriate transfer method for the chain.

How to Send Tokens Safely

Token transfers are irreversible — a wrong recipient address cannot be corrected after execution. Auto enforces strict confirmation, but you should verify these details before approving:

  • The recipient address or ENS name

  • The token being sent

  • The exact amount

  • The chain

For large transfers, send a small test amount first to confirm the recipient address is correct.

Address Verification Best Practices

Practice
Why It Helps

Check the first and last characters of the address

Catches copy-paste errors and address poisoning attacks

Use ENS names when available

Easier to verify than a 42-character hex string

Send a small test amount first

Confirms the recipient before committing a large transfer

Confirm the chain explicitly

Prevents sending on the wrong network

Quick Reference: How to Ask Auto to Send

  • "Send 25 USDC on Ethereum to this address"

  • "Transfer 1 SOL to my friend"

  • "Send my NFT to this wallet"

  • "Send 100 USDC on Base to alice.eth"

Keep the message simple. Auto asks for any missing details — recipient, token, amount, or chain — if they are not included in your request.

Last updated

Was this helpful?