Lesson 6 of 1550
Unit Economics: Can One Sale Pay For Itself?
If one single customer doesn't make you money, a million of them won't either. Unit economics is the microscope that tells you the truth. Unit economics go sideways fast with AI features.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1The formula, disarmed
- 2unit economics
- 3contribution margin
- 4breakeven
Concept cluster
Terms to connect while reading
Unit economics asks one question: when you sell one more of your thing to one more customer, do you make money? If yes, grow. If no, stop spending on marketing immediately — scaling a broken unit will bankrupt you faster. Most failed startups had bad unit economics and kept pouring fuel on the fire.
Section 1
The formula, disarmed
Per-unit contribution margin = Price per unit − Variable cost per unit. That's it. 'Variable cost' means the costs that scale with the sale: the T-shirt itself, the payment processing fee, the shipping, the API call the customer triggered. If the math is positive, each new customer adds money to your business. If negative, each new customer removes money.
A tiny SaaS example
Compare the options
| Line | Per customer per month |
|---|---|
| Price | $29 |
| Stripe fee (2.9% + 30c) | -$1.14 |
| Claude API usage | -$3.20 |
| Cloud hosting (per-customer share) | -$0.80 |
| Contribution margin | $23.86 |
Every new paying customer is worth about $24/month before the fixed costs (your time, subscriptions, marketing). If you acquire them cheaply, you're printing. If they cost $200 to acquire, it takes 9 months to break even, assuming they stay. That's the whole game — unit margin vs. how long they stay vs. what they cost to get.
The five variable costs to always track
- 1Payment processing fees (2.5-3% typically)
- 2Cost of goods sold per unit (for physical or API-heavy products)
- 3Per-customer infrastructure (hosting, database rows, storage)
- 4Customer support cost per customer (time x hourly rate)
- 5Refunds / chargebacks (usually 1-3% of revenue)
A spreadsheet formula for your unit model
Live unit-economics calculator
In any sheet (Google Sheets / Excel / Notion), build these six cells:
A1: Price per unit B1: =29
A2: Payment fee % B2: =0.029
A3: Fixed per-tx fee B3: =0.30
A4: Variable cost per unit B4: =4.00 (sum of API + hosting etc)
A5: Contribution margin B5: =B1 - (B1*B2) - B3 - B4
A6: Contribution margin % B6: =B5/B1
Update B4 any time you learn real numbers from usage data. If B6 ever drops below 0.3 (30%), re-read your pricing lesson and consider raising prices.Why investors obsess over unit economics
When investors ask 'do the unit economics work?' they're asking 'can you eventually become profitable just by growing?' If your contribution margin is positive and growing, growth will eventually compound into profit. If it's negative, growth just compounds losses. This is why some startups with huge revenue are still untouchable — the unit model is broken and no amount of growth will fix it.
What 'good' looks like
A good founder can, at any moment, tell you their per-unit contribution margin to the dollar, what the top three variable costs are, and which one they're working on reducing next. They update the number monthly. They treat it like a heart rate — a small drop is fine, a big drop is an emergency.
Key terms in this lesson
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Unit Economics: Can One Sale Pay For Itself?”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Adults & Professionals · 9 min
AI Drafting a Unit Economics Explainer Finance Reviews Line by Line
AI can draft a unit economics explainer that finance reviews line by line before sharing externally.
Adults & Professionals · 35 min
What A Business Actually Is
Forget the TikTok hustle videos. A business is a machine that turns work into money, and the machine has parts you can name.
Adults & Professionals · 40 min
Reading A P&L Without Falling Asleep
The profit and loss statement is a business's health check. Here's how to read one in ten minutes and spot trouble in thirty seconds. The three P&L numbers that tell you 90% of the story Gross margin % — tells you the fundamental health of the business model Operating expense growth vs.
