> For the complete documentation index, see [llms.txt](https://docs.deltaprime.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaprime.io/prime-brokerage-account/taking-profit/withdrawing-and-health.md).

# Withdrawing & Health

### The Health Meter

Post-withdrawal, your Prime Account needs to be [solvent](/protocol/security/solvency-checks.md): You need to be still able to repay all borrowed funds. In the bottom left of the withdrawal modal there is a small health indicator. This indicator shows how much health you will have after the withdrawal. If your account would turn insolvent due to the withdrawal the health will display 0.00%; additionally an error message will pop up:&#x20;

> Health should be higher than 0%

<figure><img src="/files/Xa05QT0GbwZduqvJESgE" alt=""><figcaption></figcaption></figure>

#### How to solve this

To withdraw you can do two things:

* Withdraw less.
* Repay part of borrowed funds.

<figure><img src="/files/tK4c4Bu56BOAYvUI4hnJ" alt=""><figcaption><p>With 4800 USDT borrowed, withdrawing 500 out of 699 USDC would turn the account insolvent</p></figcaption></figure>

In this case, we repay 4500 of our 4800 borrowed USDT.

<figure><img src="/files/497hJi59X7df3bE7Sf9y" alt=""><figcaption></figcaption></figure>

Now our account will be solvent even after withdrawing 500 USDC. We can withdraw successfully!&#x20;

<figure><img src="/files/T8G1ApUbWPTztCitcXH1" alt=""><figcaption></figcaption></figure>


---

# 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.deltaprime.io/prime-brokerage-account/taking-profit/withdrawing-and-health.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.
