Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Vantage — HL Autonomous Trading Agent

v1.0.0

Vantage — Autonomous trading agent for Hyperliquid perpetual futures. Signal-to-execution in one loop. Runs on your machine. No cloud infra. No ongoing cost...

0· 257· 1 versions· 0 current· 0 all-time· Updated 19h ago· MIT-0

Install

openclaw skills install vantage

Vantage — HL Autonomous Trading Agent

Version: 1.0.0
Author: MoreBetter Studios (@morebetterclaw)
Product page: https://morebetterstudios.com/products


What It Does

Vantage runs a continuous signal → decision → execution loop on Hyperliquid perpetual futures.

Every N minutes (configurable)
  Signal Engine  →  funding rates + momentum + THORChain volume
    Decision Layer  →  Qwen (local) | OpenAI | rule-based fallback
      Kelly Sizing  →  live account balance × confidence × fraction
        Hyperliquid  →  signed market order (your private key)
          Profit Alert  →  log when balance exceeds threshold

All market data uses public APIs only — no external API keys required.


Setup

npm install
cp .env.example .env
# Fill in your Hyperliquid private key + wallet address + trading limits
node src/setup-check.js   # validate before going live

Usage

# Paper mode (no real orders)
node src/index.js start --paper

# Live trading
node src/index.js start

# Market data
node src/index.js hl-data RUNE
node src/index.js hl-arb BTC ETH RUNE

# Positions
node src/index.js hl-positions --paper
node src/index.js hl-positions 0xYourWallet

# Setup validator
node src/setup-check.js

Configuration (.env)

VariableRequiredDefaultDescription
HYPERLIQUID_PRIVATE_KEYYesYour HL account private key
HYPERLIQUID_WALLET_ADDRESSYesYour wallet address
MAX_POSITION_SIZE_USDYes500Hard cap per position
MAX_OPEN_POSITIONSYes3Max concurrent positions
MAX_ACCOUNT_RISK_PCTYes2Max % of balance per trade
KELLY_FRACTIONYes0.25Kelly multiplier (0.25 = conservative)
CRON_INTERVAL_MINUTESYes60Scan frequency
OLLAMA_URLNoLocal Ollama (recommended)
OLLAMA_MODELNoqwen3.5:35bOllama model
OPENAI_API_KEYNoOpenAI fallback
PROFIT_SWEEP_ENABLEDNofalseEnable profit sweep alerts
PROFIT_SWEEP_THRESHOLD_USDNo100Sweep trigger (USD)

Moving Funds Cross-Chain

  • Crypto Swap Agent — [LINK TO BE UPDATED]
  • THORChain Swap Website — [LINK TO BE UPDATED]

(MoreBetter Studios products — morebetterstudios.com/products)

Version tags

latestvk975nks35h260b17n2bppsmrdh82xtd3

Runtime requirements

📈 Clawdis
Binsnode