Balance Ratio
The balance ratio is an abstract measurement of how balanced value is among the tokens in a given liquidity pool. For a pool P, in this article we may write
to denote the balance ratio of P. The measure has the following useful features:
- 1.The balance ratio of a pool P satisfiesif and only if the dollar value in the pool is evenly balanced among all tokens.
- 2.The balance ratio of pool P satisfies if and only if the dollar value of at least one token in the pool is 0.
- 3.The balance ratio is "forgiving near the center", which means that if a pool is "fairly balanced" then its balance ratio will be very close to 1. For example, a two-token pool with value split 60:40 among the two tokens will have a balance ratio of 0.96.
These features of the balance ratio offer the follow uses for measuring risk:
- 1.A low balance ratio for a pool indicates that there is a heavy overweight of value in one token, which means more market participants are providing this token as liquidity to the pool. In the event that there is a run to sell the overweighted token, the imbalance in the pool describes how many tokens will be unable to be swapped.
- 2.For stablecoins, this sell-pressure could be an indicator for potential depegging. In cases where a stable coin has depegged, it can be telling to monitor the balance ratio as the token price moves (toward or away from its peg). For example, if the token regains its peg but the balance ratio continues to drop, this may indicate some underlying market dynamics have not yet recovered even though the price of the token has.
To define the balance ratio, we fix some notation for some of the quantities associated with a two-token liquidity pool.
- ,will be the names of the tokens
- ,will be the respective prices (in USD) ofand
- , will be the respective amounts of andin the pool
A first-order approximation of the value of
(resp.
) in the pool is its market-cap:
(resp.
). Then an approximation of the total value in the pool is the sum of the market caps of
,
. Given these measures of value, the value ratio of
is
, and the value ratio of
is
.
The balance ratio of a two-token pool P with values above
. Unwinding the definition, we can see that
.
The balance ratio is 1 exactly when the value of the pool is evenly split between both tokens.
The balance ratio is 0 exactly when one of the pool tokens represents all the value in the pool.
The following table displays balance ratio values based on a few different value ratios.
Value Ratio of Token 1 | Value Ratio of Token 2 | Balance Ratio |
---|---|---|
| | |
0.5 | 0.5 | 1 |
0.6 | 0.4 | 0.96 |
0.7 | 0.3 | 0.84 |
0.8 | 0.2 | 0.64 |
0.9 | 0.1 | 0.36 |
0.99 | 0.01 | 0.0396 |
0.999 | 0.001 | 0.003996 |
1 | 0 | 0 |


Consider another abstract metric used in commercial real estate finance: the expense ratio. The expense ratio of a commercial real estate investment is
For skilled nursing facilities (SNFs), the average expense ratio is 0.82. If an investment opportunity with a 0.90 expense ratio landed on your desk, the higher-than-usual expense ratio does not necessarily mean you toss it out, but it does suggest that you look more closely at the expenses as you evaluate the overall investment. Similarly, an expense ratio of 0.70 does not guarantee a good investment, but suggests that they may be doing something very efficient with their operations.
Another consideration would be that although expense ratios are normalized (take values between 0 and 1), it doesn't mean you should compare across categories. For example, multi-family homes have an average expense ratio of 0.4, but this "better number" doesn't mean every multi-family investment is better than every SNF investment. Context matters.
Similarly, the balance ratio offers a quick look at one feature of a liquidity pool. A ratio very close to 1 does not mean everything is okay with the tokens in that pool, but it does indicate a fairly balanced liquidity pool. Similarly, a balance ratio closer to 0.3 doesn't mean "RUN", but it does mean that if you're concerned about short-term liquidity, one token in this one pool may not be sufficiently liquid in the short-term. There may, for example, be other places that provide liquidity for the illiquid token, and the imbalance may be specific to this pool. Or not. Context matters.
For example, every constant-product AMM defines the price of its tokens so that the balance ratio of its pools is always equal to 1. For these pools, the balance ratio being 1 does not tell you very much about the tokens. Context matters.
Modeling Question: what is the average balance ratio for two-token stablecoin pools on Curve?
Modeling Question: is there a strong correlation between volatility/depeg of a stablecoin TKN and the balance ratio of the corresponding TKN-3CRV pool?
For a pool P with three tokens,
, with corresponding prices
and corresponding amounts in the pool
the corresponding value ratios are
,
,
. The balance ratio of the pool is defined to be
Unwinding the definition gives
.
Value Ratio of Token 1 | Value Ratio of Token 2 | Value Ratio of Token 3 | Balance Ratio |
---|---|---|---|
| | | |
| | | 1 |
0.3 | 0.3 | 0.4 | 0.972 |
0.2 | 0.4 | 0.4 | 0.864 |
0.2 | 0.3 | 0.5 | 0.81 |
0.2 | 0.2 | 0.6 | 0.648 |
0.1 | 0.3 | 0.6 | 0.486 |
0.1 | 0.2 | 0.7 | 0.378 |
0.1 | 0.1 | 0.8 | 0.216 |
0 | 0.5 | 0.5 | 0 |
Modeling Question: What is the average balance ratio for three-token pools on Curve?
In general, suppose we have a pool P with
tokens with the i-th tokens price and amount and value ratio given by
. Then the balance ratio is given by
.
The balance ratio can be described using the geometry of n-dimensional cubes. Note that as value moves between tokens in the pool (whether by swaps or liquidity changes), the relative sizes of
change, but their sum remains constant
Interpreting the numbers
as the length, width, height, 4-dimensional length, 5-dimensional length, ...,
-dimensional length of an n-dimensional rectangle means that the product
can be interpreted as the n-dimensional volume.
Among all such
-dimensional rectangles where the sum of the lengths is constant (1 in our case), the rectangle with the highest volume is the
-dimensional cube. The balance ratio will be the volume of the
-dimensional rectangle defined by our pool divided by the volume of the
-dimensional cube whose lengths add to 1.
By definition, the cube has all of its lengths the same size; since they add to 1, and there are
of them, each of the cube's lengths is equal to
, so the volume of this cube is
This gives
as above. When
we recover the first formula for two-token pools
and when
we recover the formula for three-token pools
.
Discord Handle | ETH Address | Reward | Contribution |
---|---|---|---|
corepresentable | | 0 $CMK (internal) | Original version |
Last modified 1yr ago