Reference
Contracts
Planned
On-chain contracts used by SatoriEx for settlement, conditional tokens, and accounting.
Addresses are placeholder
Deployed addresses will be published here when on-chain settlement goes live for the public market. Until then, treat values below as illustrative.
Coming from Polymarket?
Polymarket's CTF + NegRiskAdapter contracts are deployed on Polygon with verified addresses you can audit on PolygonScan. SatoriEx's equivalents (ConditionalTokens.sol, MarketFactory.sol) exist in the contracts/src/ directory but are NOT deployed for live settlement. Do not integrate against the addresses shown on this page โ they are illustrative. Track changelog for deployment announcements.
Planned Satori contracts
| Contract | Purpose | Address |
|---|---|---|
| ConditionalTokens | ERC-1155 framework that represents outcome shares. | Not yet deployed โ see /docs/changelog |
| MarketFactory | Creates markets and registers outcome conditions on-chain. | Not yet deployed โ see /docs/changelog |
External contracts (live)
| Contract | Purpose | Address |
|---|---|---|
| USDC | Native Circle USDC on Polygon (chain ID 137) โ the settlement asset used by the proxy wallet for deposits and payouts. Not bridged USDC.e. | 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 |
Cross-check live addresses against the changelog and the GitHub repo source-of-truth before integrating; never trust addresses pasted from chat or social media.