# How to recover collateral after liquidation

To understand how liquidations work, head to [this section](/overview/liquidations-and-the-stability-pool/liquidations.md).&#x20;

You will be notified if you are fully or partially liquidated. Partial liquidations can only happen during Recovery Mode.&#x20;

## Fully Liquidated

The shuttle will be closed when it is fully liquidated. You will lose all your collateral, but get to keep the borrowed $USC. In order to start borrowing more $USC, you will need to reopen a new shuttle. This can be done by clicking on the “Start Borrowing” button and follow the steps as outlined [here](/user-guide/how-to-borrow-usdusc.md).

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfk70R6uDKX45yeimGBzdkV3eXrpZSTxbgRCh2QqhSVei7eAFQ49iPwQ8WqhB1w4yS2dz6gacpD_ab5-i-yumTUom-4q5T9-tVgp5oiuijqVZk_eZeP9V5hYybXemb2AYUeAYGLjQ?key=-lSTrxiNSL2RxWy0lj6j4xo9" alt=""><figcaption></figcaption></figure>

## Partially Liquidated

*\*this status will only be applicable during Recovery Mode*

When you are partially liquidated, all of your $USC debt will be repaid, but there will be some collateral leftover. In order to borrow more $USC, you first need to retrieve any remaining collateral. You can do so by clicking on the  “Recover collateral” button.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZPTvPefYR-MromSdrkxE50PZtQyMbvo8alBqC1vM30LGDR4vH8ZHiMEWdlJqOMuELeZ00Amls6UT6TG2jK8fHZ0DE-8aR33dtvuitP9-kaaQWQP-79nIGq0ievURKYqvT_1iQ?key=-lSTrxiNSL2RxWy0lj6j4xo9" alt=""><figcaption></figcaption></figure>


---

# 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://doc.orby.network/user-guide/how-to-recover-collateral-after-liquidation.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.
