# Prophet ## Docs - [0G Integration Depth](https://prophet.mintlify.app/docs/architecture/0g-integration.md): A technical audit of every 0G module integration in Prophet — for judges and engineers evaluating the depth of 0G use. - [Agent System](https://prophet.mintlify.app/docs/architecture/agents.md): Oracle and market-maker agents — how autonomous off-chain services power Prophet's AI resolution and continuous liquidity. - [Smart Contracts](https://prophet.mintlify.app/docs/architecture/contracts.md): Deep dive into Prophet's five Solidity contracts — architecture, security, and key functions. - [Architecture Overview](https://prophet.mintlify.app/docs/architecture/overview.md): System components, data flow, and how 0G Chain, 0G Compute, and 0G Storage connect in Prophet. - [Binary YES/NO AMM](https://prophet.mintlify.app/docs/concepts/amm.md): Complete-set accounting, buy/sell equations, price discovery, and slippage protection in Prophet's automated market maker. - [Prediction Markets](https://prophet.mintlify.app/docs/concepts/prediction-markets.md): How prediction markets aggregate information, why they outperform experts, and why the existing ones fail. - [Privacy & Sealed Positions](https://prophet.mintlify.app/docs/concepts/privacy.md): How Prophet seals bet directions using NaCl encryption and the path to full hardware TEE integration via 0G. - [Oracle Resolution](https://prophet.mintlify.app/docs/concepts/resolution.md): How Prophet's AI oracle resolves markets using 0G Compute — the full lifecycle from deadline to payout. - [Deployment](https://prophet.mintlify.app/docs/deployment.md): Deploy Prophet contracts to 0G Galileo testnet or 0G mainnet from scratch. - [Agent Development](https://prophet.mintlify.app/docs/developer/agents.md): How to extend, test, and debug Prophet's oracle and market-maker agents. - [Contract Development](https://prophet.mintlify.app/docs/developer/contracts.md): Foundry commands, test patterns, deployment guide, and development rules for Prophet's Solidity contracts. - [Frontend Development](https://prophet.mintlify.app/docs/developer/frontend.md): Next.js App Router structure, wagmi/viem setup for 0G Chain, key hooks, API routes, and ABI management. - [Local Development Setup](https://prophet.mintlify.app/docs/developer/local-setup.md): Complete guide to setting up the Prophet development environment from scratch. - [Introduction](https://prophet.mintlify.app/docs/introduction.md): Prophet is the first autonomous, privacy-preserving prediction market on 0G Chain — where markets are resolved by AI, not committees, and liquidity never sleeps. - [Quickstart](https://prophet.mintlify.app/docs/quickstart.md): Get Prophet running locally in under 15 minutes. Covers contracts, agents, and frontend. - [Connect Your Wallet](https://prophet.mintlify.app/docs/user-guide/connect-wallet.md): Add 0G Galileo to MetaMask and connect to Prophet to start trading. - [Creating a Market](https://prophet.mintlify.app/docs/user-guide/create-market.md): How to permissionlessly create a new prediction market on Prophet — from question to live AMM in under a minute. - [Redeeming After Resolution](https://prophet.mintlify.app/docs/user-guide/redeem.md): How to collect your USDT after a market resolves — winning redemption, cancelled markets, and fee breakdowns. - [Trading YES/NO Shares](https://prophet.mintlify.app/docs/user-guide/trading.md): How to buy and sell shares on Prophet — understanding prices, slippage, and what happens at resolution. ## OpenAPI Specs - [openapi](https://prophet.mintlify.app/api-reference/openapi.json)