Attribution
Overview
50c’s attribution system tracks referrals and distributes revenue share to partners and referrers.
How It Works
1. You share your attribution code2. User signs up with your code3. User makes tool calls4. You earn revenue share on every callAttribution Codes
Getting Your Code
Your unique attribution code is available in your dashboard.
Example: REF_ABC123
Sharing Your Code
Append to any 50c URL:
https://50c.ai/subscribe?ref=REF_ABC123Or include in ThriveCart checkout:
https://50c.ai/subscribe?via=REF_ABC123Revenue Share Rates
| Type | Rate | Duration |
|---|---|---|
| Partner | 10-20% | Forever |
| Referrer | 20% | Forever |
| JV/Affiliate | Per-deal | One-time |
Four-Slot Attribution
A single tool call can trigger multiple attribution payouts:
| Slot | Source | Default Rate |
|---|---|---|
| Tool Partner | Tool creator | 10% |
| Referrer | User’s attribution code | 20% |
| JV/Affiliate | ThriveCart affiliate | Per-deal |
| Developer | Agent creator | 10% |
Revenue Cascade Example
Tool call: $0.50
- Tool partner: 10% = $0.05
- Referrer: 20% = $0.10
- Developer: 10% = $0.05
- 50c keeps: $0.30 (60%)
Hard floor: 50c always keeps ≥ 50%.
Tracking
Dashboard
View your attribution stats at 50c.ai/dashboard/attribution:
- Referral code
- Total referred users
- Revenue by user
- Total earnings
- Payout history
API
GET /attributionAuthorization: Bearer cv_YOUR_KEYResponse:
{ "code": "REF_ABC123", "revenue_share": 0.20, "total_referred_users": 42, "total_earnings_cents": 12345, "paid_out_cents": 10000}Payouts
Payouts are processed monthly via Stripe Connect.
Minimum payout: $50