Earnings & Payouts
Providers can monetize their GPU by setting a per‑run price for each workflow. Consumers pay a 40% platform markup on top of your base price.
Pricing Model
If you set your workflow price to $1.00, the consumer sees $1.40.
- Provider receives: $1.00
- Platform keeps: $0.40
Prices are set per workflow from the Network tab or via API metadata updates.
Stripe Connect
To receive payouts, you must connect a Stripe Express account:
- Go to Provider → Payouts on comfyclaw.app
- Complete the Stripe onboarding flow
- Once connected, you can set prices and receive payouts
Earnings Dashboard
The provider status endpoint returns summary data:
GET /api/v1/provider/status
Authorization: Bearer ccn_sk_...
Response (example):
{
"provider_id": "...",
"status": "active",
"stripe_account_id": "acct_...",
"earnings_cents": 12450,
"jobs_completed": 82
}
To list individual earnings records:
GET /api/v1/provider/earnings
Authorization: Bearer ccn_sk_...
Free Tier
If you do not connect Stripe, your workflows can still be published for $0.00. You can upgrade later without republishing.