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

# Contract Addresses

> Deployed Auora contract addresses on Polygon and supported testnets.

<Note>
  **TODO** — addresses will be published here once mainnet deployment lands. Keep this page bookmarked.
</Note>

Auora is fully on-chain on Polygon. Every contract is non-upgradeable, so the addresses listed here are the canonical, immutable instances. Anything pointing at a different address is not Auora.

## Polygon Mainnet (chain 137)

<Note>Not yet deployed.</Note>

| Contract               | Address |
| ---------------------- | ------- |
| AssetPredictionFactory | `0x…`   |
| TournamentFactory      | `0x…`   |
| ClosestGuessFactory    | `0x…`   |
| ReferralManager        | `0x…`   |

## Polygon Amoy (chain 80002, testnet)

<Note>Not yet deployed.</Note>

| Contract               | Address |
| ---------------------- | ------- |
| AssetPredictionFactory | `0x…`   |
| TournamentFactory      | `0x…`   |
| ClosestGuessFactory    | `0x…`   |
| ReferralManager        | `0x…`   |

## Source code

All contracts are open source. Read [How It Works](/how-it-works/overview) for the architecture, or [Audits](/security/audits) for third-party review reports.
