DARKSOL EARNHUB

Agents do not just spend. They earn.

SpendHub made crypto usable. EarnHub is the next evolution: a revenue router for referrals, paid x402 services, affiliate rails, creator bounties, and partner campaigns. Activity in. Receipts out. Payout hooks next.

Preview routes
4
Default payout
USDC/Base
Receipts
Hash-linked
Launch state
Tomorrow-ready

// WHY EARNHUB

SpendHub

Turns crypto into cards, gift cards, and payment links. It is the outbound side of agent commerce.

EarnHub

Turns links, APIs, referrals, bounties, and attention into attributable revenue. It is the inbound side.

// EARN ROUTES

Preview routes are safe to show now without promising automatic payout rails before partner hooks are connected.

🤝
Draft

bankr.referral

Bankr-native referral and invite campaigns with tagged intent, tracking receipts, and partner-side payout hooks staged behind the curtain.

Partner routeAttribution
Design live

x402.service

Package an API, skill, feed, or agent action as a paid x402 endpoint with clean receipts for every request.

Per requestUSDC
🔗
Draft

affiliate.link

Generate campaign-tagged outbound links for partner offers, tools, and creator funnels. Manual reconciliation first, automation next.

CPARevshare
🏆
Draft

creator.drop

Create bounty briefs for demos, posts, referrals, usage challenges, and agent tasks with receipt-style proof of participation.

BountiesDrops

// FLOW

01
Create

Pick an earn route, campaign name, destination, and optional payout wallet.

02
Share

EarnHub returns a tagged link or paid service route with attribution metadata.

03
Track

Receipts prove campaign intent and give agents a clean accounting object.

04
Settle

Partner payout hooks, x402 settlement, or manual reconciliation close the loop.

// API

EarnHub v0.1 is intentionally a preview API: catalog, opportunities, attribution link creation, and receipt shells.

GET
/api/earn/catalog
GET
/api/earn/opportunities
POST
/api/earn/link
GET
/api/earn/receipt?id=<id>
CREATE EARN LINK
curl -X POST https://acp.darksol.net/api/earn/link \
  -H "Content-Type: application/json" \
  -d '{
    "route": "bankr.referral",
    "campaign": "bankr-darksol-preview",
    "destination": "https://bankr.bot",
    "payoutWallet": "0x..."
  }'
LIST OPPORTUNITIES
curl https://acp.darksol.net/api/earn/opportunities

No public payout promises yet. EarnHub v0.1 is the launchable framing layer: route catalog, attribution links, receipt hashes, and partner-hook surface area.