Skip to content

Commit cc6cc68

Browse files
committed
docs: Add bug bounty rewards section to AGENTS.md
Contributors can now earn TAO rewards for valid bug reports. Links to bounty-challenge API for registration.
1 parent bdb9b05 commit cc6cc68

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,37 @@ if __name__ == "__main__":
643643

644644
---
645645

646+
## Bug Bounty Rewards
647+
648+
We offer **TAO rewards** for valid bug reports on this repository!
649+
650+
### How It Works
651+
652+
1. Find a bug in the term-challenge codebase
653+
2. Open a GitHub issue with clear reproduction steps
654+
3. If the issue is valid and resolved, you earn TAO rewards
655+
656+
### Reward Calculation
657+
658+
Rewards are distributed based on:
659+
- **Severity**: Critical bugs earn more than minor issues
660+
- **Quality**: Clear, well-documented reports are prioritized
661+
- **Resolution**: Only resolved issues count toward rewards
662+
663+
### Eligibility
664+
665+
To receive rewards, you must:
666+
1. Register your GitHub account with your miner hotkey via the [Bounty Challenge API](https://chain.platform.network/api/v1/bridge/bounty-challenge)
667+
2. Submit issues to this repository
668+
3. Have your issues verified and resolved by maintainers
669+
670+
See the [Bounty Challenge](https://github.com/PlatformNetwork/bounty-challenge) for full details on the reward system.
671+
672+
---
673+
646674
## Support
647675

648676
- Documentation: This file
649677
- SDK Source: `sdk/python/term_sdk/`
650678
- Examples: `examples/baseagent/`
651-
- Issues: GitHub repository
679+
- Issues: GitHub repository (with bounty rewards!)

0 commit comments

Comments
 (0)