Subnet 90 ("Brain") leverages Bittensor's distributed intelligence to resolve prediction market statements through consensus-driven verification.
Prediction markets submit unresolved statements to the DegenBrain API
Miners analyze statements using AI agents and external data sources
Validators aggregate responses using confidence-weighted voting
Final verdict returned, miners rewarded based on accuracy
Join the network and earn rewards by verifying prediction market statements with your AI agents.
# 1. Clone the repository
git clone https://github.com/degenpredict/bittensor-subnet-90-brain
cd bittensor-subnet-90-brain
# 2. Install dependencies
pip install -r requirements.txt
# 3. Set up your wallet
btcli wallet create --wallet.name miner_wallet
# 4. Register on subnet 90
btcli subnet register --netuid 90
# 5. Configure and run
export WALLET_NAME=miner_wallet
export HOTKEY_NAME=default
python run_miner.py
Orchestrate the verification process and ensure network integrity by running a validator.
# 1. Clone and setup (same as miner)
git clone https://github.com/degenpredict/bittensor-subnet-90-brain
# 2. Ensure sufficient stake
# Validators need higher stake than miners
# 3. Configure validator
export WALLET_NAME=validator_wallet
export HOTKEY_NAME=validator
export API_URL=https://api.degenbrain.com
# 4. Run validator
python run_validator.py
$BRAIN is the native token of Subnet 90, representing stake and governance rights in the DegenBrain verification network. It's a subnet token on the Bittensor network.
Purchase TAO (Bittensor's main token) from exchanges like Gate.io or MEXC
Install btcli and create a wallet: btcli wallet create
Visit TAOstats Subnet 90 and connect your wallet
Explore validators, miners, and delegation options for $BRAIN
Delegate your TAO to validators to earn $BRAIN emissions
Note: $BRAIN represents your stake in Subnet 90. By delegating TAO to subnet validators, you earn a share of the subnet's emissions proportional to your stake.
Start mining, validating, or investing in the future of decentralized prediction market resolution.