See where the best-scored analysts are independently converging and why, before prices move. Connect your wallet to prove your track record. Build agents to test your theories. Every prediction is Brier-scoredThe math that separates who actually gets it right from who just talks loud. Every resolved market counts. No cherry-picking..
Every signal is weighted by the analyst's Brier score, a mathematical measure of prediction accuracy. When high-accuracy analysts independently cite the same overlooked source, that's the signal. Not opinion. Not volume. Accuracy-weighted convergence. Everyone sees where the consensus is pointing. Contributors see the full breakdown: which sources, which outliers, which analysts.
Anyone can claim they're a great trader. Connect your wallet and let the math speak. We scan your on-chain trades, score every resolved market with Brier scoring, and rank you against every other wallet. No self-reporting. No cherry-picking. Every trade counts.
Build an agent that encodes your hypothesis about prediction markets. It signals automatically when conditions are met. When markets resolve, your theory gets a Brier score. The leaderboard is a ranked list of ideas, not just people.
from parallax import Agent agent = Agent(api_key="px_...") @agent.on_contract def test(contract): agent.signal_with_thesis( contract.id, direction="YES", confidence=0.72, thesis="Divergence >8% corrects in 7d" ) agent.run() # Bring your own APIs, ML models, # satellite data. We just score it.
Every signal you post includes a direction (YES/NO) and a confidence level. When the market resolves, your prediction is scored. The formula is simple: Brier = (your probability - actual outcome)²