# Health and Borrowing Power

### The health meter

The health meter indicates how close your Prime Account is to insolvency. If your health meter shows 100%, you have not borrowed any funds, and there is no risk of becoming insolvent. If your health meter shows 2%, your Prime Account is on the brink of insolvency. Depending on your constructed portfolio, this most likely means that a small price movement in your held or borrowed assets will make your Prime Account insolvent. The account gets liquidated at 0% health, which depending on the composition of assets has a minimum of 20% collateral ratio.

### Borrowing Power

Tokens available on DeltaPrime have different borrowing powers: If you deposit $100 USDC, you can borrow up to $500 USDC or AVAX before liquidation; but if you deposit $100 PNG, PTP or QI, you can't borrow anything against it. USDC has 5x borrowing power, PNG has 0x.&#x20;

To understand why different tokens have different weights, please read the [safety](/protocol/security.md#token-specific-borrowing-power) section.

As your Prime Account is cross-margin, your borrowing power is shared across tokens. For more information on how it's calculated, read the [health calculations](/prime-brokerage-account/health-and-borrowing-power/calculations.md) below. If you instead want a simpler way to interpret the health meter, read the [interpretation](/prime-brokerage-account/health-and-borrowing-power/interpretation.md). Lastly, you can play around with your own health meter in the [Health Playground](https://docs.google.com/spreadsheets/d/1wukyfAj641H4xBva6G1DVIzrauyn1sazYZoD1qGCcIo/edit#gid=479001345).&#x20;

{% content-ref url="/pages/NwluunxtKaKELfXMnc4E" %}
[Calculations](/prime-brokerage-account/health-and-borrowing-power/calculations.md)
{% endcontent-ref %}

{% content-ref url="/pages/fl1PL7XTh5Gm7RqCgsld" %}
[Interpretation](/prime-brokerage-account/health-and-borrowing-power/interpretation.md)
{% endcontent-ref %}

{% embed url="<https://docs.google.com/spreadsheets/d/1wukyfAj641H4xBva6G1DVIzrauyn1sazYZoD1qGCcIo/edit#gid=479001345>" %}
Link to Health Playground. Go to "File" and "Make a copy" to change the variables and create your own paper portfolio!
{% endembed %}


---

# 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.deltaprime.io/prime-brokerage-account/health-and-borrowing-power.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.
