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

# SX Bet Overview

> The prediction market for sports — better odds, no fees, no limits.

<div id="hero-section" className="flex flex-col items-center justify-center text-center px-8 pt-8 pb-0">
  <img src="https://mintcdn.com/sxbet-9c561d83/ylnfp2AKk1IUxDYj/public/sx_assets/sx_bet_logo.svg?fit=max&auto=format&n=ylnfp2AKk1IUxDYj&q=85&s=79cfd7fbcc454e46770d552f7f77e6eb" alt="SX Bet" className="h-12 mb-4" width="616" height="191" data-path="public/sx_assets/sx_bet_logo.svg" />

  <h1 className="text-5xl font-bold tracking-tight text-gray-900 dark:text-zinc-50 max-w-3xl">
    Sports Prediction Market
  </h1>

  <p className="mt-3 text-xl text-gray-500 dark:text-gray-400 max-w-xl leading-snug">
    Bet against other bettors — not the house. Better odds, no fees, no limits.
  </p>
</div>

<div className="px-8 pb-16 max-w-5xl mx-auto">
  ## Why Bettors Choose SX Bet

  <CardGroup cols={2}>
    <Card title="Great Odds & Liquidity" icon="chart-line">
      Because odds are set by the market, you'll find better prices than traditional sportsbooks. A competitive marketplace means tighter lines and more value.
    </Card>

    <Card title="No Limits" icon="infinity">
      There are no account limits on SX Bet. Users are never restricted, banned, or charged premiums for winning — you are free to bet as much as you want on any market.
    </Card>

    <Card title="No Fees" icon="badge-percent">
      SX Bet charges **0% fees** on single bets. A 5% fee applies only to winning parlays. No hidden premiums or commission.
    </Card>

    <Card title="Open API Access" icon="code">
      Power users and builders can access the full SX Bet API at no cost. See the [Developer Docs](/developers/introduction) for more.
    </Card>
  </CardGroup>

  ## Ready to Get Started?

  <CardGroup cols={2}>
    <Card title="How Does SX Bet Work?" icon="arrows-rotate" href="/user-guides/getting-started/how-it-works">
      Learn how the peer-to-peer exchange model works.
    </Card>

    <Card title="Quickstart" icon="rocket" href="/user-guides/getting-started/quickstart">
      Sign up, fund your wallet, and place your first bet.
    </Card>
  </CardGroup>
</div>
