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

Openclaw Skills Smart Agent Memory

跨平台 Agent 长期记忆系统。分层上下文供给 + 温度模型 + Skill经验记忆 + 结构化存储 + 自动归档。三层存储:Markdown(人可读,QMD 可搜索)+ JSON(结构化)+ SQLite/FTS5(高性能全文搜索)。纯 Node.js 原生模块,零外部依赖。

Registry SourceRecently Updated
Automation

Evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

Registry SourceRecently Updated
Automation

Workflow Builder

工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval, and integration capabilities. Use when you need...

Registry SourceRecently Updated
Automation

Baidu Yijian Vision

百度一见专业级视觉 AI Agent:支持图片/视频/及实时视频流分析。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:作业 SOP 合规与关键步骤完整性校验;工业质检与表面缺陷精密...

Registry SourceRecently Updated