Docs / Overview

Welcome to CoreEX

CoreEX is the command terminal for prediction markets — one place to analyze, compare and execute positions across 40+ venues without ever switching tabs. Prediction markets are scattered: Polymarket has the on-chain liquidity, Kalshi has the regulated contracts, Manifold has the long tail, and every one of them prices the same event a little differently. CoreEX pulls all of it into a single, unified screen.

These docs walk you through everything — from your very first trade to wiring an autonomous agent into the API. If you only read one page, read Getting Started; if you want the deep end, jump to the API Reference.

New here? Jump straight to Getting Started, or open the terminal to explore live markets right now.
CoreEX terminal
The CoreEX terminal — portfolio, live question, aggregated results and one-tap routing.

What CoreEX is — and isn't

It is

An aggregation & execution layer. CoreEX reads pricing from many venues, finds the best route, and places your order across them — one interface, one balance, one position view.

It isn't

A prediction market of its own. CoreEX does not run an order book or hold the other side of your trade. Native markets may arrive later, but today it routes to external venues.

Getting Started

Getting up and running takes about two minutes. You do not need to fund anything to look around — browsing, comparing and reading the AI probability are all free.

  1. Launch the app. Open the terminal and sign in. CoreEX is non-custodial — you get a built-in wallet on sign-up, and you can connect your own Web3 wallet at any time.
  2. Pick a question. Browse by category (Sports, Politics, Crypto, Economy, Culture) or use search to find any event. Press / anywhere to jump into search.
  3. Read the room. Each question shows the aggregated Yes/No price, the venues backing it, a risk score and CoreEX's AI probability — so you know the consensus before you commit.
  4. Take a side. Choose Yes or No, set your amount, and CoreEX previews your payout and the best-execution route. Confirm, and the order is split across venues for the best fill.
i
You stay in control of your funds the whole time. CoreEX never takes custody — it only routes orders you approve.

Core Concepts

Four ideas do most of the heavy lifting in CoreEX. Understanding them makes every number on the screen readable at a glance.

Aggregation

Different venues quote the same event with different conventions, fees and liquidity. CoreEX normalizes every Yes/No price into a single comparable scale and merges them into one consensus view. Instead of trusting one platform's quote, you see where the whole market actually sits — and exactly how far each venue drifts from that consensus.

Best execution

When you place an order, CoreEX does not just send it to the cheapest screen price. It weighs price, available liquidity and execution speed together, then splits the order across venues when splitting improves your average fill.

For example, a 1,000 USDC Yes order might fill 700 on the venue with the tightest spread and 300 on a second venue with deeper size at the next price level — giving you a better blended price than either venue alone.

Risk score

Every question carries a 0–100 risk score that blends three signals, so you can size positions with confidence rather than guesswork:

SignalWhat it measures
VolatilityHow sharply the implied probability has been swinging recently.
LiquidityHow much size you can move before the price slips against you.
ConcentrationWhether activity is spread across venues or stacked on a single one.

Lower is calmer. A 20 is a deep, stable market; an 80 is thin and jumpy — trade it smaller.

AI probability

CoreEX models live news, social sentiment and on-venue market activity to estimate a fair probability for each question, independent of the current price. When the market and the model disagree, CoreEX highlights the gap — that gap is where mispricing, and opportunity, tends to hide.

i
AI probability is a signal, not a guarantee. Treat it as one input alongside the price, the risk score and your own read.

Markets

Every market on CoreEX is a yes/no question with a clear resolution source and an expiry date. The price is the implied probability: 64% Yes means the market is pricing a 64% chance the answer resolves Yes. Yes and No always sum to 100%.

Before you trade a question, three things are worth checking:

CoreEX markets
Live markets with aggregated Yes/No pricing and the venues backing each question.
CategoryExamples
CryptoBTC/ETH price levels, ETF flows, protocol milestones.
EconomyRate decisions, CPI prints, recession calls.
PoliticsElections, policy outcomes, appointments.
Sports & CultureMatch results, awards, real-world events.

Trading

Open any question to see the aggregated result, pick a side, and enter your amount. Before you confirm, CoreEX shows your potential payout and the best-execution route — the exact split across venues it will use to fill you.

Payouts are simple to reason about. Buying Yes at 0.64 means every 1 USDC returns ~1.56 USDC if the answer resolves Yes, and 0 if it resolves No. The cheaper your entry, the larger your upside per unit of risk.

CoreEX aggregated results
Aggregated results panel — side selection, amount and the routing suggestion before you confirm.

After a fill, the position appears in your portfolio with live P&L. You can add to it, trim it, or exit early at the current aggregated price — you are never locked in until expiry.

Wallet & Funds

CoreEX is fully non-custodial. On sign-up you get a built-in wallet, and you can connect an external Web3 wallet whenever you like. Your keys, your funds — CoreEX only ever moves what you explicitly approve for a trade.

Fees

CoreEX charges a small routing fee on filled orders — nothing for browsing, comparing or reading the AI probability. The fee is shown in the payout preview before you confirm, so the number you see is the number you pay.

ActionFee
Browsing & comparing marketsFree
AI probability & risk scoresFree
Filled order (routed)Small routing fee, shown up-front

API Reference

