Token velocity is the rate at which a token turns over — the number of times an average unit is transacted within a period. It is one of the most load-bearing and most misunderstood variables in token design, because under the classical equation of exchange velocity sits in the denominator of a token's implied value: for a fixed volume of economic activity, the faster a token circulates, the fewer tokens the network needs to hold at any instant, and the lower the value each token must carry.
The concept was imported into crypto-economics in 2017 by Kyle Samani, Vitalik Buterin, and Chris Burniske, and it reframed a common failure mode: many "utility tokens" designed purely as a medium of exchange were structurally unable to hold value, no matter how much the underlying network was used.
The equation of exchange
The starting point is Irving Fisher's equation of exchange, MV = PQ: the money supply M times its velocity V equals the price level P times the real quantity of transactions Q. Rearranged, the aggregate value a monetary asset must support is M = PQ / V.
Treat a token as the money of its own micro-economy and the same identity applies. PQ is the annual value of economic activity the token settles; V is how many times each token is used to do so; and M — the market value the network can sustain — is that activity divided by velocity. Two networks settling the same volume of real activity can be worth wildly different amounts purely because tokens in one sit still and tokens in the other are dumped the instant they are received.
The velocity problem
The problem, as Samani framed it, is that a token used only as a medium of exchange has no reason to be held. A user acquires it to pay for a service and the recipient sells it immediately for a currency they would rather keep. Velocity spikes toward infinity, and by M = PQ / V the sustainable market value collapses toward zero — even if the network itself is thriving. Usage and token value decouple.
Buterin made the same point sharply: a token whose only role is to be spent, with no friction against instant re-sale, converges on a value determined by the brief window it must be held to transact — often seconds. This is why "the network is used a lot, therefore the token will be worth a lot" is a non-sequitur. High turnover is not a sign of health for a token's price; it is the opposite.
Velocity sinks: giving people a reason to hold
The design response is to build velocity sinks — mechanisms that give holders a reason to hold the token rather than pass it straight on, lowering effective velocity and letting value accrue. The recurring families of sink are:
- Staking and security bonds — locking tokens to earn yield or to be eligible to provide a service removes supply from circulation.
- Governance rights – where influence is a function of tokens locked, or of a participation record that only a live balance makes usable, holding is itself the way to use the token (see vote-escrow tokenomics, and curation markets, where staked tokens signal and curate).
- Cash-flow or fee capture — a claim on protocol revenue turns the token into a productive asset worth holding rather than flipping (token valuation treats this cash-flow analog directly).
- Redemption / burn-and-mint — a right to redeem the token for something of value at a floor gives holders a reason not to sell below it.
Each sink is a deliberate source of holding demand. Good token design is, in large part, the art of building credible sinks without simply taxing users.
The sinks in production
The 2017 argument was theoretical. The sink that went on to absorb the most supply in practice is vote-escrow, shipped by Curve in August 2020: lock CRV for up to four years and receive non-transferable veCRV, whose weight decays linearly to zero at expiry, so keeping influence means keeping the lock (Curve DAO documentation).
It is measurable, which most velocity claims are not. Read on Ethereum mainnet at block 25,749,903 (2026-08-14 01:10:59 UTC), the vote-escrow contract 0x5f3b5DfEb7B28CDbD7FAba78963EE202a494e2A2 held 850.8m CRV against a total supply of 2.410bn – 35.3% of every token in existence, immobilised by choice. The same read prices the average lock: veCRV weight is locked CRV scaled by remaining lock over the four-year maximum, and veCRV's supply of 780.8m against 850.8m CRV locked implies an amount-weighted average of 3.67 years still to run, 92% of the maximum. Lockers are not parking tokens for a quarter; they are max-locking and re-upping.
That is what a working velocity sink looks like from the outside, and it also shows what the sink costs. Weight that decays unless renewed produced a rental market for it – vote markets, where the influence the sink created is sold by the epoch – so the lock suppressed velocity in the token and re-created it one layer up, in the votes. The burn and fee-switch route (see fee switches and value accrual) takes the opposite trade: no lock, no rental market, and no holding requirement either.
Criticisms and nuance
Velocity is a useful lens, not a law. Several caveats matter. First, velocity is endogenous: it is an outcome of a token's design and its holders' expectations, not an independent input you can set — a strong sink and a credible growth story both depress it. Second, the naive M = PQ / V model treats a token purely as a spending medium and ignores its role as a speculative store of value, which is where much crypto demand actually sits; Burniske's discounted-utility models try to bridge that by discounting future utility value into the present. Third, measured on-chain velocity is noisy — exchange wallets, wrapping, and internal transfers inflate turnover that is not real economic circulation.
The durable takeaway is narrower than "low velocity is always good": a token needs at least one credible reason to be held that scales with the network's success. Without it, adoption and value stay decoupled.
How Caper approaches this
A caper does not ask its token to be a medium of exchange, and it does not use a lock. Its sink is the shape of the redemption claim. A member's exit share is (t · v) / (V · T) – tokens held t, multiplied by soulbound vote tokens v, over the total vote supply V and circulating tokens T (compute_vote_weight, contracts/common/src/lib.rs). Vote tokens are minted by trading – a flat 0.01 per XRD of gross trade value, on buys and sells alike – and they can never be transferred, so v is a non-tradeable record of what a holder actually put through the curve: buying it is exactly the act of trading, and it cannot be acquired from anyone who already holds it.
Because the two terms multiply, neither substitutes for the other, and that is where the velocity argument bites. Selling the position drives t to zero and the claim goes with it, however much v has accumulated; conversely tokens that arrive by transfer rather than by trade bring no v, so a bag that has neither traded nor voted redeems nothing from the treasury at all. exit() requires a non-empty bucket of each and aborts otherwise. Exiting burns the vote tokens presented, so the claim cannot outlive the position that earned it. See leaving a caper for the full mechanics.
The complication worth naming is that v accrues to turnover, which is the quantity the velocity literature treats as the problem. What keeps it a sink rather than a subsidy for churn is that v is worth nothing on its own: it cannot be sold, and it pays only in combination with a position still held at the moment of exit. Taking part – trading, or casting a ballot – earns the right to redeem; only holding lets it be exercised.
The bonding curve reinforces this: buys and sells settle against a reserve rather than a thin order book, so the token's design centres on a position you hold and can later redeem, not a chip you pass along. The claim is not that Caper solves velocity. It is that the velocity literature says a token needs at least one credible reason to be held, and here the reason is a redemption claim that only a held position can exercise – which is why personal tokens are coherent as a held stake rather than a currency.
References
- Kyle Samani, “Understanding Token Velocity,” Multicoin Capital (2017)
- Vitalik Buterin, “On Medium-of-Exchange Token Valuations” (2017)
- Chris Burniske, “Cryptoasset Valuations” (2017)
- Equation of exchange (MV = PQ) — the classical Fisher identity
- Curve DAO: Vote-Escrowed CRV (veCRV) — the production velocity sink, documentation