> For the complete documentation index, see [llms.txt](https://doc.orby.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.orby.network/user-guide/how-to-borrow-usdusc/borrowing-more-usdusc.md).

# Borrowing more $USC

Once you have already [opened a shuttle](https://doc.orby.network/user-guide/how-to-borrow-usdusc/opening-a-new-shuttle), you can borrow more $USC by borrowing against existing collateral or adding more collateral. Here are some simple steps to guide you through the process.

1. Head to the [Borrow page](https://orby.network/borrow/)

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

2. Input the amount of $USC you want to borrow

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXc_60xM44mjzWKuHAom8t6KszBrFswyC733D11wswywCji2q1FAryDsTi_9qj_7U0tGQJmipudVjHoqz9bqtYUYGZINASfFUMO4Ys5g8YmmQpl2imgYPJwxv95DjCjcH5GWNwbgIg?key=-lSTrxiNSL2RxWy0lj6j4xo9)

3. (Optional) Add More Collateral by clicking on the toggle

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcFmtJG20qj7SSPG97z-Oj3gD8clNcDQ2Alzp0P2BzYQQeAGRUo1EoLREzvxwG3ndpGnz2GxEo8L7sirXv_lOo04txWOhSnmUAMNq18SkU-KwV6rJ6TMaUPTFW-AH3ZPsG89Dczcw?key=-lSTrxiNSL2RxWy0lj6j4xo9)

4. Once ready, click on “Borrow More $USC”

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdNIvl-Le166N6ix8_aN7cpyLnKtQ1r2xyhtx9aq6gd4_fqlANrcWnwJpkNHVbb5THY0avlkFgYITxlJMNSdJ_QLQ54tkJA1Oj1i37dRxOTVrnJk9OL1r1IOyH9564soQT6f-GbfA?key=-lSTrxiNSL2RxWy0lj6j4xo9)

{% hint style="info" %}
Note:  Remember to check the details in the “Position Summary” carefully before signing the transaction in your wallet.&#x20;
{% endhint %}

The total new debt owed is broken down in 2 segments:

1. $USC received in wallet: the amount that is sent to your wallet
2. Borrowing fee: a variable fee incurred every time you mint new $USC

<figure><img src="/files/u16Eksh2YXPV8nFqVAd0" alt="" width="369"><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, and the optional `goal` query parameter:

```
GET https://doc.orby.network/user-guide/how-to-borrow-usdusc/borrowing-more-usdusc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
