SimpleFunctions
UTILITY·GitHub·Other

Prediction Market Uncertainty Index

One function, one number (0-100) from prediction-market signals

Install

npm i prediction-market-uncertainty

When you just want one knob — "how uncertain is the world right now" — call this. It wraps the SimpleFunctions 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

utilitytypescriptindexregimesignal

Related