add full roadmap with cycles, timeline, and what they keep each step
This commit is contained in:
+4
-4
@@ -1203,15 +1203,15 @@ After you sign up, come back to that link — it'll walk you through what's poss
|
||||
|
||||
${giftCost > 0 ? `With me as your sponsor, I'm covering **$${giftCost}** to get you started through Level ${giftLevel} (L${giftLevel === 1 ? '1 only' : `1-L${giftLevel}`}). You owe nothing for this — it's funded up front, and you keep 100% of your earnings.` : `I haven't pre-funded any levels on my end — you'll be building entirely on your own using the link below.`}
|
||||
|
||||
Your path to $3,960/month:
|
||||
Your full roadmap to $3,960/month:
|
||||
|
||||
${phases.filter(k => k !== '3xL7').map(k => {
|
||||
const p = HYBRIDS[k];
|
||||
return `• ${p.label} → $${p.payout.toFixed(2)}/cycle (net $${p.profit.toFixed(2)})`;
|
||||
return `• ${p.label} — run ${p.label} for ${p.cycles} cycles (${p.months} months). Payout: $${p.payout.toFixed(2)}/cycle → you keep ~$${p.profit.toFixed(2)} each cycle. After all ${p.cycles} cycles, you have enough to unlock the next level.`;
|
||||
}).join('\n')}
|
||||
• 3× L7 Endgame → $9,720.00/cycle (net $3,960.00/month passive)
|
||||
• **3× L7 Endgame** — all three L7 campaigns running at once. $9,720.00/cycle payout → ~$3,960.00/month passive.
|
||||
|
||||
${selfCost > 0 ? `**Your total self-fund: $${selfCost}**${selfCost > giftCost ? ` (you cover $${(selfCost - giftCost).toLocaleString()} after sponsor's gift)` : ''}\n\n` : ''}Once you've earned enough from one phase, use those profits to unlock the next level up. Rinse and repeat until you're running 3× L7 campaigns.
|
||||
${selfCost > 0 ? `**Your total self-fund: $${selfCost}**${selfCost > giftCost ? ` (you cover $${(selfCost - giftCost).toLocaleString()} after sponsor's gift)` : ''}\n\n` : ''}Each phase funds the next one — you never need to put new money in after the start. Just run the cycles, stack the profits, and level up.
|
||||
|
||||
As a side note — I also earn 10% of everything you get paid through this system, so eventually I'll get my gift back. But that's not why I'm doing this. I genuinely just want to pay it forward and help you get started. You win, I win — we both win together.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user