
Bankr Agent Leverage Trading
- 365 installs
- 80 repo stars
- Updated March 24, 2026
- bankrbot/claude-plugins
bankr agent - leverage trading is a Claude Code skill that configures natural-language Avantis perpetuals trades on Base with up to 100x leverage for developers who automate long, short, and risk-managed crypto positions
About
bankr agent - leverage trading (version 1.0.0) in BankrBot/claude-plugins teaches agents to open, monitor, and close margined positions on Avantis perpetuals via Bankr natural-language prompts on Base. Supported markets span 10 crypto pairs including BTC, ETH, and SOL, 5 forex pairs such as EUR/USD, and 4 commodities including gold and oil. Position parameters cover leverage from 1x to 100x, collateral amounts, stop loss, and take profit with risk tiers from conservative 1–3x through high-risk 25x+. Prompt examples include commands like open a 5x long on ETH with $100 or short BTC with stop loss at a price level. The skill documents liquidation risk, funding rates, insufficient collateral errors, and risk-management tips such as starting at 2–5x leverage with mandatory stop losses. Developers reach for bankr agent - leverage trading when building agent workflows for derivatives exposure rather than spot swaps. Triggers include leverage trading, long or short positions, Avantis, stop loss, take profit, and derivatives queries.
- Bankr agent plugin for leveraged crypto position management
- Encodes margin, liquidation, and risk-limit considerations
- Automates monitor-and-adjust loops via Claude sessions
- Targets exchange-connected agent workflows not manual charting
- Requires careful guardrails due to leveraged loss exposure
Bankr Agent Leverage Trading by the numbers
- 365 all-time installs (skills.sh)
- Ranked #313 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bankrbot/claude-plugins --skill bankr-agent---leverage-tradingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 365 |
|---|---|
| repo stars | ★ 80 |
| Last updated | March 24, 2026 |
| Repository | bankrbot/claude-plugins ↗ |
How do you open leveraged crypto positions with Bankr?
Configure Bankr's leverage-trading agent to open, monitor, and manage margined crypto positions with risk guardrails inside Claude-driven trading workflows.
Who is it for?
Developers automating margined crypto, forex, or commodity trades on Base who accept liquidation risk and need agent-friendly Avantis prompt patterns.
Skip if: Spot-only token swaps or developers who need traditional brokerage margin without on-chain perpetuals exposure.
When should I use this skill?
User asks about leverage trading, long or short positions, Avantis, stop loss, take profit, or opening margined crypto trades via Bankr.
What you get
Opened or closed Avantis positions, collateral and leverage confirmations, and stop-loss or take-profit settings on Base.
- Opened or closed perpetual positions
- Leverage and collateral confirmations
By the numbers
- Up to 100x leverage on Avantis perpetuals
- 19 supported markets across crypto, forex, and commodities
- Skill version 1.0.0 on Base chain
Files
Safety & Access Control
Comprehensive safety guidance for using the Bankr API and CLI.
API Key Types
Bankr uses a single key format (bk_...) with capability flags:
| Flag | Controls | Default |
|---|---|---|
agentApiEnabled | /agent/* endpoints | false |
llmGatewayEnabled | LLM Gateway at llm.bankr.bot | false |
readOnly | Restricts agent to read-only tools | false |
Manage flags at bankr.bot/api.
Read-Only API Keys
When readOnly: true, all write tools are filtered from the agent session:
Allowed: Balances, prices, analytics, portfolio, research Blocked: Swaps, transfers, NFT purchases, staking, orders, token launches, leverage, Polymarket bets, claims
The /agent/sign and /agent/submit endpoints return 403 for read-only keys.
IP Whitelisting
Set allowedIps on your API key to restrict usage to specific IPs. Requests from non-whitelisted IPs are rejected with 403.
- Empty array = all IPs allowed (default)
- Non-empty array = only listed IPs can use the key
Dedicated Agent Wallet
When building autonomous agents, create a separate Bankr account rather than using your personal wallet:
- Limited exposure — compromised key only exposes agent wallet funds
- Clear accounting — agent transactions isolated from personal activity
- Independent controls — apply stricter access controls without affecting personal use
- Easy revocation — disable agent account without disrupting primary wallet
Recommended Funding
| Chain | Gas Buffer | Trading Capital |
|---|---|---|
| Base | 0.01-0.05 ETH | As needed |
| Polygon | 5-10 MATIC | As needed |
| Ethereum | 0.05-0.1 ETH | As needed |
| Solana | 0.1-0.5 SOL | As needed |
Rate Limits
| Tier | Daily Limit |
|---|---|
| Standard | 100 messages/day |
| Bankr Club | 1,000 messages/day |
| Custom | Set per API key |
Reset window is 24 hours from first message (rolling), not midnight.
Key Management
- Store keys in environment variables (
BANKR_API_KEY,BANKR_LLM_KEY), never in source code - Add
~/.bankr/and.envto.gitignore - Rotate keys periodically at bankr.bot/api
- Revoke immediately if compromised
- Use separate keys for Agent API vs LLM Gateway if needed
Transaction Safety
- Test first — small amounts on Base/Polygon before scaling
- Verify recipients — double-check addresses before transfers
- Gas buffer — keep enough native tokens for gas
- Immediate execution —
/agent/submitexecutes with no confirmation prompt - Understand calldata — verify trusted source for arbitrary transactions
Pre-Deployment Checklist
- Use a dedicated agent wallet, not your personal account
- Fund with limited amounts appropriate to purpose
- Set read-only if agent only queries data
- Configure IP whitelisting for server-side agents
- Store keys in environment variables
- Test with small amounts first
- Implement error handling for rate limits (429) and access control (403)
Related skills
How it compares
Pick bankr agent - leverage trading for margined Avantis perpetuals; pick bankr-token-trading for spot swap and buy orders without leverage.
FAQ
What leverage does bankr agent - leverage trading support?
bankr agent - leverage trading documents Avantis perpetuals on Base with leverage from 1x up to 100x, with guidelines placing conservative use at 1–3x and high-risk scalps at 25x or above.
Which markets can Bankr trade with leverage?
bankr agent - leverage trading lists 10 crypto assets, 5 forex pairs, and 4 commodities including gold and oil, all traded as Avantis perpetuals through natural-language Bankr prompts.
How do stop loss and take profit work?
bankr agent - leverage trading accepts stop loss and take profit parameters in prompts, for example long ETH 5x with stop loss at $3000, enabling automated risk exits on Avantis positions.