SDK·GitHub·Other
Prediction Market Uncertainty Index
One function, one number (0-100) — real-time uncertainty from 30K+ markets
Install
npm i prediction-market-uncertaintyWhen 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
- SDK·OtherAgent World AwarenessOne-line prediction-market context injection for any AI agent
- SDK·MITPrediction Market ContextFetch structured prediction-market context for any LLM
- PRIMITIVE·OtherPrediction Market Regime ClassifierDetect market regime states (crisis, risk-off, risk-on, complacent) in real time