# Total Available Liquidity

#### What is Total Available Liquidity?

**Total Available Liquidity (TAL)** represents the actual amount of funds or assets that can be actively traded or used **on-chain** at a reasonable price range.

On Native, **TAL** refers to the **total USD value paired** to a listed token.

* TAL is expressed in **USD value** and does not represent any specific underlying token.
* TAL only defines **one side of liquidity**: the **available liquidity to sell into** for the listed token.

#### How to calculate?

`TAL = HealthRatio * (Paired Liquidity USD + Bootstrapped Liquidity USD)`

* **Paired Liquidity USD**: The amount of USD value paired dedicatedly to the listed token
* **Bootstrapped Liquidity USD**: The amount of USD value provided by **market makers** for liquidity bootstrapping.

\
A tool to check your TAL: [Total Available Liquidity calculator](https://www.talcal.org/)


---

# Agent Instructions: 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.native.org/native-dev/concepts/total-available-liquidity.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.
