> For the complete documentation index, see [llms.txt](https://docs.ape.bond/apebond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ape.bond/apebond/products-and-features/liquidity-health/dashboard-methodology/liquidity-strength.md).

# Liquidity Strength

Liquidity Strength (LS) measures the ratio between the available liquidity of a token compared to its market capitalization. This is calculated by dividing a project’s total valid extractable liquidity (the sum of the hard assets in all valid liquidity pairs across all pools) by the project’s market capitalization (the circulating supply of the token multiplied by the spot price of the token). This metric is designed to look at if a project is maintaining enough liquidity compared to how large the market for the project’s token is. In other words: is there enough capital backing the token you are holding, or are you holding an empty bag that you cannot actually liquidate because the token is illiquid?&#x20;

Simply put, LS looks to answer the following question: Does this project have enough liquidity based on its MCAP?&#x20;

### Liquidity Strength Formula

$$LS = Z \* t1$$     *for* $$Z <= threshold$$

$$LS = 1$$              *for* $$Z > threshold$$

*where:*

$$Z = (\frac{e^{X/s} -  e^{-X/s}}{e^{X/s} +  e^{-X/s}})^β \* Y^α$$

$$threshold = 1 / t1$$

*Boundaries for plots ("sus" region):*

$$LB(X) = (0.7/t1)^{1/α}\*(\frac{e^{X/s} -  e^{-X/s}}{e^{X/s} +  e^{-X/s}})^{-β/α}$$

$$UB(X) = (1/t1)^{1/α}\*(\frac{e^{X/s} -  e^{-X/s}}{e^{X/s} +  e^{-X/s}})^{-β/α}$$

*Constants configs.:*

*For MCaps <= $250M:*

$$t1=14.4$$

$$s=1,062,000,000$$

$$β=0.31$$

$$α=0.69$$

*For MCaps > $250M:*

$$t1=18.4$$

$$s=3,000,000,000$$

$$β=0.37$$

$$α=0.63$$

*Variables description:*

$$X$$*: Market cap. in usd*

$$Y$$*: Extractable liquidity to market cap. ratio*

### Scoring

We look at the relationship between [total valid extractable liquidity](/apebond/products-and-features/liquidity-health/lhd-glossary-and-tags.md) (from rented + owned) and the [sustainability range](/apebond/products-and-features/liquidity-health/lhd-glossary-and-tags.md) upper bound.&#x20;

Anything below the range entirely is considered unsustainable liquidity. Those projects score between 0 and 70. If you are on the lower bound of the sustainability range you would have a score of 70. As you move higher into the range, you can reach a score of 100. Anything above the range is also defined as 100 for now.&#x20;

In a later version of the LHD credentialing system we will start to look at what is ‘too much’ liquidity that it is capital inefficient. But for now we are focusing on what's the minimum amount of liquidity a project needs as most of the industry is undercapitalized from a liquidity perspective.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ape.bond/apebond/products-and-features/liquidity-health/dashboard-methodology/liquidity-strength.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
