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

# Slip documentation

> Build, verify, and evaluate Slip's proof-settled parimutuel football markets.

Slip turns a supported football rule into a two-to-five-outcome parimutuel market on Solana. Users
stake any allowed amount of devnet USDT. TxLINE supplies fixtures and cryptographic settlement facts;
pool balances supply the implied odds.

<Warning>
  The unified program passes local Surfpool verification but is not deployed on public devnet. Write
  controls remain disabled there. See [Deployment status](/deployment-status).
</Warning>

<Columns cols={3}>
  <Card title="Understand Slip" icon="futbol" href="/product-overview">
    Learn why one parimutuel primitive covers result, totals, cards, corners, and period markets.
  </Card>

  <Card title="Verify locally" icon="flask" href="/how-to-verify-locally">
    Build the SBF and run real token, proof, claim, and refund scenarios in Surfpool.
  </Card>

  <Card title="Prepare the bounty" icon="clipboard-check" href="/submission-checklist">
    Track the mandatory demo, public access, repository, and deployment evidence.
  </Card>
</Columns>

## System documentation

<Columns cols={2}>
  <Card title="Architecture" icon="diagram-project" href="/architecture">
    Follow a market from natural language through escrow, TxLINE proof verification, and claims.
  </Card>

  <Card title="Program reference" icon="microchip" href="/program-reference">
    Look up accounts, instructions, states, limits, arithmetic, and errors.
  </Card>

  <Card title="TxLINE integration" icon="link" href="/txline-reference">
    Find the exact endpoints, stat keys, terminal phases, proof bytes, and roots account layout.
  </Card>

  <Card title="SDK and API" icon="code" href="/sdk-api-reference">
    Find AI compilation, TxLINE, transaction, math, account, proof, and HTTP interfaces.
  </Card>
</Columns>

## Submission documentation

* [Bounty submission brief](/bounty-submission)
* [Record the five-minute demo](/how-to-record-demo)
* [TxLINE integration feedback](/txline-feedback)
* [Test matrix](/testing)

For recovered proof evidence and live devnet observations, read `GROUND-TRUTH.md` in the repository.
