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

ElevenLabs

Create and manage voices, speech, audio projects, and voice workflow assets in ElevenLabs — powered by ClawLink.

Registry SourceRecently Updated
Automation

Zoom

Manage meetings, webinars, registrants, collaborators, and event workflows in Zoom — powered by ClawLink.

Registry SourceRecently Updated
Automation

PandaDoc

Create and organize documents, folders, attachments, and document workflows in PandaDoc — powered by ClawLink.

Registry SourceRecently Updated
Automation

x0x

Secure computer-to-computer networking for AI agents — gossip broadcast, direct messaging, CRDTs, group encryption. Post-quantum encrypted, NAT-traversing. E...

Registry SourceRecently Updated