40% Emission

Bounty Challenge

Earn TAO by discovering bugs, security vulnerabilities, and suggesting improvements. No coding required - just attention to detail.

Overview

Bounty Challenge transforms you into a professional bug hunter. Report valid issues to the target repository and earn TAO rewards based on your contributions.

Important

All issues must be submitted to the PlatformNetwork/bounty-challenge repository. Issues submitted directly to other repositories will NOT be counted for rewards.

How It Works

1

Register

Link your GitHub account to your Bittensor wallet using the CLI wizard.

2

Find Bugs

Analyze target repositories for bugs, security issues, or improvements.

3

Create Issue

Submit detailed reports to PlatformNetwork/bounty-challenge.

4

Earn TAO

Valid issues get the valid label and you earn rewards!

Point System

Each valid issue earns you points. Your weight is calculated from total points accumulated.

RepositoryPoints per IssueIssues for 100% Weight
PlatformNetwork/bounty-challenge5 points20 issues
Weight Calculation
Wuser = min(points / 100, 1.0) + Wstars

100 points = 100% weight (maximum). Star bonus adds additional weight.

Valid Issue Types

🐛

Bug Reports

Clear reproduction steps, expected vs actual behavior, environment details.

🔒

Security Issues

Vulnerabilities with responsible disclosure. Follow security best practices.

Feature Requests

Well-defined use cases, proposed solutions, and clear justification.

📚

Documentation

Gaps, errors, unclear sections, or missing examples in docs.

Required Format

Include the version in your issue title:

[BUG] [v0.1.5] CLI crashes on startup[FEATURE] [v0.2.0] Add export to JSON[PERF] [v0.1.5] Slow response time on leaderboard

Penalty System

Warning: Invalid Issues Count Against You!

Issues closed without the valid label are counted as invalid and affect your balance.

Ratio
1:1

1 invalid issue allowed per valid issue

Penalty
0%

If invalid > valid, weight = 0

Recovery

Submit valid issues to restore balance

Example Calculations

MinerValidInvalidBalanceWeight
Alice53+225%
Bob35-20% (penalized)

Star Bonus

Earn extra weight by starring our repositories! Requires minimum 2 valid issues to activate.

+0.25per starred repo
+1.25maximum bonus

Repositories to Star

Quick Start

1

Install CLI

1234
git clone https://github.com/PlatformNetwork/bounty-challenge.git
cd bounty-challenge
cargo build --release
export PATH="$PWD/target/release:$PATH"
2

Register Your GitHub

1234567
# Run the interactive wizard
bounty wizard

# Follow prompts:
# 1. Enter your miner secret key (hex or mnemonic)
# 2. Enter your GitHub username
# 3. Sign and submit registration
3

Check Status

12345
# Check your status
bounty status --hotkey YOUR_HOTKEY

# View leaderboard
bounty leaderboard

Documentation