Bankr Dev - Transfers
This skill should be used when building payment systems, implementing token transfers, or adding ENS/social handle resolution. Supports wallet addresses, ENS names, and social handles.
What this skill does
# Transfers Capability
Send tokens to any recipient via natural language prompts.
## What You Can Do
| 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...` |
## Prompt Patterns
```
Send {amount} {token} to {recipient} [on {chain}]
```
**Recipient formats:**
- Wallet address: `0x1234...abcd`
- ENS name: `vitalik.eth`, `name.eth`
- Social handle: `@username on Twitter/Farcaster/Telegram`
**Amount formats:**
- USD: `$50`, `$100`
- Percentage: `10%`, `50%`
- Exact: `0.5 ETH`, `100 USDC`
**Supported chains:** Base, Polygon, Ethereum, Unichain, Solana
## Usage
```typescript
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");
```
## Related Skills
- `bankr-client-patterns` - Client setup and execute function
- `bankr-api-basics` - API fundamentals
- `bankr-portfolio` - Check balances before transfers
Related in Sales & CRM
process-mapper
IncludedUse when a BizOps lead, COO, or process-improvement owner needs to document an end-to-end business process (procurement, employee onboarding, incident handoff, customer-onboarding, claims adjudication) in BPMN-style notation, measure cycle times by stage, surface where work spends most of its time waiting vs. being worked, and quantify the gap between processing time and total elapsed time. Pairs Lean / Six Sigma / Theory-of-Constraints canon with deterministic stdlib-only Python tools to produce a process map, a ranked bottleneck list (with severity + root-cause hypothesis), and a cycle-time analysis (P50, P90, value-add ratio, Little's-Law throughput). Distinct from sales-pipeline, system-reliability (SLO), and strategic-OKR work — this is tactical process documentation for internal operations.
payment-integration
IncludedIntegrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders.
customer-success-manager
IncludedMonitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success
sales-engineer
IncludedAnalyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales engineering. Use when responding to RFPs, bids, or proposal requests; comparing product features against competitors; planning or scoring a customer POC or sales demo; preparing a technical proposal; or performing win/loss competitor analysis. Handles tasks described as 'RFP response', 'bid response', 'proposal response', 'competitor comparison', 'feature matrix', 'POC planning', 'sales demo prep', or 'pre-sales engineering'.
customer-success-manager
IncludedMonitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success
sales-engineer
IncludedAnalyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales engineering. Use when responding to RFPs, bids, or proposal requests; comparing product features against competitors; planning or scoring a customer POC or sales demo; preparing a technical proposal; or performing win/loss competitor analysis. Handles tasks described as 'RFP response', 'bid response', 'proposal response', 'competitor comparison', 'feature matrix', 'POC planning', 'sales demo prep', or 'pre-sales engineering'.