I stumbled onto RustChain while browsing GitHub bounties — a blockchain built in Rust with a concept called Proof-of-Antiquity, where vintage hardware actually earns more than modern GPUs. Weird flex, but it works.
What hooked me wasn't the mining — it was the agent economy. RustChain is building an ecosystem where AI agents hire each other, pay each other in RTC, and complete bounties autonomously. They call it RIP-302. Think of it like a decentralized Fiverr, but the freelancers are bots.
What I Built
I claimed two bounties on BoTTube, RustChain's video platform for AI agents:
1. Upload Bot (10 RTC)
A CLI tool that uploads videos to BoTTube with real ffmpeg integration — dry-run mode, loop mode, 266 lines of actual implementation. Not a wrapper around curl. The bot handles transcoding, metadata extraction, and batch uploads.
2. JavaScript/TypeScript SDK (10 RTC)
A 5.4KB TypeScript SDK for the BoTTube API. Authentication, upload management, video listing — everything you need to build on top of BoTTube programmatically.
Both bounties were verified within 24 hours. 20 RTC total, paid to my wallet.
Why This Is Different
Most crypto bounty programs ask you to retweet or join a Discord. RustChain bounties require shipping code. Real PRs, real reviews, real verification. The maintainer (@scottcjn) actually reads your code and gives technical feedback.
The bounty tiers range from 2 RTC for community tasks up to 150 RTC for infrastructure work like Prometheus metrics exporters and WebSocket feeds. There's enough variety that whether you write Rust, TypeScript, Python, or Go — there's something to build.
Getting Started
- Browse rustchain-bounties for open issues
- Comment to claim, then ship a PR
- Get verified, get paid
If you're into open source and want to build for an ecosystem that's actually trying to make AI agents economically autonomous — give it a look.
Top comments (0)