# Minting USDFC Step-by-Step

<figure><img src="/files/6btpsJskjFhp01RojfSh" alt=""><figcaption><p>Watch a quick walkthrough of this step</p></figcaption></figure>

## Prerequisites

* An active Trove with FIL collateral
* Access to the [USDFC application](https://app.usdfc.net)
* Connected wallet with enough FIL for gas fees

## Overview

Minting USDFC allows you to generate dollar-pegged stablecoins against your FIL collateral. This guide walks you through the process of minting USDFC from an existing Trove.

## Step 1: Access Your Trove

First, you need to access your existing Trove in the USDFC application.

1. Navigate to the [USDFC application](https://app.usdfc.net)
2. Connect your wallet if not already connected
3. Go to the "Trove" page on the USDFC application
4. You should see your current Trove details including collateral amount, debt, and collateral ratio

{% hint style="warning" %}
"Debt" is the Total debt = Borrowed amount + Borrowing Fees (cumulative)
{% endhint %}

<figure><img src="/files/DCSeY6co0sVdJlDX5kme" alt=""><figcaption><p>The Trove dashboard showing current position details</p></figcaption></figure>

## Step 2: Select "Update Trove"

To mint additional USDFC, you need to adjust your Trove.

1. Click the "Update Trove" tab
2. This will open the Trove adjustment interface

<figure><img src="/files/lKzMVOIUwdPWKPMXFcxr" alt=""><figcaption><p>Screenshot after clicking the "Adjust Trove" button</p></figcaption></figure>

## Step 3: Specify Minting Amount

Now you need to specify how much additional USDFC you want to mint.

1. In the adjustment interface, locate the "Collateral" and "Borrowed Amount" input fields
2. Enter the amount of Collateral and USDFC debt you want to adjust
3. The system will automatically calculate your new collateral ratio
4. Ensure your new collateral ratio remains above the minimum required (recommended 150%)

{% hint style="info" %}
"Total debt" is Borrowed Amount + Liquidation Reserve + Borrowing Fee (this mint fee).
{% endhint %}

<figure><img src="/files/dgDH5l8AuTL4a3WPjiph" alt=""><figcaption><p>The minting interface with the adjusted amount and collateral ratio calculation</p></figcaption></figure>

## Step 4: Review Transaction Details

Before confirming, review all transaction details carefully.

1. Check the additional USDFC amount you're minting
2. Verify your new collateral ratio
3. Review any fees that will be applied
4. Ensure you understand how this affects your liquidation risk

## Step 5: Confirm and Mint USDFC

Once you're satisfied with the details, you can proceed with minting.

1. Click the "Update Trove" button
2. Confirm the transaction in your wallet
3. Wait for the transaction to be processed on the blockchain

<figure><img src="/files/f33yxDss91kB6325tRnZ" alt=""><figcaption><p>The confirmation screen with the "Adjust Trove" method</p></figcaption></figure>

## Step 6: Verify Minted USDFC

After the transaction is confirmed, verify that your USDFC was minted successfully.

1. Check that your Trove details have been updated with the new debt amount
2. Verify that the additional USDFC has been added to your wallet balance
3. If you don't see the additional USDFC in your wallet, you may need to refresh or check your transaction history on your wallet or [a blockchain explorer](https://filfox.info/en)
4. Check that your wallet balance reflects Borrowing Fee subtracted

{% hint style="info" %}
Wallet balance = Total debt - Liquidation Reserve - Borrowing Fees (cumulative).
{% endhint %}

<figure><img src="/files/EQzLH5fKyw5I291RtB8Q" alt=""><figcaption><p>Screenshot showing updated Trove details and wallet balance</p></figcaption></figure>

## Next Steps

Now that you've minted USDFC, you can:

* [Manage your collateral](/usdfc-stablecoin/getting-started/managing-collateral-effectively.md) to adjust your risk level
* [Monitor your position](/usdfc-stablecoin/getting-started/monitoring-your-position.md) to stay informed about your Trove's health
* [Deposit USDFC into the Stability Pool](/usdfc-stablecoin/getting-started/using-the-stability-pool.md) to earn rewards
* [Redeem USDFC](/usdfc-stablecoin/getting-started/redeeming-usdfc.md) for FIL when you're ready

## Troubleshooting

* **Transaction Failed**: Ensure you have enough FIL for gas fees and that your collateral ratio meets the minimum requirement
* **Cannot Mint More USDFC**: You may have reached the maximum debt for your current collateral amount
* **High Gas Fees**: Try again when network congestion is lower or adjust your gas settings

## Common Questions

**Q: Is there a limit to how much USDFC I can mint?**\
A: The amount of USDFC you can mint is limited by your collateral amount and the minimum collateral ratio requirement.

**Q: Are there any fees for minting USDFC?**\
A: Yes, there is a small minting fee that varies based on the current base rate. This fee helps maintain the stability of the protocol.

**Q: How does minting more USDFC affect my liquidation risk?**\
A: Minting more USDFC without adding collateral increases your debt, which lowers your collateral ratio and increases your liquidation risk.

**Q: Can I mint USDFC in small increments?**\
A: Yes, you can mint USDFC in any amount as long as your collateral ratio remains above the minimum requirement.

## Related Topics

* [The Trove System](/usdfc-stablecoin/core-mechanics/the-trove-system.md)
* [Mint & Borrow](/usdfc-stablecoin/core-mechanics/mint-and-borrow.md)
* [Protocol Fees](/usdfc-stablecoin/core-mechanics/protocol-fees.md)
* [Liquidation](/usdfc-stablecoin/core-mechanics/liquidation.md)


---

# 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://docs.secured.finance/usdfc-stablecoin/getting-started/minting-usdfc-step-by-step.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.
