Agent Skill
2/7/2026

bankr-agent-transfers

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.

B
bankrbot
63GitHub Stars
1Views
npx skills add BankrBot/claude-plugins

SKILL.md

Namebankr-agent-transfers
DescriptionThis 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.

name: Bankr Agent - Transfers description: 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. version: 1.0.0

Bankr Transfers

Transfer tokens to addresses, ENS names, or social handles.

Supported Transfers

  • EVM Chains: Base, Polygon, Ethereum, Unichain (ETH, MATIC, ERC20 tokens)
  • Solana: SOL and SPL tokens

Recipient Formats

FormatExampleDescription
Address0x1234...abcdDirect wallet address
ENSvitalik.ethEthereum Name Service
Twitter@elonmuskTwitter/X username
Farcaster@dwr.ethFarcaster username
Telegram@usernameTelegram handle

Social handles are resolved to linked wallet addresses before sending.

Amount Formats

FormatExampleDescription
USD$50Dollar amount
Percentage50%Percentage of balance
Exact0.1 ETHSpecific amount

Prompt Examples

To addresses:

  • "Send 0.5 ETH to 0x1234..."
  • "Transfer 100 USDC to 0xabcd..."

To ENS:

  • "Send 1 ETH to vitalik.eth"
  • "Transfer $50 of USDC to mydomain.eth"

To social handles:

  • "Send $20 of ETH to @friend on Twitter"
  • "Transfer 0.1 ETH to @user on Farcaster"

With chain specified:

  • "Send ETH on Base to vitalik.eth"
  • "Send 10% of my ETH to @friend"

Chain Selection

If not specified, Bankr selects automatically based on recipient activity and gas costs. Specify chain in prompt if needed.

Common Issues

IssueResolution
ENS not foundVerify the ENS name exists
Social handle not foundCheck username is correct
No linked walletUser hasn't linked wallet to social
Insufficient balanceReduce amount or add funds

Security Notes

  • Always verify recipient before confirming
  • Social handle resolution shows the resolved address
  • Large transfers may require additional confirmation
Skills Info
Original Name:bankr-agent-transfersAuthor:bankrbot