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

# Overview

> Trade across brokerages, prediction markets, and decentralized exchanges — manually through chat or automatically with strategy agents. Browse the sections below to learn how trading works on Scalar Field.

<CardGroup cols={2}>
  <Card title="Supported Brokerages" icon="building-columns" href="/trading/supported-brokerages">
    Connect to Alpaca, Polymarket, Hyperliquid, Jupiter DEX, and more. View the full venue registry, asset-class groups, and the scalarlib venue functions reference.
  </Card>

  <Card title="Strategies" icon="robot" href="/trading/strategies">
    Build automated trading agents with isolated position books, target-based execution, and real-time NAV tracking. Includes the full scalarlib strategy functions reference.
  </Card>

  <Card title="Reconciliation" icon="arrows-rotate" href="/trading/reconciliation">
    How Scalar Field keeps strategy positions in sync with your brokerage — pending order tracking, position verification, freeze/unfreeze, and best practices.
  </Card>
</CardGroup>

## Trading Venues

Per-venue pages covering connection, order semantics, and available data functions:

<CardGroup cols={3}>
  <Card title="Hyperliquid" href="/trading/venues/hyperliquid">
    Crypto perpetual futures and spot pairs. Long/short, leverage, USDC funding via Arbitrum.
  </Card>

  <Card title="Polymarket" href="/trading/venues/polymarket">
    Prediction market outcome tokens. Live and paper accounts, synchronous fills.
  </Card>

  <Card title="Jupiter DEX" href="/trading/venues/jupiter">
    Solana tokens including tokenized equities and pre-IPO tokens. Swap execution via a managed wallet.
  </Card>

  <Card title="Robinhood" href="/trading/venues/robinhood">
    US equities and ETFs via OAuth.
  </Card>

  <Card title="Alpaca" href="/trading/venues/alpaca">
    US equities and options, paper and live accounts.
  </Card>

  <Card title="Public.com" href="/trading/venues/public">
    US equities, ETFs, and options.
  </Card>
</CardGroup>

For trading fees and credit pricing, see [Usage & Pricing](/usage/fees).
