# Repaying $USC

To withdraw your collateral, you must first repay borrowed $USC. When $USC debt is repaid, these $USC tokens are burnt (removed from circulation). *For steps on how to repay $USC, please click* [*here*](https://doc.orby.network/user-guide/how-to-repay-usdusc)*.*

Here's what you need to know about the repayment process:&#x20;

1. A **minimum of 100 $USC** must remain in a shuttle to keep it active.
2. If you repay your entire debt, your shuttle will be **closed** (become inactive).
3. **Liquidation Reserve Policy:** If your shuttle is closed, the **20 $USC liquidation reserve** is **not refundable**—it will be burnt and permanently removed from circulation.

#### Important Note

You **do not** need to repay the **20 $USC liquidation reserve** unless you are **liquidated**. This reserve is only deducted in the event of liquidation and is not part of your repayable debt.

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

## Commonly asked questions

<details>

<summary>My shuttle says I owe [$120.50], but I only need to repay [$100.50]. Why?</summary>

That's because you don't have to repay the USC20 liquidation reserve. This reserve is ONLY charged to you if you get liquidated.&#x20;

</details>

<details>

<summary>My debt is [$120.50]. Why can I only partially pay a maximum of [$0.50]?</summary>

You can either choose to 1) fully repay or 2) partially repay your debt. If you partially repay your debt, keep in mind you need to maintain at least USC100 in your shuttle at all times.&#x20;

For example, if you have borrowed $120.50 USC, this is how much you need to repay:

* Full repayment = shuttle debt amount - liquidation reserve = 120.50 USC - 20 USC = 100.50 USC
* Max partial repayment = shuttle debt amount - liquidation reserve - minimum USC 100 in a shuttle = 120.50 USC - 20 USC - 100 USC = 0.50 USC&#x20;

</details>


---

# 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/overview/usdusc-borrowing-and-repayment/repaying-usdusc.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.
