Quick Start
Set up your agent and run your first paper-trading session in minutes.
Core Concepts
Understand how paper trading, evaluation, and promotion work together.
API Reference
Explore the full REST and WebSocket API to build on top of Halyrd.
Strategy Builder
Use the LLM-assisted builder to author and backtest a StrategySpec.
How Halyrd works
Halyrd runs entirely on your local machine. The agent loop pulls live price data, applies your strategy, enforces risk rules, and — once it has earned it — executes real swaps on BSC through Trust Wallet Agent Kit (TWAK) with local key signing.Run in paper mode
Your agent starts in paper mode, trading a simulated account against live market data. No real funds are ever touched.
Build an evaluation track record
The Risk Engine tracks positive expectancy, drawdown limits, and a minimum number of trades. When all three criteria are satisfied, the agent is marked ELIGIBLE.
Promote to live — your decision
You review the evaluation results and manually flip the agent to LIVE. Real BSC swaps execute through TWAK with local signing; no keys leave your machine.
Key capabilities
Two-layer risk defense
A policy Risk Engine and TWAK signing guardrails operate independently — a bug in one cannot bypass the other.
Explain-every-trade journal
Every trade and every skip gets a plain-English explanation, so you always know what the agent is doing and why.
Strategy versioning
Each parameter set has its own track record. The version history shows every configuration tried and which one was promoted.
LLM strategy builder
Describe your trading goal in plain language; the builder authors a backtestable StrategySpec and validates it in-sample and out-of-sample.
Evaluation presets
Choose Conservative, Balanced, or Aggressive drawdown and trade-floor thresholds — or go Custom.
On-chain identity
Your agent holds an ERC-8004 identity on BNB Chain with a verifiable on-chain track record.