how-pay-works: What each level opens up scaling table (illustration, not a promise) + dashboard link
This commit is contained in:
@@ -69,6 +69,20 @@
|
||||
<tr><td>3rd upgrade → Culmen</td><td>2,486 POL</td><td>1,243 POL</td></tr>
|
||||
</tbody></table></div>
|
||||
<p style="color:var(--muted);line-height:1.65;margin:12px 0 0"><strong style="color:var(--text)">Two things to remember:</strong> your tier is set when you join and <strong style="color:var(--text)">can't be changed later</strong> — upgrading advances your <em>level</em>, never your tier. And a Standard position in your team pays everyone above it half, at every level. So the team play is simple: <strong style="color:var(--text)">join Premium, and make sure the people you bring on do too</strong>, so your whole leg pays full value up the line.</p></div>
|
||||
<div id="level-scale" class="card" style="margin-top:20px;scroll-margin-top:16px"><div class="eyebrow" style="color:var(--gold)">The scale · why leveling up matters</div><h2 style="margin:6px 0 10px">What each level opens up</h2>
|
||||
<p style="color:var(--muted);line-height:1.65;margin:0 0 6px">Every level you climb makes you eligible to catch the upgrade pass-ups from one generation deeper in your matrix — and each generation is <strong style="color:var(--text)">twice as wide</strong> as the one above it, paying <strong style="color:var(--text)">twice as much</strong> per person. That's why the team's rule is to keep leveling up as your team grows: stay one level ahead of your deepest active layer so those pass-ups land on <em>you</em> instead of passing over.</p>
|
||||
<p class="micro" style="margin:0 0 12px;color:var(--gold)">⚠️ This is an illustration of the contract's mechanics at Premium tier, <strong>not a prediction or a promise</strong>. The right-hand column is the mathematical maximum <em>if every position in that generation fills and upgrades</em> — most never do. Real results depend entirely on team-building effort, and POL's value changes over time. No income is guaranteed.</p>
|
||||
<div class="table-wrap"><table class="table" style="min-width:520px"><thead><tr><th>Level</th><th>Matrix positions</th><th>Each pays you</th><th>If that whole generation fills</th></tr></thead><tbody>
|
||||
<tr><td>1 · Scintilla</td><td>2</td><td>621 POL</td><td>1,242 POL</td></tr>
|
||||
<tr><td>2 · Ascensus</td><td>4</td><td>1,243 POL</td><td>4,972 POL</td></tr>
|
||||
<tr><td>3 · Fabrica</td><td>8</td><td>2,486 POL</td><td>19,888 POL</td></tr>
|
||||
<tr><td>4 · Culmen</td><td>16</td><td>4,971 POL</td><td>79,536 POL</td></tr>
|
||||
<tr><td>5 · Apex</td><td>32</td><td>9,942 POL</td><td>318,144 POL</td></tr>
|
||||
<tr><td>6 · Fastigium</td><td>64</td><td>19,885 POL</td><td>1,272,640 POL</td></tr>
|
||||
<tr><td>7 · Vertex</td><td>128</td><td>39,770 POL</td><td>5,090,560 POL</td></tr>
|
||||
<tr><td>8 · Corona</td><td>256</td><td><span style="color:var(--muted)">top level</span></td><td><strong style="color:var(--gold)">every eligible pass-up lands on you</strong></td></tr>
|
||||
</tbody></table></div>
|
||||
<p style="color:var(--muted);line-height:1.65;margin:12px 0 0"><strong style="color:var(--text)">How to read it:</strong> at each depth below you, every position sends one upgrade pass-up when they level up — and the first two of them cover the cost of your <em>own</em> next upgrade, so your team can carry you up the ladder. Everything past those two is upside. A fully built matrix through all seven paying generations would be an enormous number — but "fully built" is rare, which is exactly why the honest play is steady team-building, not counting on a full fill.</p></div>
|
||||
<div class="notice" style="margin-top:20px"><strong>The one line to remember:</strong> You keep your directs' entry money. For upgrades, <strong>each person below you pays you at exactly one level — the one that matches their depth beneath you.</strong> Twos are for <em>building</em>; depth-matched levels are for <em>paying</em>.</div>
|
||||
<p class="micro" style="margin-top:14px">Every figure is a contract rule, verifiable on-chain, not a promise of income. Most participants may not profit. <a href="/disclaimer" style="color:var(--teal)">Full disclaimers →</a> · <a href="/contract" style="color:var(--teal)">How the contract works →</a></p>
|
||||
</div></section>
|
||||
|
||||
+1
-1
@@ -411,7 +411,7 @@
|
||||
head="You're at the top level 🏆";
|
||||
body='Keep helping your team duplicate — every level they climb still pays up to you.';
|
||||
}else{el.innerHTML='';return;}
|
||||
el.innerHTML=`<div class="ns-card"><div class="ns-top"><div class="ns-eyebrow">Your plan</div>${badge}</div><div class="ns-h">${head}</div><p class="ns-p">${body}</p><div class="nladder">${ladder}</div></div>`;
|
||||
el.innerHTML=`<div class="ns-card"><div class="ns-top"><div class="ns-eyebrow">Your plan</div>${badge}</div><div class="ns-h">${head}</div><p class="ns-p">${body}</p><div class="nladder">${ladder}</div><p class="micro" style="margin:10px 0 0"><a href="/how-pay-works#level-scale" style="color:var(--teal)">See what each level opens up →</a></p></div>`;
|
||||
}
|
||||
function renderPipeline(d){
|
||||
const el=document.getElementById('dPipeline');
|
||||
|
||||
Reference in New Issue
Block a user