← Back to playbook
Fintech

Consumer fintech

Double-sided · cash

The Robinhood / PayPal archetype: a small cash reward that only validates once the referred user funds their account — gated on real value, not a signup.

Qualification gate
account_funded ≥ $1
Reward
$5–$10 cash to both sides
qualification.json
{
  "qualifies_when": "all",
  "conditions": [
    {
      "event": "account_funded"
    }
  ],
  "window_days": 30,
  "reward": {
    "description": "$5–$10 cash to both sides"
  }
}