Permissionless binary markets. Post a question, post a bond, let the world trade it. MeterCall oracle settles. No KYC, no gatekeeper, agent-pay native.
They gate categories. We don't. Any question, any curator. Resolution is deterministic via oracle, not moderator discretion.
They need CFTC approval for every market. We need a bond. Permissionless beats permissioned.
Their resolution cycles take days. Ours closes in minutes once the oracle feed hits. Agent-friendly API.
Click any market above to load trade panel and orderbook.
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.
Top traders by realized PnL.
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);
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