This skill should be used when the user asks to "send tokens", "transfer ETH", "send to ENS", "transfer to wallet", "send to @username", "transfer to Farcaster", "send to Twitter handle", or any asset transfer operation. Provides guidance on recipient resolution and transfer formats.
Send tokens to any recipient via natural language prompts.
| Operation | Example Prompt |
|-----------|----------------|
| Send to address | Send 0.1 ETH to 0x1234...abcd |
| Send to ENS | Send $50 USDC to vitalik.eth |
| Send to Twitter | Send $5 ETH to @username on Twitter |
| Send to Farcaster | Send 10 USDC to @user on Farcaster |
| Send to Telegram | Send 0.01 ETH to @user on Telegram |
| Percentage send | Send 10% of my ETH to 0x... |
Send {amount} {token} to {recipient} [on {chain}]
Recipient formats:
0x1234...abcdvitalik.eth, name.eth@username on Twitter/Farcaster/TelegramAmount formats:
$50, $10010%, 50%0.5 ETH, 100 USDCSupported chains: Base, Polygon, Ethereum, Unichain, Solana
import { execute } from "./bankr-client";
// To ENS
await execute("Send 0.1 ETH to vitalik.eth on Base");
// To social handle
await execute("Send $5 ETH to @user on Twitter");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-portfolio - Check balances before transfersnpx skills add BankrBot/Bankr Agent - Transfers下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Category:stocks-finance