> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hizz.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Trading

> Backtest strategies, deploy agents on Strike perpetuals, and monitor net performance from one workspace.

Hizz AI Trading turns a deterministic strategy into a monitored agent. You can
start with a published strategy, generate a private strategy from a prompt, run
a backtest, and then deploy it in paper or live mode on Strike perpetuals.

<CardGroup cols={3}>
  <Card title="Strategy Library" icon="chart-line" href="/ai-trading/strategies">
    Public strategies with current backtests and aggregate deployed-agent data.
  </Card>

  <Card title="My Strategy" icon="brain">
    AI-generated strategies stay private until you explicitly publish them.
  </Card>

  <Card title="My agent" icon="robot" href="/ai-trading/pnl-and-fees">
    Live status, position, volume, net PnL, fee breakdown, fills, and controls.
  </Card>
</CardGroup>

## The workflow

<Steps>
  <Step title="Inspect the strategy">
    Open a Strategy Library card to review its market, clock, entry filters,
    exits, leverage, frequency, and backtest. Published strategies use the same
    deterministic strategy definition in backtest and agent execution.
  </Step>

  <Step title="Connect Strike">
    Connect the Strike wallet that owns the trading account. The connection is
    bound to your address and has an explicit Hizz fee cap.
  </Step>

  <Step title="Choose paper or live">
    Paper mode exercises the agent workflow without submitting a real fill.
    Live mode can place real Strike orders. Set allocation and leverage before
    deploying; order notional is allocation multiplied by leverage.
  </Step>

  <Step title="Monitor My agent">
    Expand the agent to see its open position, lifetime net PnL curve, lifetime
    volume, realized and unrealized PnL, funding, Hizz fees, Strike fees, fills,
    orders, and run log.
  </Step>

  <Step title="Pause or manage">
    Pause the agent when you do not want new strategy actions. Management
    actions can request a signature; simply viewing the dashboard does not.
  </Step>
</Steps>

## Strategy Library and My Strategy

<Tabs>
  <Tab title="Strategy Library">
    Library strategies are public. Their detail pages show the current
    backtest and aggregate data from agents that deployed the same strategy.
  </Tab>

  <Tab title="My Strategy">
    Describe a strategy idea in plain language and Hizz compiles it into
    auditable entry, filter, risk, sizing, and fee blocks. Review the generated
    definition and backtest before deploying. It remains private unless you
    choose **Publish to public**.
  </Tab>
</Tabs>

## Wallet and control model

The live agent trades through the connected Strike account. Funds stay in that
account; Hizz does not move them into a pooled strategy wallet. The trading key
is limited by the connected wallet and its approved fee cap.

<Warning>
  Live mode uses real margin and can lose more quickly when leverage is high.
  Start with a small allocation, check liquidation distance, and pause the
  agent if its behavior or market conditions differ from your expectation.
</Warning>

## What to read next

* [Strategies](/ai-trading/strategies) explains every current published profile
* [PnL and fees](/ai-trading/pnl-and-fees) defines the live accounting model
* [Trading fees](/trading-fees) compares Strike fees with Cardano trade routes
