Loading
Loading

Neuron registration trends
Prediction markets rely on high-quality trading signals, but there is no standardized way to identify, rank, or reward the traders generating the most accurate predictions. Traditional centralized systems cannot verify signal quality across independent traders, and traders have no transparent path to monetize their edge or compete fairly against others.
A decentralized network of traders competing under a shared incentive mechanism solves this by creating transparency and fairness. Each trade becomes a scored prediction evaluated against real-world outcomes. Traders who consistently generate profitable signals earn rewards proportional to their accuracy, ROI, and trading volume—eliminating gatekeepers and allowing any competent trader to compete.
Sportstensor implements this as a subnet on Bittensor where miners trade on Almanac (a Polymarket interface) and validators score their performance hourly using a two-phase optimization system. The mechanism evaluates ROI, qualified trading volume, and historical consistency over a rolling 30-day window, then allocates Alpha Token rewards fairly and transparently. Validators sync on-chain metadata, ingest trading history from Almanac's backend, compute scores using the dual-pool system, and publish weights to determine next-epoch emissions.
Use cases were auto-generated from the GitHub repository and may not reflect the latest changes.
Sportstensor is a decentralized competition network for sports prediction where miners generate trading signals by trading on Almanac (a Polymarket interface), and validators score their performance using a two-phase optimization system that rewards miners based on ROI, trading volume, and historical consistency. Miners earn Alpha Token emissions proportional to their profitability and signal quality, while validators sync metadata, ingest trading data, and set on-chain weights to determine rewards.
Miners trade on the Almanac dApp (a Polymarket interface) using registered Bittensor wallets. Every trade is recorded as a prediction signal. Validators continuously sync miner metadata (wallets, proxy addresses, UIDs) from the Bittensor chain, ingest historical trading data from Almanac's backend on a rolling window, compute performance scores hourly using the two-phase optimization mechanism, and publish the resulting weights on-chain to determine Alpha Token emissions for the next epoch.
The scoring mechanism is model-agnostic and purely performance-driven.
The mechanism operates on rolling 30-day windows organized into daily epochs. Phase 1 maximizes total qualified volume within budget constraints; Phase 2 redistributes payouts favoring higher-ROI traders. The system applies eligibility gates (minimum ROI, minimum volume, build-up period), enforces diversity caps to prevent single trader dominance, and uses volume decay to weight recent activity more heavily.
Prediction market research and intelligence.
This information was auto-extracted from the GitHub repository and may be incomplete or out of date. Always refer to the subnet's GitHub repository for the latest instructions.
Only profitable, active traders with consistent performance receive rewards.
The sections above were auto-generated from the GitHub repository and may not reflect the latest changes. View repository
FAQs were auto-generated from the GitHub repository and may not reflect the latest changes.
Holder & total-staked metrics as of 1h ago (hourly snapshot)
CPU-only, Python 3.10+ required
CPU-only, Python 3.10+ required
Create account, deploy safe wallet, sign approvals, and fund the wallet
Create Almanac account at https://beta.almanac.market
Connect Bittensor coldkey (tied to miner UID) to Almanac settings
Install Bittensor wallet extension and import coldkey
Clone the repository
git clone https://github.com/sportstensor/sn41/ && cd sn41
Install Python dependencies
pip install -r requirements.txt
Register miner metadata on-chain
python miner.py
Start trading on Almanac dApp or programmatically via API to generate prediction signals
Trade on https://beta.almanac.market or use api_trading.py
Clone the repository
git clone https://github.com/sportstensor/sn41/ && cd sn41
Install Python dependencies
pip install -r requirements.txt
Install PM2 (if not already installed) for process management
npm install pm2 -g
Set Weights & Biases API key for optional logging(optional)
export WANDB_API_KEY=<your_key>
Start auto-updating validator with PM2 (recommended approach)
pm2 start validator_auto_update.sh --name sn41-validator -- --netuid 41 --wallet.name {wallet} --wallet.hotkey {hotkey} --logging.debug