SDK·GitHub·Other

Prediction Market Uncertainty Index

One function, one number (0-100) — real-time uncertainty from 30K+ markets

Install

npm i prediction-market-uncertainty

When you just want one knob — "how uncertain is the world right now" — call this. It wraps the SF Index (disagreement component) into a single number you can use as a regime signal, a volatility dial, or a gate on your trading policy.

Quickstart

import { uncertainty } from 'prediction-market-uncertainty'

const u = await uncertainty()  // 0–100
if (u > 70) pauseAutomation()

No auth required for the aggregate index.

Tags

sdktypescriptindexregimesignal

Related