a linear release, y = 1 − G, pays concentrated markets too well: at G of 0.5 it still releases half the pool. squaring makes the penalty convex, so the last stretch of concentration is the most expensive stretch, which is the stretch whales actually live in.
y(0.2) = 0.64 y(0.5) = 0.25 y(0.85) = 0.0225
G is computed from 64 log2 buckets of the full balance distribution, updated transactionally with every transfer. the error versus a per-wallet gini is bounded by bucket width and is under 0.011 in the worst case. nothing off chain is consulted, ever.
a gini coefficient is invariant to relabeling and nearly invariant to splitting one balance into many dust balances, because the lorenz curve barely moves. spreading a whale position across ten thousand wallets that each hold dust leaves the mass of the distribution where it was. the only way to lower G is to actually give the tokens away.
with fee inflow f per breath and release rate y, the pool converges toward the fixed point P* = f · (1 − y) / y. even markets hold a small pool and high flow; concentrated markets hold an enormous pool and a trickle. the table is exact:
| G | y(G) | steady pool (breaths of fees) | % of fees flowing |
|---|---|---|---|
| 0.10 | 0.8100 | 0.23 | 81.00% |
| 0.20 | 0.6400 | 0.56 | 64.00% |
| 0.30 | 0.4900 | 1.04 | 49.00% |
| 0.40 | 0.3600 | 1.78 | 36.00% |
| 0.50 | 0.2500 | 3.00 | 25.00% |
| 0.60 | 0.1600 | 5.25 | 16.00% |
| 0.70 | 0.0900 | 10.11 | 9.00% |
| 0.80 | 0.0400 | 24.00 | 4.00% |
| 0.90 | 0.0100 | 99.00 | 1.00% |
a groomer triggers the release; they do not choose its size, its recipients, or its timing beyond the breath boundary. front-running a groom is possible and pointless, both calls compute identical releases and the second reverts. grooming a breath twice is impossible, the boundary check is against the last groomed breath, not the clock alone.
balances inside omnibus accounts read as one holder and raise G accordingly, which means exchanges holding large float actively suppress everyone's yield, including their own users'. we consider this a feature with unusually good manners: vellus pays you to withdraw.