Event Resolver — Settlement Oracle for Predictions
Prediction market event resolution API for AI agents.
Что умеет
- Event Resolve Outcome: Use this when you need to determine the outcome of a real-world event for prediction market settlement. Takes a natural language question (e.g. "Did BTC reach $100K?", "Did Fran
- Event Verify Claim: Use this when you need to quickly verify whether a factual claim is true or false. Simpler and cheaper than full event resolution -- designed for fast claim checking without struct
- Event Check Price Threshold: Use this when you need to check if a cryptocurrency or stock price has crossed a specific threshold -- the most common resolution type in prediction markets. Returns curre
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Prediction market event resolution API for AI agents. Determine if real-world events occurred with confidence scores. Aggregates news, price feeds, and web data for binary, numeric, and categorical outcomes. Settlement oracle for prediction markets.
Tools: event_resolve_outcome, event_verify_claim, event_check_price_threshold.
Use this for resolving prediction market bets, verifying event outcomes, or building automated settlement systems. IMPORTANT: For market odds and probabilities, use prediction_list_markets instead.
Returns: {resolved, outcome, confidence, sources[]}. No API key required — x402 micropayment $0.005/call on Base L2.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| event_resolve_outcome | Use this when you need to determine the outcome of a real-world event for prediction market settlement. Takes a natural language question (e.g. "Did BTC reach $100K?", "Did France win the 2026 World C |
| event_verify_claim | Use this when you need to quickly verify whether a factual claim is true or false. Simpler and cheaper than full event resolution -- designed for fast claim checking without structured market settleme |
| event_check_price_threshold | Use this when you need to check if a cryptocurrency or stock price has crossed a specific threshold -- the most common resolution type in prediction markets. Returns current price, whether threshold w |