The wisdom of the crowd meets artificial intelligence

We are building the next generation of investing: decentralized, systematized, and democratized.

LEARN MORE

Open simulation ↗ · Historical simulation with parameters selected using past results. Fees and funding included; market impact excluded. Not live performance.

Models

Machine learning for investing

Train on our datasets or bring your own. Submit predictions to an open challenge, compete against the world's best ML experts, measure true out-of-sample performance, and simulate or trade the meta-model as a live portfolio on Hyperliquid.

docs
# our data, your own, or both: every model scored out of sample
import crowdcent_challenge as cc
import polars as pl
client = cc.ChallengeClient("hyperliquid-ranking")
client.download_inference_data("current", "live.parquet")
preds = model.predict(pl.read_parquet("live.parquet"))
client.submit_predictions(df=preds)
# the meta-model as a portfolio: fees, funding, liquidity
result = client.run_simulation(
    config={"n_long": 20, "n_short": 20},
    benchmark_trials=25,  # vs. 25 random-ranking books
)
result["oos_stats"]["sharpe"]  # the held-out stretch
# the same book, live on Hyperliquid, from your own account
plan = client.preview_rebalance(network="mainnet")
plan["trades"], plan["turnover"], plan["est_fees"]
client.execute_rebalance(  # only with the preview's hash
    plan["plan_hash"], network="mainnet"
)
# every call above, driven by your agent in plain English
$ claude mcp add --transport http crowdcent \
    https://mcp.crowdcent.com/mcp \
    --header "Authorization: Bearer $CROWDCENT_API_KEY"

> backtest 20 long / 20 short, then submit my model

Each point is a feature extraction from a single write-up; similar text clusters in three independent 3D UMAPs. Source: synthetic data

Write-up extraction

Select a point to read the corresponding extraction.

Research

Fundamental research

We extract meaning from investment write-ups (catalysts, risks, and competitive advantages) and combine it with financial data, so an analyst's thesis and opinion become data that a model can learn from.

Analysts contribute through our partner communities, including SumZero.

From independent forecasts to portfolio weights An abstract matrix shows different models ranking the same assets. Their forecasts combine into one collective signal, which informs positive and negative portfolio weights around a common zero axis. This is an illustration of the process, not investment performance.

Capital

Decentralized investment management

CrowdCent brings independent research and predictive models into a systematic investment process. Contributions are evaluated over time and combined into a collective model that informs portfolio construction.

GET IN TOUCH

How it works

Analysts share investment research across our network of partner communities. CrowdCent transforms these unstructured insights into data for a global community of data scientists to build predictive models. The result is a meta-model that captures the best of both human and machine intelligence, directing capital toward its highest-conviction views. The Simulator opens the same signal to anyone: sweep parameters, blend sleeves, and stress-test strategies against out-of-sample holdouts on real Hyperliquid data.

Investment analysts send ideas and data scientists send predictions to CrowdCent, which sends data back to data scientists and produces meta models, live portfolios, and public track records. IDEAS PREDICTIONS DATA INVESTMENT ANALYSTS DATA SCIENTISTS META MODELS LIVE PORTFOLIOS PUBLIC TRACK RECORDS CROWDCENT Investment analysts send ideas and data scientists send predictions to CrowdCent, which sends data back to data scientists and produces meta models, live portfolios, and public track records. IDEAS PREDICTIONS DATA INVESTMENT ANALYSTS DATA SCIENTISTS META MODELS LIVE PORTFOLIOS PUBLIC TRACK RECORDS CROWDCENT