hedge

Generate deterministic Hyperliquid hedge plans to reduce net notional exposure.

40|12|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Degenapetrader/EVClaw --skill hedge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hedge
Source: https://github.com/Degenapetrader/EVClaw/tree/main/openclaw_skills/hedge
Command: npx skills add https://github.com/Degenapetrader/EVClaw --skill hedge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a deterministic way to plan and execute portfolio hedges, reducing risk exposure on Hyperliquid by a specified percentage.

Core Features & Use Cases

  • Deterministic Hedging: Generates hedge trade plans without relying on LLMs, ensuring predictable outcomes.
  • Risk Reduction: Sizes hedges to neutralize a target percentage of your current net notional exposure.
  • Use Case: If your portfolio is heavily exposed to a long position, you can use /hedge to automatically generate a short trade plan for BTC or ETH to offset that risk.

Quick Start

Use the hedge skill to generate a 50% BTC hedge plan.

Frequently Asked Questions about hedge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically hedge my portfolio exposure on Hyperliquid?▼

To automatically hedge portfolio exposure on Hyperliquid, this Skill analyzes your current positions and generates a deterministic short trade plan to offset a user-defined percentage of your net notional risk.

How is the hedge size calculated for reducing trading risk?▼

Hedge size is calculated by analyzing your current portfolio status and determining the exact trade size needed to neutralize a target percentage of your net notional exposure.

Do I need Python 3 to generate deterministic hedge plans?▼

Yes, you need Python 3 installed, along with access to the Hyperliquid API, to pull real-time market data and generate deterministic hedge plans for your portfolio.

How are entry prices determined for a BTC or ETH hedge?▼

Entry prices for BTC or ETH hedges are proposed conservatively using technical support and resistance levels or Average True Range (ATR) calculations from real-time market data.

What is deterministic hedging compared to other risk management approaches?▼

Deterministic hedging generates predictable trade plans using fixed mathematical rules instead of LLMs, ensuring consistent risk reduction outcomes for your trading portfolio.