bankr dev - token trading

Token Trading Capability

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bankr dev - token trading" with this command: npx skills add bankrbot/claude-plugins/bankrbot-claude-plugins-bankr-dev-token-trading

Token Trading Capability

Execute token swaps and trades via natural language prompts.

What You Can Do

Operation Example Prompt

Buy tokens Buy $50 of ETH

Sell tokens Sell 10% of my USDC

Swap tokens Swap 0.1 ETH for USDC

Cross-chain bridge Bridge 100 USDC from Ethereum to Base

Cross-chain swap Swap ETH on Ethereum for USDC on Polygon

Wrap ETH Convert 1 ETH to WETH

Unwrap WETH Convert 1 WETH to ETH

Prompt Patterns

Buy {amount} of {token} [on {chain}] Sell {amount} of {token} [on {chain}] Swap {amount} {fromToken} for {toToken} [on {chain}] Bridge {amount} {token} from {sourceChain} to {destChain}

Amount formats:

  • USD: $50 , $100

  • Percentage: 10% , 50%

  • Exact: 0.5 ETH , 100 USDC

Supported chains: Base, Polygon, Ethereum, Unichain, Solana

Usage

import { execute } from "./bankr-client";

// Simple trade await execute("Buy $50 of ETH on Base");

// Cross-chain await execute("Bridge 100 USDC from Ethereum to Base");

Related Skills

  • bankr-client-patterns

  • Client setup and execute function

  • bankr-api-basics

  • API fundamentals

  • bankr-market-research

  • Price data for trading decisions

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bankr x402 sdk - client patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - automation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - transfers

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - project templates

No summary provided by upstream source.

Repository SourceNeeds Review