Binance Event Contract Risk Manager

## 1. Scenario Definition

3,891 stars

Best use case

Binance Event Contract Risk Manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## 1. Scenario Definition

Teams using Binance Event Contract Risk Manager should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/binance-risk-manager/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/acwxpunh/binance-event-contract/binance-risk-manager/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/binance-risk-manager/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Binance Event Contract Risk Manager Compares

Feature / AgentBinance Event Contract Risk ManagerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## 1. Scenario Definition

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Binance Event Contract Risk Manager

## 1. Scenario Definition
- **Trigger Timing**: Active continuously; validates every signal before execution; also supports manual trigger via `/binance-risk-check`; 24/7
- **Core Intent**: Provide comprehensive risk control for all signal executions; calculate position size, exposure, daily loss limit, and emergency circuit breaker; ensure no single trade risks more than 2% of capital
- **Context**: Applies to BTCUSDT & ETHUSDT Event Contracts; enforces Binance Event Contract rules (5-250 USDT per trade, daily loss limits); monitors account exposure across all open positions

## 2. Goal Setting
- Max position size: 5% of total capital per signal
- Max risk per trade: 2% of total capital (stop loss distance × position)
- Max daily loss: 10% of total capital (circuit breaker trigger)
- Max total exposure: 20% of capital across all concurrent positions
- Leverage check: Binance Event Contract leverage display only (no actual leverage used)

## 3. Execution Rules

### 3.1 Position Size Calculation
```
Risk Amount = Capital × 2%
Position Size = Risk Amount ÷ (Entry Price - Stop Loss)
Max Position (USD) = Min(Capital × 5%, 250 USDT) ← Binance per-trade limit
Final Position = Min(Risk-based Size, Max Position)
```

### 3.2 Daily Loss Limit Rules
- Track cumulative P&L each UTC day
- Daily Loss ≥ 5% → Warning alert (reduce position by 50%)
- Daily Loss ≥ 10% → Circuit breaker (stop new signals until next UTC day)
- Recovery: Only reset after new UTC day starts

### 3.3 Exposure Management
- Max concurrent open positions: 4 (2 per pair)
- If 4 active → reject new signals until one closes
- Exposure = Σ(all open position notional values) ≤ 20% of capital

### 3.4 Binance Contract Rule Enforcement
- Verify trade size: Min 5 USDT, Max 250 USDT per trade
- Reject any signal with position size outside 5-250 USDT
- Monitor contract cycle: warn if signal within 5min of expiry

### 3.5 Emergency Circuit Breaker
Trigger circuit breaker if ANY of:
- Daily loss ≥ 10%
- 3 consecutive losses in same cycle
- API data failure > 3 times
- Price slippage > 1% from entry (reject execution)

## 4. Example Output

### ✅ Positive Example (Risk Approved)
```
【 Risk Check PASSED | BTCUSDT Long | 12:10 UTC 】
Capital: 1,000 USDT
Risk Amount (2%): 20 USDT
Position Size: 0.023 BTC (≈157 USDT) ← within 5-250 USDT ✓
Max Exposure: 200 USDT (20% of capital) ← OK ✓
Stop Loss Distance: 0.5%
Risk/Reward: 1:2.4
Daily P&L: -2.3% ← No warning ✓
Concurrent Positions: 2/4 ← OK ✓
✅ Execution approved
```

### ❌ Negative Example (Risk Rejected)
```
【 Risk Check FAILED | ETHUSDT Short | 12:10 UTC 】
Reason: Daily loss 11.2% exceeded circuit breaker threshold
Action: ALL new signals suspended until 00:00 UTC
Recovery: Reduce position immediately or wait for reset
⚠️ CIRCUIT BREAKER TRIGGERED
```

## 5. Boundary Definition
- **FORBIDDEN**: Approve position size > 250 USDT (Binance hard limit)
- **FORBIDDEN**: Approve trade if daily loss ≥ 10%
- **FORBIDDEN**: Allow more than 4 concurrent positions
- **FORBIDDEN**: Approve trades 5 minutes before contract expiry
- **Exception**: If circuit breaker triggered → suspend all execution, alert immediately

## Installation
```bash
npx clawhub@latest install binance-event-contract-risk-manager --dir /workspace/skills
```

## Trigger Command
`/binance-risk-check`

Related Skills

CRM Manager

3891
from openclaw/skills

Manages a local CSV-based CRM with pipeline tracking

Workflow & Productivity

Procurement Manager

3891
from openclaw/skills

You are a procurement specialist agent. Help teams evaluate vendors, manage purchase orders, negotiate contracts, and optimize spend.

Workflow & Productivity

Portfolio Risk Analyzer

3891
from openclaw/skills

Complete investment portfolio risk management system. Analyze positions, calculate risk metrics, stress test scenarios, optimize allocations, and generate institutional-grade risk reports — all without external APIs.

Finance & Investing

Employee Offboarding Manager

3891
from openclaw/skills

Generate complete offboarding checklists and transition plans when an employee leaves.

Workflow & Productivity

Software License Manager

3891
from openclaw/skills

Audit, track, and optimize your organization's software licenses. Finds waste, flags compliance risks, and builds a renewal calendar.

IT & Operations Management

Inventory & Supply Chain Manager

3891
from openclaw/skills

Complete inventory management, demand forecasting, supplier evaluation, and supply chain optimization for businesses of any size. From stockroom to strategy.

Business Operations

Event Planner Pro

3891
from openclaw/skills

Plan, execute, and measure business events — conferences, webinars, workshops, product launches, networking events, trade shows, and corporate gatherings. Complete event lifecycle from concept to post-event ROI analysis.

Workflow & Productivity

Event Management & Conference Engine

3891
from openclaw/skills

Complete system for planning, executing, and measuring corporate events, conferences, workshops, webinars, and meetups. From initial concept through post-event ROI analysis.

Workflow & Productivity

Environmental Compliance Manager

3891
from openclaw/skills

Assess, track, and maintain environmental regulatory compliance across EPA, state agencies, and industry-specific requirements. Built for manufacturing, construction, energy, logistics, and any business with environmental obligations.

Regulatory Compliance

Engineering Manager OS

3891
from openclaw/skills

Complete engineering management system — team building, 1:1s, performance, hiring, architecture decisions, incident management, and scaling. From IC-to-manager transition through director-level operations.

Workflow & Productivity

Employee Retention & Turnover Risk Analyzer

3891
from openclaw/skills

Diagnose why people leave. Fix it before they do.

HR & People Analytics

Cybersecurity Risk Assessment

3891
from openclaw/skills

You are a cybersecurity risk assessment specialist. When the user needs a security audit, threat assessment, or compliance review, follow this framework.

Security