What the paper argues
A bonding curve is usually described informally — a formula relating a token's price to its supply. This paper asks a more structural question: what does a bonding curve guarantee, independent of how any individual participant behaves? The answer is a configuration space — the proper subset of a system's full state space that remains reachable once a designed invariant is enforced on every state transition. Any property true everywhere in that subset is true for every possible sequence of agent actions, without the designer having to assume anything about what agents want or how they decide.
This reframes mechanism design as a dimensionality-reduction problem: pick the conservation function, and the reachable state space shrinks to a lower-dimensional manifold that guarantees the property by construction — never by hoping participants behave a certain way. The paper builds the general framework, then applies it in full to one concrete design: the augmented bonding curve, a funding mechanism for internet-native communities without a shared legal or geographic jurisdiction.
States, mechanisms, and conservation
The system is modeled as a discrete-time state machine: a global state evolves under a mechanism in response to an agent's action ,
A conservation function encodes a desired global property as a scalar. If is unchanged by every mechanism the system supports,
then is invariant along every reachable trajectory — the paper works this through first with a toy consumer-indifference example (an indifference curve is exactly this kind of restriction) before applying it to a real funding mechanism.
The augmented bonding curve
The augmented bonding curve binds a community's stakeholdership token to governance rights over a shared funding pool. Its state is a four-tuple — Reserve , Supply , spot Price , and Funding Pool — restricted to a configuration space by a single conservation function,
where curvature sets how sharply returns diminish. This single invariant pins down the spot price as the slope of the invariant's graph,
and the paper proves the two mechanisms that respect it. Bond-to-mint deposits reserve currency and issues new supply along the curve,
burn-to-withdraw destroys supply to recover reserve, symmetrically (net of an exit tax that funds the community pool),
and two lemmas — proved via L'Hôpital's rule on the realized-price expression — establish that the realized price of any bond or burn always sits on the correct side of the current spot price,
converging to the spot price exactly as the transaction size shrinks to zero. That's the diminishing-returns guarantee stated formally: no participant can move the price in their favor for free, and the guarantee holds for every possible sequence of trades, not just well-behaved ones.
Hatching and vesting
Launching — "hatching" — an augmented bonding curve fixes its initial reserve, supply, and the fraction of raised funds that goes straight to the community pool rather than the reserve. The paper derives the resulting return multiple for early participants in closed form,
Because for most reasonable parameter choices, early participants have a structural incentive to dump the moment their tokens are liquid — so the paper recommends a half-life vesting schedule rather than a hard unlock date, releasing tokens smoothly to avoid the vesting-cliff shock:
Numerical experiments sweep and (the funding-pool share) to show how each parameter trades early-hatcher return against long-run community sustainability, and confirm the slippage and exit-tax dynamics predicted by the mechanism proofs.
Where this connects to what's on this site
This paper is the formal groundwork behind Economic Games as Estimators , which reinterprets the same bonding-curve mechanism as a price estimator rather than just a funding rule — using the configuration space defined here as the setting in which that estimation argument is made precise.
References
- Michael Zargham, Jamsheed Shorish, Krzysztof Paruch — From Curved Bonding to Configuration Spaces, IEEE International Conference on Blockchain and Cryptocurrency (ICBC), 2020.
- Companion paper — Economic Games as Estimators.