Liquidity Concentration

Liquidity Concentration (LC) measures the degree to which the liquidity for a projectā€™s token is concentrated to a certain number of liquidity pools. This metric is simple - the fewer pools you have scattered across the blockchain, the more concentrated your liquidity is and the more accessible that liquidity will be with lower slippage and price impact when trading.

Simply put, LC looks to answer the following question: Is this projectā€™s liquidity too spread out?

Liquidity Concentration Formula

where:

Constants configs.:

Variables description:

Scoring

We look at the overall concentration of pools, and see if the project is spreading their capital too thin.

If any pool has more than $250k of Extractable liquidity then it is automatically not penalized. That is driven by the fact that a pool of that size is material enough to actually benefit your token and provide a decent trading experience for users.

Additionally the first pool below $250k of EL is also not penalized. Depending on a project's goals, it is reasonable to be working on building up an additional liquidity pool.

If there are invalid pairs they are thrown out as that liquidity is likely useless.

The weight of the penalty depends on the number of additional liquidity pools you have below $250k EL and their proportional weight to the overall extractable liquidity the project has.

To put simply, if you have one liquidity pool you automatically get a score of 100. If you have multiple pools all above $250k you also get a score of 100, or if you have a single pool after those multiple pools that is below $250k.

When you start to have multiple pools below $250k you begin to get penalized based on how large those pools are compared to the sum total liquidity you have.

Notes

  • Only valid pair pools are considered, and must be ordered by decreasing extractable liquidity value.

LC calculation:

Then:

LC calculation:

Then:

Last updated