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

# Welcome to Aura

> Decentralized prediction markets on Alephium — trade outcomes, propose markets, govern resolution.

Aura is your gateway to decentralized prediction markets built on Alephium,
empowering users to predict future events across diverse categories — real-world
occurrences, sports, elections, and crypto market movements. Aura leverages a
robust, transparent, and scalable system designed to reward accurate predictions,
incentivize market creation, and encourage active community governance.

Whether you're a trader looking to leverage your insights, a creator aiming to
earn rewards by establishing markets, or an active community member interested
in governance, Aura has a place for you.

## Discover Aura

<CardGroup cols={2}>
  <Card title="Introduction to Aura" icon="sparkles" href="/overview/introduction">
    What Aura is and why prediction markets matter.
  </Card>

  <Card title="Why Alephium?" icon="layer-group" href="/overview/why-alephium">
    Lightning-fast settlement, low fees, and the right architecture.
  </Card>
</CardGroup>

## Get Started

We've put together some helpful guides for you to get set up with Aura quickly
and easily.

<CardGroup cols={2}>
  <Card title="Connect a Wallet" icon="wallet" href="/getting-started/connecting">
    Use a passkey or the Alephium browser extension.
  </Card>

  <Card title="Bridge USDT" icon="bridge" href="/getting-started/bridging">
    Move USDT from Ethereum or BSC into Aura.
  </Card>

  <Card title="Trade Markets" icon="chart-line" href="/markets/trading">
    Buy and sell outcome shares on the order book.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Build trading bots and integrations on the public REST API.
  </Card>
</CardGroup>

## Build on Aura

The Aura API exposes everything a user can see or do in the app: markets,
prices, the order book, vault state, oracle and governance data, plus
**build-tx** endpoints that return *unsigned* transactions for your wallet to
sign. The API never holds private keys.

<Card title="Open the API Reference" icon="rocket" href="/api-reference/introduction">
  Authentication, rate limits, build-tx flow, and every endpoint with a live
  "Try it" panel.
</Card>
