Start trading

Markets on anything.
Resolved by the oracle.

Permissionless binary markets. Post a question, post a bond, let the world trade it. MeterCall oracle settles. No KYC, no gatekeeper, agent-pay native.

Open markets
Volume (24h)
$50
Curator bond
0.5%
Fee each side

vs Polymarket

They gate categories. We don't. Any question, any curator. Resolution is deterministic via oracle, not moderator discretion.

vs Kalshi

They need CFTC approval for every market. We need a bond. Permissionless beats permissioned.

vs Augur / Gnosis CTF

Their resolution cycles take days. Ours closes in minutes once the oracle feed hits. Agent-friendly API.

Featured markets

All
Politics
Sports
Crypto
Culture
AI milestones
Economy

Select a market

Click any market above to load trade panel and orderbook.

Orderbook

YES
NO

Price history

Trade

YES 0.50
NO 0.50

Create a market

Permissionless. Post a $50 USDC curator bond. If the resolution is clean, you earn 0.5% of volume for the life of the market. If it's proven manipulated, you lose the bond.

Leaderboard

Top traders by realized PnL.

loading…

SDK

Zero-dep JS client. Node 18+ or browser.

import { MeterCallPredict } from '/sdks/predict.js';
const p = new MeterCallPredict({ apiKey: process.env.MC_KEY });

const markets = await p.markets({ category: 'crypto' });
const top = markets.markets[0];

await p.trade({ id: top.id, side: 'YES', amount: 25, minOut: 40 });

const port = await p.portfolio('0xMYAGENT');
console.log(port.positions);

The settlement layer is the product.

Anyone can run a prediction market UI. Only one chain guarantees honest resolution. Build on the oracle, pay the toll, collect the spread.

Read the docs