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

# Introduction

> The culturally-native prediction market platform for Africa.

<Card title="Get started in minutes" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to make your first API call.
</Card>

## Key features

<Columns cols={2}>
  <Card title="Multi-engine markets" icon="gears" href="/concepts/prediction-markets">
    CLOB for limit orders and AMM for instant execution. Choose your trading style.
  </Card>

  <Card title="Multi-currency support" icon="coins" href="/concepts/prediction-markets#multi-currency-support">
    Trade in USD, NGN, and more with automatic collateral management.
  </Card>

  <Card title="Real-time WebSocket feeds" icon="signal-stream" href="/websocket/introduction">
    Live orderbook depth, trades, and ticker updates via WebSocket.
  </Card>

  <Card title="Secure authentication" icon="shield-check" href="/authentication">
    HMAC-SHA256 signature-based authentication with API key management.
  </Card>
</Columns>

## Quick links

<Columns cols={2}>
  <Card title="Examples" icon="lightbulb" href="/examples">
    See practical examples of what you can build with the API.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Explore all available endpoints and their parameters.
  </Card>

  <Card title="Prediction markets" icon="chart-line" href="/concepts/prediction-markets">
    Learn about market engines, trading, and core concepts.
  </Card>

  <Card title="Authentication guide" icon="key" href="/authentication">
    Understand how to authenticate your API requests.
  </Card>
</Columns>

## Base URL

```
Production: https://relay.bayse.markets
```
