# How to recover collateral after redemption

To understand how redemptions work, head to [this section](https://doc.orby.network/user-guide/understanding-liquidations-vs-redemptions-vs-repayment). You will be notified if you are fully or partially redeemed against.&#x20;

\
Fully Redeemed
--------------

The shuttle will be closed if you are fully redeemed against. You will lose part of your collateral, but get to keep any borrowed $USC. 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.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcTYN81Zz68m6ioDL5nhGI1AoUqhQrLgDOidrzRvJT_kH40jZHVUFpI4OxycXqM0fleMIX62rcPuY2d08Un4RbdPRkR6lkQYc3x3VDwgxq_RbiPujpzUHw_ySZdT6WZeJ1jE6JT4g?key=-lSTrxiNSL2RxWy0lj6j4xo9" alt="" width="375"><figcaption></figcaption></figure>

## Partially Redeemed

Partial redemption means that part of your debt has been repaid, and a corresponding the amount of collateral has been paid out to the redeemer. Your shuttle remains active (open) and there is no other impact to your position.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcl6cdtorNxrbBVZ89P0O-4vzCRIjqQJABqV8QUUKRLCKpGItrmgLmjtH1IGjvH926Eax5E_AV8WedtvVnxwFRLoJlsBZovgGMVMPffJgA-t0sb1wRFZyVA2B9EPp6hEhBoqvVU?key=-lSTrxiNSL2RxWy0lj6j4xo9" alt="" width="375"><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-redemption.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.
