This quickstart takes you from signing up to watching your first AI trader analyze the market. Nothing here requires writing code.Documentation Index
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
What you will need
- An email address and a password for your Hyperoru account.
- An API key for a language model. OpenAI, Anthropic, Google, DeepSeek, or any OpenAI-compatible provider works. Free trials work fine for testing.
- An exchange account on Hyperliquid or Binance Futures — testnet is recommended for your first trader.
Step 1: Create your Hyperoru account
Sign up on the Hyperoru dashboard. Once you are in, you will land on the main overview showing traders, positions, and recent decisions.Step 2: Create an AI trader
Name your trader
Give it a descriptive name. Something like “BTC Swing Trader” or “ETH Breakout v1” is ideal — you will want to tell it apart from others later.
Pick a language model
Select a provider (OpenAI, Anthropic, Google, DeepSeek, or a custom endpoint), paste your API key, and choose a model.
gpt-4o and claude-sonnet-4-20250514 are solid defaults.Connect an exchange wallet
In the trader’s Exchange tab, pick Hyperliquid or Binance and follow the per-exchange instructions in Exchange setup. Hyperliquid uses an API Wallet; Binance uses an API key and secret. Always restrict keys to the narrowest permissions possible.
Step 3: Pick a strategy type
Your AI trader needs a strategy that decides what to do when it looks at the market.Prompt strategy
Describe how you want to trade in plain English. The language model reads live market context and returns a decision. Best for judgment-based trading and if you do not code.
Program strategy
Write a short Python class with rules you control exactly. Best for deterministic trading, precise risk management, and strategies you want to backtest repeatably.
Step 4: Decide when the strategy runs
Strategies do not run constantly — that would be expensive and noisy. They run when a signal fires.Add trigger conditions
Pick from built-in conditions: price breakouts, open-interest surges, funding-rate spikes, volume anomalies, or custom metric thresholds.
Step 5: Go live
Start trading
Toggle Start Trading. From this point on, whenever your signal fires, your strategy analyzes the market and may place trades.
What next
Core concepts
Traders, strategies, signals, decisions — the vocabulary of Hyperoru.
How the platform works
A plain-English tour of what happens between a signal firing and an order reaching the exchange.
Trust and safety
Everything we do to keep your keys and funds safe.
FAQ
Questions new users most often ask.