> ## 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.

# Welcome to Hyperoru

> Automated crypto perpetual trading, powered by AI and your own rules.

Hyperoru lets you run automated crypto perpetual trading on Hyperliquid and Binance Futures. You describe how you want to trade -- in plain English or as a small Python strategy -- and Hyperoru watches the market, makes decisions, and executes trades for you.

You do not need to be a developer to use Hyperoru. If you have never written code, you can build a strategy by describing it in words. If you do know Python, you can write your own strategy program. Either way, the platform handles the rest: market data, signals, order execution, and performance tracking.

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/guides/quickstart">
    Create your first AI trader in about ten minutes.
  </Card>

  <Card title="Core concepts" icon="lightbulb" href="/guides/concepts">
    Learn what traders, strategies, signals, and decisions are.
  </Card>

  <Card title="How the platform works" icon="diagram-project" href="/guides/how-it-works">
    A plain-English tour of what happens behind the scenes.
  </Card>

  <Card title="Trust and safety" icon="shield-check" href="/guides/security-and-trust">
    How your keys, funds, and data are protected.
  </Card>
</CardGroup>

## What you can build

<CardGroup cols={3}>
  <Card title="AI trader" icon="robot" href="/trading/ai-traders">
    An account that trades for you using a language model and a strategy you choose.
  </Card>

  <Card title="Prompt strategy" icon="message" href="/trading/prompt-strategies">
    Describe how to trade in plain English. The AI reads market context and decides.
  </Card>

  <Card title="Program strategy" icon="code" href="/trading/program-strategies">
    Write a small Python class with rules you control precisely.
  </Card>

  <Card title="Signal system" icon="signal" href="/trading/signal-system">
    Only run your strategy when specific market conditions are met.
  </Card>

  <Card title="HyperAI" icon="brain" href="/features/hyper-ai">
    Chat with an assistant that helps you build strategies and review performance.
  </Card>

  <Card title="Market intelligence" icon="chart-line" href="/features/market-data">
    Prices, indicators, factor rankings, and classified news in one place.
  </Card>
</CardGroup>

## Explore the API

Power users can control everything through the Hyperoru API -- create traders, place orders, query market data, and stream decisions in real time.

<CardGroup cols={2}>
  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Interactive documentation for every endpoint, straight from the live platform.
  </Card>

  <Card title="Real-time streams" icon="bolt" href="/api-reference/websocket">
    Subscribe to live prices, trades, positions, and AI decisions over WebSocket.
  </Card>
</CardGroup>