Read aggregated market data and submit intents over HTTPS. The API is REST + JSON; every response is the same normalized shape you see in the terminal. Base URL:

https://api.corex.fyi/v1

Authentication

Pass your key as a bearer token. Read endpoints are public during the preview; write endpoints require a key.

# every request
Authorization: Bearer cx_live_...

Endpoints

MethodPathDescription
GET/marketsList markets. Filter by category, active, q.
GET/markets/:idFull detail for one question, including venue breakdown.
GET/markets/:id/quoteBest-execution quote for a given side and size.
POST/ordersSubmit a routed order intent.

Example request

GET /v1/markets?category=crypto&active=true

// 200 OK
{
  "id": "btc-ath-q3",
  "question": "Will BTC reclaim its ATH before Q3 2026?",
  "yes": 0.64, "no": 0.36,
  "risk": 38, "ai_prob": 0.59,
  "venues": ["polymarket", "kalshi", "limitless"]
}

Rate limits during preview are generous and per-key. If you need higher throughput for an agent or backfill, ask when you request access.

i
The public API is rolling out in stages. Want early access? Reach out via the team page.

Agents & MCP

CoreEX speaks MCP (Model Context Protocol), so any MCP-aware client — Claude included — can read markets and route positions without a custom SDK. Drop one URL into your client config and the tools appear.

{
  "mcpServers": {
    "corex": { "url": "https://mcp.corex.fyi/mcp" }
  }
}
ToolWhat the agent can do
corex_markets_searchFind questions across all venues by keyword or category.
corex_market_oddsRead aggregated Yes/No pricing, risk score and AI probability.
corex_best_routeGet the best-execution split for a side and size.

$COREX Token

$COREX is the token that powers the CoreEX terminal, fair-launched on Robinhood Chain via Pons. Holding $COREX unlocks access tiers, fee discounts, staking rewards, and a say in what the terminal integrates next.

The $COREX terminal

$COREX lives in a full command terminal at corex.fyi/token — install the skill, then run it to read the token, tokenomics and contract.

$COREX terminal — installing the skill
Installing the $COREX skill on Robinhood Chain.

At a glance

FieldDetail
Ticker$COREX
ChainBase
StandardERC-20 (Robinhood Chain)
Total supply1,000,000,000 — fixed, not mintable
LaunchFair launch on Robinhood Chain · Pons
Contract0x46876d72B7e4A993EeC6e8ba8a09cA284BB90937

Utility

Planned allocation

BucketShare
Liquidity35%
Community & airdrops25%
Ecosystem & rewards20%
Treasury12%
Team (vested)8%

Indicative — final tokenomics confirmed at launch.

$COREX terminal — tokenomics command
The tokenomics command in the live terminal.

How to get $COREX

Once live, buy $COREX on Robinhood Chain: get an EVM wallet (MetaMask / Rabby), fund it with ETH on Robinhood Chain, open Pons (ponsfamily.com), and buy using the official contract address. Always verify the CA from corex.fyi or @corexfyi before trading.

Explore the live token terminal at corex.fyi/token.

Glossary

TermMeaning
AggregationMerging prices from many venues into one normalized consensus view.
Best executionRouting an order — often split across venues — for the best blended fill.
Implied probabilityThe price read as a percentage chance, e.g. 0.64 = 64% Yes.
Risk score0–100 blend of volatility, liquidity and concentration.
AI probabilityCoreEX's model estimate of the fair probability for a question.
Resolution sourceThe authority that decides a question's final outcome.
VenueAn external prediction market CoreEX aggregates and routes to.

Support & FAQ

The most common questions about using CoreEX. Tap any question to expand.

General
What is CoreEX?
CoreEX is a prediction-market aggregator. It lets you discover, compare and trade questions across many prediction venues from a single unified terminal.
Is CoreEX a prediction market itself?
No. CoreEX is an aggregation & execution layer — it routes your orders to external venues rather than running its own book. Native markets may come later.
What can I trade on CoreEX?
Questions across crypto prices, macro & the economy, elections and politics, sports, culture and other real-world events — pulled from venues like Polymarket, Kalshi, Manifold and Limitless.
Account & Access
Do I need an account?
Browsing is open, but an account lets you execute trades, track your portfolio and unlock advanced features.
Can I connect a Web3 wallet?
Yes. CoreEX is non-custodial: you get a built-in wallet on sign-up, and you can also connect your own Web3 wallet for payments and trades.
Is KYC required?
It depends — your jurisdiction, the features you use, and your payment method can each trigger verification.
Trading
How does CoreEX find the best price?
It aggregates pricing across venues and routes your order to the best mix of price, liquidity and execution speed, splitting across venues when that improves your fill.
Can I trade across multiple venues at once?
Yes — everything runs through a single interface, and one order can be routed across multiple venues for best execution.
Can I exit before a market resolves?
Yes. You can trim or fully exit a position early at the current aggregated price — you are never locked in until expiry.
Funds & Fees
Are my funds safe?
CoreEX is fully non-custodial — you stay in control of your funds. We still recommend enabling 2FA and securing any external wallet you connect.
What happens to idle funds?
Idle balances can be routed into yield vaults until you place a trade, so your capital is not sitting still.
What does CoreEX charge?
A small routing fee on filled orders, always shown up-front. There are no fees for browsing or comparing markets.