Skip to content

Attribution

Overview

50c’s attribution system tracks referrals and distributes revenue share to partners and referrers.

How It Works

1. You share your attribution code
2. User signs up with your code
3. User makes tool calls
4. You earn revenue share on every call

Attribution 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_ABC123

Or include in ThriveCart checkout:

https://50c.ai/subscribe?via=REF_ABC123

Revenue Share Rates

TypeRateDuration
Partner10-20%Forever
Referrer20%Forever
JV/AffiliatePer-dealOne-time

Four-Slot Attribution

A single tool call can trigger multiple attribution payouts:

SlotSourceDefault Rate
Tool PartnerTool creator10%
ReferrerUser’s attribution code20%
JV/AffiliateThriveCart affiliatePer-deal
DeveloperAgent creator10%

Revenue Cascade Example

Tool call: $0.50

  1. Tool partner: 10% = $0.05
  2. Referrer: 20% = $0.10
  3. Developer: 10% = $0.05
  4. 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

Terminal window
GET /attribution
Authorization: Bearer cv_YOUR_KEY

Response:

{
"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