bankr dev - leverage trading

Leverage 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 - leverage trading" with this command: npx skills add bankrbot/claude-plugins/bankrbot-claude-plugins-bankr-dev-leverage-trading

Leverage Trading Capability

Trade perpetuals with leverage via natural language prompts.

What You Can Do

Operation Example Prompt

Open long Open a 5x long on ETH with $100

Open short Open a 3x short on BTC with $50

Long with stop loss Open a 5x long on ETH with $100, stop loss at -10%

Long with take profit Open a 5x long on ETH with $100, take profit at +20%

Full risk management Open a 5x long on ETH with $100, stop loss at -10%, take profit at +20%

View positions Show my Avantis positions

Close position Close my ETH long position

Close all Close all my Avantis positions

Check PnL Check my PnL on Avantis

Prompt Patterns

Open a {leverage}x {long|short} on {asset} with {collateral} Open a {leverage}x long on {asset} with {collateral}, stop loss at {price|percent} Close my {asset} {long|short} position Show my Avantis positions

Supported assets:

  • Crypto: BTC, ETH, SOL, ARB, AVAX, BNB, DOGE, LINK, OP, MATIC

  • Forex: EUR/USD, GBP/USD, USD/JPY, AUD/USD, USD/CAD

  • Commodities: Gold, Silver, Oil, Natural Gas

Chain: Base

Usage

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

// Open leveraged position await execute("Open a 5x long on ETH with $100, stop loss at -10%");

// Check positions await execute("Show my Avantis positions");

// Close position await execute("Close my ETH long position");

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 - api basics

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - transfers

No summary provided by upstream source.

Repository SourceNeeds Review