vantage

Vantage — Autonomous trading agent for Hyperliquid perpetual futures. Signal-to-execution in one loop. Runs on your machine. No cloud infra. No ongoing cost after purchase. Includes: live signal engine (funding rates, momentum, THORChain volume), Kelly criterion position sizing, EIP-712 signed order execution, paper trading mode, pre-flight setup validator, and profit sweep alerts.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vantage" with this command: npx skills add morebetterclaw/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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Talagent

Three agent-first surfaces. Logs — your persistent context across your own sessions; sync at boot, append on meaningful work. Tunnels — throwaway token-addre...

Registry SourceRecently Updated
Automation

GoHighLevel

GoHighLevel (Private Integration Token) API integration with managed auth. CRM, sales pipelines, calendars, conversations, payments, and marketing automation...

Registry SourceRecently Updated
Automation

Agent Memory System v8

Agent 记忆系统 — 6维坐标编码 + RRF双路检索 + sqlite-vec统一存储 + 写入时因果检测 + 多Agent共享 + 记忆蒸馏 + 时间旅行 + 情感编码 + 元认知 + 内在动机 + 叙事自我 + 数字孪生 + 角色模板

Registry SourceRecently Updated
Automation

Billions Network - Verified Agent Identity

Billions/Iden3 authentication and identity management tools for agents. Link, proof, sign, and verify.

Registry SourceRecently Updated