> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/earn/nitron-lend-and-borrow/walkthroughs/mint-usdusc.md).

# Mint $USC

Introducing **Carbon stablecoin $USC**, the decentralised native stablecoin for the Cosmos Ecosystem! You can mint $USC right here on Nitron based on the amount of collateral you hold.

{% hint style="info" %}
Learn more about Mint [here](https://guide.carbon.network/features/money-market/functionalities-of-money-market/mint).
{% endhint %}

**Step 1:** Launch Demex, click “Earn” in the navigation menu and click “Nitron” under the dropdown bar.

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

The Nitron page opens up as shown below.

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

**Step 2:** Under the “Mint” window, you can view all the assets that you can mint at any given time. Currently, the only asset you can mint is the Carbon stablecoin ($USC)

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

**Step 3:** Click on the “Mint” button, which opens up to this window as shown below.

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

**Step 4:** Enter the desired amount of $USC that you wish to mint. The maximum amount that you can mint is limited to the amount of collateral you hold.

The window displays your new mint amount and new health factor on your input.

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

**Step 5:** Click the “Mint” button.

<figure><img src="/files/9qUJ3ZEEpA1SHKMlTmxL" alt=""><figcaption></figcaption></figure>

Congratulations! You have successfully minted $USC, Carbon Stablecoin.


---

# 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://guide.dem.exchange/earn/nitron-lend-and-borrow/walkthroughs/mint-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.
