gitwtfhub

wtf is cortex-sentinel-trading-nexus?

reunios2024/cortex-sentinel-trading-nexus — explained in plain English

Analysis updated 2026-05-18

152HTMLAudience · researcherComplexity · 4/5LicenseSetup · moderate

TL;DR

A sentiment aggregation tool that combines prediction markets, social media, on chain votes, and other signals into one confidence score using AI agents that debate the result.

Mindmap

mindmap
  root((SolaraX))
    What it does
      Combines opinion signals
      Produces consensus score
      Flags low confidence cases
    Sources
      Prediction markets
      Social media
      On chain votes
      Macro surveys
    Tech stack
      Python
      REST API
      WebSocket
    Use cases
      Trading second opinion
      DAO governance analysis
      Fact checking crowd sentiment

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Get a second opinion before committing capital to a prediction market trade.

REASON 2

Evaluate a DAO governance proposal across multiple voter bases at once.

REASON 3

Fold crowd sentiment data into macro investment research.

REASON 4

Check how reliable a crowd wisdom claim is for fact checking.

What's in the stack?

PythonREST APIWebSocketReact

How it stacks up

reunios2024/cortex-sentinel-trading-nexuscharan820/phantomcrowd-simulacragainubi/note-slides
Stars152151151
LanguageHTMLHTMLHTML
Setup difficultymoderatemoderateeasy
Complexity4/54/52/5
Audienceresearcherpm foundervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

The README has no installation section and does not say how to obtain API access to the six data sources.

Free for personal and non commercial research use, but a for-profit trading firm or fund must pay for a commercial license, the code itself carries an MIT badge.

Wtf does this do

SolaraX is a sentiment aggregation system built for people who want a single confidence score instead of digging through many separate opinion sources. It pulls in six kinds of inputs: prediction markets like Polymarket and Kalshi, social media sentiment from Twitter, Reddit and Telegram, on-chain governance votes, macroeconomic survey data, and forecasts from a large time-series language model called Kronos. Rather than simply averaging these numbers, the project uses three AI agents that argue a case: one argues for the highest probability outcome, one argues the contrarian view, and a third weighs both sides and produces a final score. This debate is saved as a transcript so a person can review the reasoning instead of only seeing a number. Alongside the consensus score, the system reports how much the six sources agree with each other and flags situations where the inputs disagree enough to undermine confidence in the result. The output is delivered through a local web API in a simple JSON format containing the question, the consensus probability, a conviction label, and a flag for uncertain cases. The project states clearly that it does not place trades, connect to crypto wallets, or handle private keys. It describes itself as a signal processor only. A companion web dashboard shows the individual data sources as gauges, displays the debate history with color coded arguments, and tracks how much the sources agree with each other over time. The interface supports several languages. The README describes its intended users as prediction market traders, people who analyze DAO governance proposals, macro focused investors, academic researchers, and journalists checking claims about crowd sentiment. Use of the project for non commercial research or personal purposes is free, while commercial use by trading firms or funds requires a paid license. The repository lists HTML as its primary language in its metadata, carries an MIT license badge, and includes a disclaimer stating it provides no financial advice and does not execute trades or manage funds. The README does not include setup or installation instructions.

Yoink these prompts

Prompt 1
Explain how SolaraX's Bull, Bear, and Judge agents debate their way to a consensus score.
Prompt 2
Show me how to call SolaraX's local REST and WebSocket API to pull the consensus probability.
Prompt 3
Walk me through what Kappa consensus and Brier trend mean in SolaraX's conviction engine.
Prompt 4
Help me understand what data SolaraX needs from Polymarket and Kalshi to track a question.

Frequently asked questions

wtf is cortex-sentinel-trading-nexus?

A sentiment aggregation tool that combines prediction markets, social media, on chain votes, and other signals into one confidence score using AI agents that debate the result.

What language is cortex-sentinel-trading-nexus written in?

Mainly HTML. The stack also includes Python, REST API, WebSocket.

What license does cortex-sentinel-trading-nexus use?

Free for personal and non commercial research use, but a for-profit trading firm or fund must pay for a commercial license, the code itself carries an MIT badge.

How hard is cortex-sentinel-trading-nexus to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is cortex-sentinel-trading-nexus for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.