Decentralized AI Oracle
for Solana Prediction Markets
Market Noise,
Decoded.
Real-time sentiment analysis meets on-chain data. AI-powered prediction markets for Solana memecoins.
01 / 05
0102
ARCHITECTURE
A sophisticated system combining real-time data analysis with on-chain settlement for transparent, trustless prediction markets.
01
Data Collection
- X API (Twitter)
- Jupiter API V2
- Volume & Liquidity
- Sentiment Tracking
04
Web Interface
- Wallet Connect
- Real-time Updates
- Leaderboards
- User Proposals
030405
Explore the core functionality of the Sigil Platform.← OVERVIEWHow we decode
How we decode
your market.
Monitor Signals
Continuous monitoring of X and on-chain metrics via Jupiter API for price, volume, and liquidity.
01
AI Analysis
Claude Opus analyzes data and determines if it represents a real trend with sufficient confidence.
02
Earn Rewards
Winners split the losers' pool plus fees. Claim rewards directly to your wallet.
03
ON-CHAIN PROGRAMTechnical
Technical
Specifications
program/accounts.rs
Accounts:
├── PredictionMarket (PDA) Global program state & configuration
├── Prediction (PDA) Individual prediction with voting data
├── UserStake (PDA) User's stake for a specific prediction
└── RewardPool (Token) Per-prediction token escrow
Instructions:
├── initialize_market Initial program setup (admin only)
├── create_prediction Oracle creates new prediction
├── stake_vote User stakes tokens and votes
├── resolve_prediction Oracle resolves with outcome
├── claim_rewards Winner withdraws stake + rewards
└── cancel_prediction Oracle cancels if invalidAI MODEL
ClaudeOpus
SENTIMENT ANALYSIS
XAPI
ON-CHAIN DATA
JupiterAPI
FRAMEWORK
AnchorRust