redone investment scaling logic for incentiving higher investments

This commit is contained in:
Tobias Brunner 2025-07-23 19:58:21 +02:00
parent 59c9fff27d
commit 82e362b532
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
4 changed files with 283 additions and 45 deletions

View file

@ -212,35 +212,46 @@ html {
<p class="text-muted"><small>Example: 50 service fee + 100 compute/storage = 150 total revenue per instance per month (in your selected currency)</small></p>
</div>
<h4>Progressive Scaling Benefits</h4>
<h4>Exponential Scaling Benefits</h4>
<div class="table-responsive">
<table class="table table-striped comparison-table">
<thead>
<tr>
<th>Investment Amount</th>
<th>Scaling Factor</th>
<th>Customer Acquisition</th>
<th>Instance Multiplier</th>
<th>Revenue Premium</th>
<th>Performance Bonus Cap</th>
<th>Churn Reduction</th>
</tr>
</thead>
<tbody>
<tr>
<td>CHF 500,000</td>
<td>500,000</td>
<td>1.0x</td>
<td>Baseline</td>
<td>Standard rates</td>
<td>15%</td>
<td>0%</td>
</tr>
<tr>
<td>CHF 1,000,000</td>
<td>1.5x</td>
<td>+50% vs baseline</td>
<td>1,000,000</td>
<td>2.2x</td>
<td>+20% per instance</td>
<td>20%</td>
<td>27%</td>
</tr>
<tr>
<td>CHF 2,000,000</td>
<td>2.0x</td>
<td>+100% vs baseline</td>
<td>40%</td>
<td>1,500,000</td>
<td>3.5x</td>
<td>+40% per instance</td>
<td>25%</td>
<td>47%</td>
</tr>
<tr>
<td>2,000,000</td>
<td>5.0x</td>
<td>+60% per instance</td>
<td>35%</td>
<td>60%</td>
</tr>
</tbody>
</table>
@ -249,13 +260,29 @@ html {
<h4>Grace Period Benefits</h4>
<p>Larger investments get longer periods of 100% revenue retention:</p>
<ul>
<li><strong>CHF 500,000:</strong> 6 months grace period</li>
<li><strong>CHF 1,000,000:</strong> 8 months grace period</li>
<li><strong>CHF 2,000,000:</strong> 12 months grace period</li>
<li><strong>500,000:</strong> Base grace period (6 months default)</li>
<li><strong>1,000,000:</strong> Base + 6 months bonus</li>
<li><strong>1,500,000+:</strong> Base + 12 months bonus</li>
<li><strong>Maximum:</strong> Up to 60% of total investment timeframe</li>
</ul>
<h4>Performance Bonuses</h4>
<p>CSPs exceeding 110% of baseline performance receive up to 15% additional revenue share. This is automatically calculated based on your actual vs. expected instance growth.</p>
<h4>Scaled Performance Bonuses</h4>
<p>Performance bonuses now scale with investment size, providing up to 35% additional revenue share for the largest investments:</p>
<ul>
<li><strong>500,000 - 1M:</strong> Up to 15-20% bonus</li>
<li><strong>1M - 1.5M:</strong> Up to 20-25% bonus</li>
<li><strong>1.5M+:</strong> Up to 25-35% bonus</li>
</ul>
<p class="text-info"><small><i class="bi bi-lightbulb"></i> Performance bonuses activate when you exceed 110% of baseline performance and provide exponentially better rewards for larger investments.</small></p>
<h4>Revenue Premium (Economies of Scale)</h4>
<p><strong>New Feature:</strong> Large investments unlock revenue premiums per instance, reflecting economies of scale:</p>
<ul>
<li><strong>1M investment:</strong> 20% premium on all revenue per instance</li>
<li><strong>1.5M investment:</strong> 40% premium on all revenue per instance</li>
<li><strong>2M investment:</strong> 60% premium on all revenue per instance</li>
</ul>
<p class="text-success"><small><i class="bi bi-graph-up-arrow"></i> This applies to both service revenue and core service revenue, dramatically improving ROI for larger investments.</small></p>
<h4>Performance Multiplier (Automatic)</h4>
<p>This metric shows how your actual performance compares to baseline expectations:</p>
@ -279,7 +306,7 @@ html {
<div class="help-section" id="comparison">
<h2><i class="bi bi-bar-chart"></i> Model Comparison</h2>
<h3>1,000,000 Investment Over 3 Years Example (Any Currency):</h3>
<h3>Investment Comparison - 3 Years ROI (Any Currency):</h3>
<div class="table-responsive">
<table class="table table-striped">
<thead>
@ -300,11 +327,25 @@ html {
<td>80,000 profit</td>
</tr>
<tr>
<td><strong>Direct Investment</strong></td>
<td><span class="badge bg-warning">Moderate-High</span></td>
<td>35% over 3 years</td>
<td>15-24 months</td>
<td>540,000+ profit</td>
<td><strong>Direct Investment (500K)</strong></td>
<td><span class="badge bg-success">Low-Moderate</span></td>
<td>200-250% over 3 years</td>
<td>12-18 months</td>
<td>1,000,000+ profit</td>
</tr>
<tr>
<td><strong>Direct Investment (1M)</strong></td>
<td><span class="badge bg-warning">Moderate</span></td>
<td>250-300% over 3 years</td>
<td>15-21 months</td>
<td>2,500,000+ profit</td>
</tr>
<tr>
<td><strong>Direct Investment (2M)</strong></td>
<td><span class="badge bg-danger">High</span></td>
<td>300-400% over 3 years</td>
<td>18-24 months</td>
<td>6,000,000+ profit</td>
</tr>
</tbody>
</table>