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

Binance Event Contract Risk

Skill by acwxpunh

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/acwxpunh/binance-event-contract-risk
Or

What This Skill Does

The Binance Event Contract Risk Manager is a sophisticated financial safety layer designed for OpenClaw AI agents operating within the Binance Event Contract ecosystem. This skill acts as a gatekeeper, intercepting every trading signal before it reaches the exchange API to ensure compliance with strict risk-management parameters. It calculates dynamic position sizes, enforces capital protection limits, and manages total market exposure across BTCUSDT and ETHUSDT pairs.

By automating the 'Risk-Reward' calculation, the skill ensures that no single trade exceeds a 2% risk threshold while adhering to the specific Binance contractual constraints of 5-250 USDT per position. It features an integrated circuit breaker system that monitors daily P&L; if losses exceed 10%, the system automatically halts all new trading activity until the next UTC day, preventing emotional trading and compounding drawdowns.

Installation

To integrate this safety module into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/acwxpunh/binance-event-contract-risk

Use Cases

  • Automated Trading Protection: Ensures your AI agent does not violate risk protocols during volatile market conditions.
  • Portfolio Exposure Management: Keeps your concurrent exposure strictly within the 20% total capital threshold across multiple open Event Contracts.
  • Discipline Enforcement: Automatically enforces strict stop-loss and daily drawdown limits, acting as a tireless auditor for your trading strategy.

Example Prompts

  1. "Check current risk status for my account before I initiate a new BTCUSDT position."
  2. "/binance-risk-check: Validate if my current exposure allows for another ETHUSDT trade."
  3. "Summarize today's risk metrics and confirm if the circuit breaker is currently active."

Tips & Limitations

  • Pre-Execution Check: Always ensure your API credentials have the correct permissions, as this skill interacts with live market data.
  • UTC Awareness: Note that the daily loss limit resets strictly at 00:00 UTC; manual overrides are not recommended for safety compliance.
  • Slippage Protection: The skill rejects orders with >1% slippage; ensure your connection latency is optimized for rapid execution.
  • Limitations: This skill does not manage the trade strategy itself but rather filters the risk profile of incoming signals. It is limited to Binance Event Contracts and cannot be applied to Spot or Futures markets.

Metadata

Author@acwxpunh
Stars4473
Views0
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-acwxpunh-binance-event-contract-risk": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#binance#risk-management#crypto#defi
Safety Score: 4/5

Flags: external-api, code-execution