# Health Ratio

### Health Ratio

The Native TAL formula introduces a **Health Ratio**, which regulates access to the smart pairing liquidity of total available liquidity in Native Credit Pool.

* **Default Value**: Initially set at **1.0**.
* **Dynamic Adjustment**: May change based on factors affecting the on-chain liquidity of an asset.

### **How Does the Health Ratio Work?**

The Health Ratio **governs the maximum liquidity** an asset issuer can access:

* When an asset issuer deposits tokens into the **Native Credit Pool**, they can immediately access liquidity equivalent to the **bootstrapped liquidity** in the pool.
* To increase available liquidity, asset issuers can:
  1. **Improve their Health Ratio** by meeting performance or liquidity criteria.
  2. **Contribute more liquid assets** to pair with their single-sided LP tokens.


---

# 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/health-ratio.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.
