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

# What Can You Build?

> Explore the kinds of applications and tools you can build on top of SX Bet.

SX Bet exposes a full REST API with access to markets, orderbooks, order management, and trade history. This opens up a wide range of possible applications — from fully automated trading systems to custom frontends and analytics tools.

<CardGroup cols={1}>
  <Card title="Trading Bots & Automated Strategies" icon="robot">
    The most common developer use case. Because SX Bet is a true orderbook exchange, you can implement systematic trading strategies just like in financial markets:

    * **Market making** — post both sides of a market to capture the spread
    * **Arbitrage** — identify pricing discrepancies between SX Bet and other books
    * **Model-driven betting** — feed your own predictive models into automated order placement
    * **Closing positions** — hedge or exit existing positions programmatically
  </Card>

  <Card title="Custom Frontends" icon="browser">
    Build your own interface on top of SX Bet's liquidity:

    * Specialized views for specific sports or leagues
    * Mobile-native betting apps
    * Social/community betting platforms
    * White-label sportsbook interfaces
  </Card>

  <Card title="Analytics & Research Tools" icon="chart-line">
    The open orderbook and trade history make SX Bet a rich data source:

    * Real-time odds tracking and movement alerts
    * Historical market data and closing line analysis
    * Bettor profiling and edge detection
  </Card>

  <Card title="Portfolio & Account Management" icon="chart-pie">
    Track performance and manage risk across your activity:

    * Bet trackers with P\&L dashboards
    * Position monitoring and alerts
    * Multi-account management tools
    * Risk management and bankroll calculators
  </Card>
</CardGroup>

## What you'll need

<CardGroup cols={2}>
  <Card title="An SX Bet account" icon="user">
    You'll need a wallet and account to interact with the exchange. [Create one →](/developers/quickstart)
  </Card>

  <Card title="API access" icon="key">
    The REST API is publicly accessible for reads. Posting orders requires signing with your wallet private key.
  </Card>

  <Card title="USDC" icon="coin">
    All orders are denominated in USDC. You'll need USDC to post or fill orders.
  </Card>

  <Card title="Python or JS" icon="code">
    All guides and samples in this hub use Python and JavaScript. The API is REST-based so any language works.
  </Card>
</CardGroup>

## Ready to start?

<Card title="Quickstart →" icon="bolt" href="/developers/quickstart">
  Follow our step-by-step quickstart to fetch markets, read the orderbook, and place your first order.
</Card>
