Infinity Pool — Economic Model

Simulation of the emission, staking and secondary-market loop. Generated from model/simulate.py — every assumption is a named constant in that file.

The headline. Across every adoption scenario, aggregate staker profit converges on seeded liquidity minus protocol fees. That is not a tuning problem — it is an accounting identity. The only ETH that can leave this system is ETH that players put into it, so the more successful the launch, the more negative the aggregate player result becomes.

What the model does

Each simulated day: new depositors arrive on a launch-spike-then-decay curve, stake ETH (refundable principal, minus a one-off entry fee), and buy some INF on the open market. Emission mints to stakers pro-rata. Stakers sell a fraction of what they earn back into the same pool the buyers funded. Price is set by a constant-product AMM.

Principal is not counted as a loss — it is withdrawable at any time, by design. The P&L line below is strictly open-market buys versus sale proceeds, which is the part players can actually lose.

INF price

Log scale. Higher adoption buys a higher peak and a steeper fall, not a different ending.

Cumulative aggregate staker P&L

All stakers combined, in ETH. Open-market buys versus sale proceeds.

Scenario outcomes

ScenarioDepositorsPeak priceDrawdown 90% down byStaker P&LProtocol

Read the last two columns together. They are close to mirror images. Protocol revenue is not created alongside staker returns — it is drawn from the same pot, which is why scaling adoption moves both numbers in opposite directions by roughly the same magnitude.

Why the shape is fixed

What would actually change the outcome

These are the levers that alter the identity rather than the timing. None of them are in the current contracts; all of them are additive.

Model assumptions:
Change any of them in model/simulate.py and re-run python3 model/simulate.py && python3 model/build_report.py. The conclusion is not sensitive to these values — it follows from the absence of external revenue, which no parameter choice repairs.