# User Interface Explained

The vault page lets you deposit and withdraw your liquidity, as well as stake, unstake and claim rewards for the specific Perpetual Liquidity Pool. This page goes into each component of the user interface and elaborates more on the various sections and terminology used.

<figure><img src="/files/5LgVDN0QaTUu1VomtDo4" alt=""><figcaption></figcaption></figure>

Let's explore each section of the vault's user interface:&#x20;

<details>

<summary>How to Deposit </summary>

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

1. Go to [https://app.dem.exchange/pools](https://dev-app.dem.exchange/pools).
2. Locate 'Perp Pools' on the page and click 'Go to Vault'.
3. Decide how much $USDG to deposit.&#x20;
4. You will receive $CPLT corresponding to your deposit.

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

*Note: There are no deposit or withdrawal fees for BTCETH Perp Pool.* &#x20;

</details>

<details>

<summary>Your Positions</summary>

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

* Your Total Deposit: The total amount of USD you have deposited as liquidity in the Pool.
* CLP Balance: The available amount of CPLT you receive from depositing USD that can be staked to earn extra external rewards.
* Your Stake: The amount of CPLT tokens you have currently staked in the Vault.

</details>

<details>

<summary>Vault Stats</summary>

The 'Vault Stats' section displays:

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

* Total Value Locked: The total value of USD assets locked in the Pool.
* Est. APY: The estimated Annual Percentage Yield for the Pool.
* Vault Performance: Indicates the profitability of liquidity providers, including fees (such as funding rate and maker rebates) and traders' PnL.

By accessing this data, users can make informed decisions regarding their participation in the vault and optimize their strategies accordingly.

</details>

<details>

<summary>Liquidity Distribution</summary>

The 'Liquidity Distribution' section displays:

![](/files/sorspy2LrrpwwZ7VPPVl)

* Liquidity Allocation: Indicates the amount of used liquidity and the maximum allocated liquidity for each market.
* Current Liquidity Distribution: Provides real-time insights into the allocation of liquidity across different markets. For instance, if the displayed utilization rate is 94%, it signifies a corresponding borrow rate of 0.094% per hour.&#x20;

This information helps you gauge the availability and utilization of liquidity within each market.

</details>

<details>

<summary>Your Rewards 🔜</summary>

![](/files/RTiZkOCllLaGQzQIVIb1)

To maximize your rewards, you should

* Deposit USD into the Pool to start earning Trading APR, which includes a combination of traders' Profit and Loss (PnL), funding rate, and maker rebates.
* Stake your CPLT in the Vault to earn bonus rewards.

</details>

<details>

<summary>How to Stake 🔜</summary>

*Note: Staking is only for external rewards which is currently unavailable.*

* **Stake**: Go to the "stake" tab to stake your $CPLT tokens in the Vault to start earning external rewards. Your $CPLT tokens will be converted into [Carbon EVM](https://docs.carbon.network/introduction/what-is-carbon#carbon-evm) ERC20 $CPLT tokens.&#x20;

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

* **Unstake**: When you unstake your $CPLT tokens, you will stop earning external rewards but will still earn trading rewards APR and are still contributing $USDG liquidity to the Perp Pool.

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

* **Withdraw**: Bridges $CPLT to Carbon Core and withdraws $USD liquidity from the Perp Pool.

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

</details>

<details>

<summary>How to Withdraw</summary>

Liquidity providers can withdraw their liquidity from the perpetual liquidity pool (and return the LP tokens) so long as they pay the relevant withdrawal fees, and sufficient funds are available.&#x20;

A fee may apply for withdrawing liquidity / redeeming LP tokens.

### Withdrawal Limits

The amount you can withdraw is dependent on the liquidity utilization rate.

If the funds are currently being utilized as liquidity, there may be insufficient available funds in the perpetual liquidity pool for you to withdraw.

When the utilization rate of the perpetual liquidity pool increases, so does the borrow fee for the traders. As borrow fees gradually increase, it encourages traders to close their positions, or funding rate arbitrageurs to take over the pool's positions, freeing up liquidity.&#x20;

Once the pool's liquidity are freed up, more funds will become available for withdrawal.

### **Withdrawal Speed**

Withdrawals take one block on Carbon, which is about 2 seconds.

To ensure the security of the perpetual liquidity pool, immediate withdrawal of assets is not permitted; As withdrawals are processed only at the end of each block, meaning that there will always be a waiting time of one block.&#x20;

This protects the perpetual liquidity pool against sudden liquidity drains and prevents stakers from front-running PnL changes.

</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://guide.dem.exchange/earn/liquidity-pools/perp-pools/user-interface-explained.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.
