Sign In

prediction-market-regime

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prediction-market-regime

Detect market regime states (crisis, risk-off, risk-on, complacent) from prediction market signals.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

prediction-market-regime

Detect market regime states from prediction market signals. Zero dependencies.

npm

import { getRegime, detectRegime } from 'prediction-market-regime'

const regime = await getRegime()
console.log(regime.state)   // 'risk-off'
console.log(regime.advice)  // 'Caution warranted...'

Regimes

  • crisis: uncertainty > 70 or geopolitical > 80
  • risk-off: elevated geo risk or negative momentum
  • risk-on: positive momentum, low uncertainty, high activity
  • complacent: very low uncertainty, strong positive momentum
  • neutral: everything else

License

MIT — SimpleFunctions

Keywords

prediction-markets

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts