> For the complete documentation index, see [llms.txt](https://dcntrl-network.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dcntrl-network.gitbook.io/home/user-guides/your-dashboard.md).

# Your Dashboard

The user dashboard is the central hub for managing your interactions with the DCNTRL Protocol. It provides a comprehensive suite of tools and information to help you manage your positions, mint USDEFI, stake USDEFI in the stability pool, and claim and stake DCNX rewards to earn protocol revenue. This guide will walk you through the various sections of the dashboard and explain their functionalities.

***

### 🏦 Mint USDEFI Section

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

The Mint USDEFI section is where you can manage your USDEFI positions. Here, you can allocate BNB as collateral to mint USDEFI. This section also allows you to redeem USDEFI for BNB and adjust your collateral ratio to match your risk profile.

For more detailed information on how to mint USDEFI, manage your positions, and adjust your collateral ratio, please refer to our breakdown of this here:

{% content-ref url="/pages/qpETg2x33WT3aEfTOuFM" %}
[Borrowing (Minting) USDEFI](/home/user-guides/borrowing-minting-usdefi.md)
{% endcontent-ref %}

To learn more about the USDEFI token, how it works & how we maintain peg be sure to check out this resource:

{% content-ref url="/pages/aOMRkOA5uHlNgLa8Lalk" %}
[USDEFI Stablecoin](/home/dcntrl-features/usdefi-stablecoin.md)
{% endcontent-ref %}

***

### ⚖️Stability Pool

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

The Stability Pool is where you can stake your USDEFI to support the health of the protocol. By staking USDEFI in the Stability Pool, you can earn DCNX rewards and contribute to maintaining the stability of the system.\
\
To find out how to Stake your USDEFI to start earning, or unstake it, be sure to check out our full user guide:

{% content-ref url="/pages/bPpOwTMMybqXfVzxMSNu" %}
[Start Earning with USDEFI](/home/user-guides/start-earning-with-usdefi.md)
{% endcontent-ref %}

To learn more about what the Stability Pool is, and the benefits of supporting the protocol's health, please visit our in-depth breakdown:

{% content-ref url="/pages/XDrk8janzvRPAE82UMfJ" %}
[Earning in USDEFI Stability Pool](/home/dcntrl-features/usdefi-stablecoin/earning-in-usdefi-stability-pool.md)
{% endcontent-ref %}

***

### 🔒DCNX Staking

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

The DCNX Staking section is where you can manage your DCNX stakes. The more DCNX you stake, the more protocol revenue you will earn. This section provides an interface for managing your stakes and tracking your earnings.\
\
To find out how you can start earning protocol revenue and manage your DCNX stake, please check out our detailed user guide:

{% content-ref url="/pages/UPrNWD68OFVDa5DkaLoJ" %}
[How to stake DCNX to earn Protocol Revenue](/home/user-guides/how-to-stake-dcnx-to-earn-protocol-revenue.md)
{% endcontent-ref %}

For a complete understanding about how DCNX staking works read this section:

{% content-ref url="/pages/IiRWUeQAyF0IN9DWsIwy" %}
[DCNX Tokens](/home/dcntrl-features/dcnx-tokens.md)
{% endcontent-ref %}

***

### ❤️Total Liquidity

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

The Liquidity Section provides live stats for the Total Value Locked (TVL) in BNB, the Borrowing Fee, and the Total Collateral Ratio. This section allows you to monitor the health of the ecosystem and make informed decisions.

***

### 💳Your Wallet Balance

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

The Balance Section shows the assets available in your wallet, including BNB, USDEFI, and DCNX. It also displays any pending DCNX rewards.

***

### 📊 Statistics

The Statistics section provides key metrics about the DCNTRL Protocol:

<img src="/files/cEe65gbgKx9Izmc5UYXH" alt="" data-size="original">

* **Borrowing Fee**: This is a one-off fee charged as a percentage of the borrowed amount (in USDEFI). The fee varies between 0.5% and 5% depending on USDEFI redemption volumes.
* **Total Value Locked (TVL)**: This is the total value of BNB locked as collateral in the system, given in BNB and USD.
* **USDEFI Supply**: This shows the total number of active Mints in the system.
* **USDEFI in Stability Pool**: This shows the total USDEFI currently held in the Stability Pool, expressed as an amount and a fraction of the USDEFI supply.
* **Staked DCNX**: This shows the total amount of DCNX that is staked for earning fee revenue.
* **Total Collateral Ratio**: This is the ratio of the Dollar value of the entire system collateral at the current BNB:USD price, to the entire system debt.
* **Recovery Mode**: Recovery Mode is activated when the Total Collateral Ratio (TCR) falls below 150%. When active, your Mint can be liquidated if its collateral ratio is below the TCR. The maximum collateral you can lose from liquidation is capped at 110% of your Mint's debt. Operations are also restricted that would negatively impact the TCR.


---

# 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:

```
GET https://dcntrl-network.gitbook.io/home/user-guides/your-dashboard.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.
