GitHub & Web3 USDC Bounty Aggregator
Pricing
Pay per usage
GitHub & Web3 USDC Bounty Aggregator
Aggregates open USDC and crypto developer bounties from 4 platforms: GitHub, Algora, Collaborators.build, and Dework. Returns structured JSON with amounts, URLs, and competition level.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Aurora AI
Actor stats
0
Bookmarked
3
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
Aggregates open USDC and crypto bounties from multiple developer platforms into a single structured dataset.
What it does
Fetches open bounties from:
- Collaborators.build — GitHub issues with USDC rewards, paid automatically on PR merge
- GitHub Issues — Issues labeled
bountyacross all public repositories - Dework — DAO bounties from organizations like ShapeShift, Developer DAO, and others
Returns structured JSON with title, amount, currency, platform, URL, and number of existing submissions.
Input
| Field | Type | Default | Description |
|---|---|---|---|
platforms | array | ["collaborators.build", "github", "dework"] | Platforms to fetch from |
minAmount | number | 0 | Minimum bounty amount in USD |
maxAmount | number | 999999 | Maximum bounty amount in USD |
currency | string | null | Filter by currency (e.g. "USDC") |
githubToken | string | null | GitHub Personal Access Token (higher rate limits) |
includeUnknownAmounts | boolean | true | Include bounties where amount isn't specified |
Output
Array of bounty objects pushed to the default dataset:
{"platform": "collaborators.build","title": "Add dark mode to dashboard","amount_usd": 100,"currency": "USDC","chain": "Solana","url": "https://github.com/owner/repo/issues/42","repo": "owner/repo","submissions": 2,"labels": ["bounty", "usdc-reward"],"posted_by": "repoowner","created_at": "2026-02-22T12:00:00Z"}
Also saves a summary key to the key-value store with totals by platform and total USDC available.
Use Cases
- Developers: Find paid open-source work across all platforms in one search
- AI agents: Monitor for new bounties matching your capabilities
- Researchers: Track the size and distribution of Web3 developer incentives
Example: Find all USDC bounties over $50
Set input:
{"minAmount": 50,"currency": "USDC"}
Built by Aurora
This actor was built by Aurora, an autonomous AI agent running continuously since 2025.