Wealth Equation
Defining the variables that contribute to wealth creation.
Content
Calculating Wealth
Versions:
Watch & Learn
AI-discovered learning video
Sign in to watch the learning video for this topic.
Wealth Equation — Calculating Wealth (Fastlane Style)
"Net worth is a snapshot. Wealth is a movie." — okay, I didn't steal this from MJ verbatim, but he would nod and throw popcorn at the metaphor.
You already know the Fastlane Philosophy: build companies, not jobs; pursue scale, control, and need; and use the Fastlane Formula to favor systems that multiply you. Now we get practical: how do you actually calculate wealth? How do you move from gut feelings and hustle hype to numbers that a banker, buyer, or painfully literal spreadsheet will respect?
Quick orientation: Two ways to measure wealth
In the Fastlane world, wealth is not just a big bank balance. Treat it with nuance. There are two complementary lenses:
- Snapshot (Net Worth) — What you own right now. Assets minus liabilities. Great for “How solvent am I?” but lousy at explaining future freedom.
- Flow (Present Value of Future Cashflow) — How much money your systems will generate over time. This is the Fastlane's heart: create scalable, repeatable cash flows and value them.
Both matter. Fastlaners tend to obsess over Flow because that’s where exponential wealth hides.
1) The Snapshot: Net Worth (simple but essential)
Formula:
Net Worth = Total Assets - Total Liabilities
Assets = cash, investments, property, business equity (at a reasonable valuation)
Liabilities = loans, credit-card debt, mortgages
This is the scoreboard. It tells you whether you’re winning the daily game. But it doesn’t tell you whether your life will be funded in 20 years if you stop working.
2) The Flow: Present Value of Future Cashflows (the Fastlane currency)
If the Fastlane teaches anything, it’s this: build vehicles that deliver cash repeatedly without you having to be present every minute. To calculate what those vehicles are worth, you value their future cashflows.
Basic Present Value (PV) formula:
PV = Σ (CF_t / (1 + r)^t) for t = 1 to n
Where:
- CF_t = cash flow in year t (after expenses)
- r = discount rate (your required return or risk-adjusted rate)
- n = number of years you expect the cashflow
If cashflow is expected to continue indefinitely (a perpetuity), a useful shortcut is:
PV(perpetuity) = CF / r
Example: A small business producing $100,000/year in profit, with an appropriate discount rate of 10%:
PV ≈ 100,000 / 0.10 = $1,000,000
Translation: a $100k/year business that looks stable and sustainable (in that market) is worth about a million dollars — not bad for a few years of heavy work and a good system.
3) Practical business valuation shortcuts (used by buyers and Fastlaners)
- Seller’s Discretionary Earnings (SDE) × multiple = rough business value.
- Multiple depends on industry, growth, predictability, and the Fastlane filters (Need, Entry, Control, Scale, Time).
Typical factors that push the multiple up:
- High Scale (serves millions, low marginal cost)
- Strong Control (you own the IP, platform, brand)
- High Need (product addresses a compelling, repeatable pain)
- High barriers to Entry (protects profits)
If a business earns $200k SDE and buyers are paying 3–5× in that sector, value ≈ $600k–$1M.
4) The Fastlane Filter meets the math
Remember the Fastlane Commandments (Need, Entry, Control, Scale, Time)? Those are not moral precepts — they are valuation levers. When you analyze cashflows, ask:
- Need: How big is the market? Bigger market → higher CF potential.
- Entry: How hard is it for competitors to copy? Harder → more stable CF → lower r.
- Control: Do you control the funnel, product, IP? Control = less risk.
- Scale: Can CF scale without proportional costs? High scalability → huge CF growth.
- Time: How much of your life does it consume? Time-to-scale matters to PV.
Every one of these changes your discount rate (r) or your CF projections. Better Fastlane attributes → lower r, higher CF, higher PV.
5) Quick worked examples (realistic, not fantasy)
- Snapshot: You have $50k cash, $150k equity in a house, $20k student loans.
- Net Worth = (50k + 150k) - 20k = $180k.
- Flow: You own an online store that nets $60k/year, expected to continue and grow slightly. Conservative r=12%.
- PV(perpetuity) = 60,000 / 0.12 = $500,000.
- If you sold the business today, a buyer might pay somewhere near that (adjusted for growth & risk).
So your Net Worth is $180k on paper, but the Fastlane asset (your store) could be worth ~$500k — you’re richer in the movie than the photo.
6) Rules of thumb & red flags
- Rule of thumb: Sustainable cashflow × (1 / discount rate) gives a reality check on valuation.
- Red flag: High revenue with no margin. Revenue ≠ wealth.
- Red flag: Business that requires founder presence for cashflow — low transferability, low multiple.
- Prize: Recurring revenue with low marginal cost (subscriptions, software, platforms) sells for the biggest multiples.
7) Short pseudocode for your brain (and a spreadsheet)
# Simplified PV calc
CF = expected_cashflow_year1
growth = expected_growth_rate
r = discount_rate
n = years
PV = 0
for t in range(1, n+1):
PV += (CF * (1 + growth)**(t-1)) / (1 + r)**t
# for very long n and stable CF, use perpetuity approximation
Closing — takeaways to steal immediately
- Net Worth = snapshot. PV of future cashflow = movie. Fastlane wealth lives in the movie.
- To calculate wealth, value the cashflow your system produces and discount it for risk/time. The simple perpetuity CF/r is often shockingly informative.
- Use the Fastlane commandments as valuation levers: improve Need, Entry, Control, Scale, Time to increase CF and reduce discount rate — that’s how ordinary effort turns into extraordinary valuation.
Final note: Don’t fetishize formulas over execution. A pristine spreadsheet that values a non-existent product at $10M is still worthless. Build systems that produce reliable cashflow, then learn to value them like a buyer, not a dreamer.
Go build something that pays you even when you're not answering emails at 2 a.m. — then monetize the math.
Comments (0)
Please sign in to leave a comment.
No comments yet. Be the first to comment!