← 返回
AI智能

Vantage — HL Autonomous Trading Agent

Vantage — Autonomous trading agent for Hyperliquid perpetual futures. Signal-to-execution in one loop. Runs on your machine. No cloud infra. No ongoing cost...
Vantage — Hyperliquid永续合约自主交易代理。信号到执行闭环,本地运行,无云基础设施,零持续成本。
morebetterclaw
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 602
下载
💾 8
安装
1
版本
#latest

概述

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)_

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 23:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,905
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527