ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

clawtrade-bnb

Autonomous DeFi trading agent for BNB Chain with multi-strategy engine, network switching, and reinforced learning.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alannetwork/clawtrade-bnb
Or

What This Skill Does

ClawTrade BNB is an advanced, autonomous DeFi trading agent engineered specifically for the BNB Chain ecosystem. It bridges the gap between manual DeFi management and automated algorithmic trading. At its core, the skill utilizes a multi-strategy engine comprising Compound Yield, Rebalance, and Dynamic Harvest strategies. These modules continuously monitor on-chain metrics, such as liquidity pool APRs and pending rewards, to make data-driven decisions every 60 seconds. Beyond simple automation, the agent features a sophisticated reinforcement learning layer that evaluates the success or failure of previous transactions, allowing it to dynamically adjust strategy parameters to optimize for gas efficiency and yield maximization. It includes a comprehensive control panel CLI for real-time management, analytics dashboards, and immutable on-chain event logging to ensure full auditability of all financial actions.

Installation

To integrate this skill into your environment, use the OpenClaw hub: clawhub install openclaw/skills/skills/alannetwork/clawtrade-bnb. Once installed, navigate to the directory and run npm install to resolve dependencies. You must initialize your workspace by copying the provided template: cp config.deployed.json config.live.json. Critical security note: You must securely supply your private key via environment variables or a git-ignored .env file. Never hardcode keys in your configuration files. Finally, execute node agent-cli.js network status to verify your RPC connectivity and contract access before deploying the strategy scheduler.

Use Cases

This skill is perfect for DeFi power users who wish to automate complex yield farming operations without manual intervention. It is highly effective for users managing multiple liquidity positions who struggle to keep up with gas-optimal harvesting or rebalancing during market volatility. It serves as an excellent tool for developers looking to integrate production-ready reinforced learning models into their blockchain workflows, as well as for investors seeking a passive, rules-based approach to managing BNB Chain assets through automated vault rotation and compound interest strategies.

Example Prompts

  1. "OpenClaw, initialize the ClawTrade BNB agent, check the current vault APRs, and switch to the mainnet configuration if the strategy confidence score is above 85%."
  2. "Review the performance metrics from the last 24 hours of trading; show me how many successful harvests were completed and report the total gas costs incurred."
  3. "Trigger an immediate manual rebalance of my portfolio, moving 20% of capital from the low-yield stablecoin vault into the highest-performing BNB-paired liquidity pool."

Tips & Limitations

Always run on the BNB Testnet first to validate your logic and ensure your RPC endpoints are stable. The reinforcement learning engine requires a 'warm-up' period of several cycles to gather enough data to optimize efficiently. Be mindful that while the agent is autonomous, market conditions can shift rapidly; monitor the performance dashboard frequently during high volatility. Ensure your wallet has sufficient BNB for gas, as the Dynamic Harvest strategy specifically relies on gas-cost analysis to function effectively. The agent is strictly non-custodial but requires direct signing authority, so prioritize security when managing your environment keys.

Metadata

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alannetwork-clawtrade-bnb": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#trading#bnb#automation#yield-farming
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api, code-execution