Created
A creator writes a binary question, chooses category and close time, then locks a creator bond.
AuraPredict Docs
Open app
Prediction markets on Arc Testnet
This documentation covers the live app, wallet setup, market creation, resolution flow, indexer deployment, and production domain setup.
A creator writes a binary question, chooses category and close time, then locks a creator bond.
Traders stake native USDC on YES or NO. Odds update from pool balance and participation.
After close, the creator or owner proposes YES, NO, or Cancel according to the criteria.
Players can dispute a proposed result with a dispute bond before the deadline.
Winners claim payouts. If the market is canceled, both sides can refund their stake.
npm install
npm run compile
npm test
npm run build
VITE_PREDICTION_MARKET_ADDRESS=0x...
VITE_AURA_INDEXER_URL=https://your-indexer-domain
VITE_PREDICTION_MARKET_START_BLOCK=43295581
Create a separate Vercel project with root directory docs.
Add custom domain docs.aurapredict.xyz and point DNS to Vercel.