# xPERPS VDC

## Virtual Deposit Contracts

{% hint style="info" %}
The xPERPS Virtual Deposit Contracts (VDCs) allow users to deposit xPERPS tokens into drip pool contracts to receive xPERPS rewards. Rewards can be either compounded or claimed.
{% endhint %}

There are two VDCs – Compound and Volatile.

When depositing xPERPS into Compound, there is an 11% deposit fee and a 11% withdrawal fee. The deposit and withdrawal fees are distributed as follows:

&#x20;  · 7% to the drip pool

&#x20;  · 1% instant dividends to existing stakers

&#x20;  · 1% to the Volatile VDC

&#x20;  · 1% burned

&#x20;  · 1% to management

The pool drips 1% of its balance daily to stakers proportional to their staked amount. The pool also receives bonus CVDC tokens from staking, and half of the 20% of unclaimed dividends from the xPERPS Yield Farm. Stakers also receive 1% of tokens deposited into the ONE Compound VDCs as a bonus.

When depositing xPERPS into Volatile, there is a 33% deposit fee and a 33% withdrawal fee. The deposit and withdrawal fees are distributed as follows:

&#x20;  · 30% to the drip pool

&#x20;  · 1% instant dividends to existing stakers

&#x20;  · 1% burned

&#x20;  · 1% to management

The pool drips 1% of its balance daily to stakers proportional to their staked amount. The pool does not receive bonus CVDC tokens from staking, but receives 1% of all xPERPS deposited into Compound and half of the 20% of unclaimed dividends from the xPERPS Yield Farm.

You can access the xPERPS VDC here:  \
[xPERPS VDC](https://app.growthdefi.com/xperps/vdc)


---

# 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://growthdefi-docs.gitbook.io/growthdefi/products/ecosystem-products/xperps-vdc.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.
