# vdTokens

### Variable Debt vdTokens

**vdTokens** (variable debt tokens) are minted when users **borrow assets** from the protocol.\
They track the user’s debt balance, including both principal and accrued variable interest.

* **Primary function:** represent the outstanding amount owed by the user to the protocol.
* **Interest accrual:** the vdToken balance increases dynamically as variable interest is applied to the borrowed amount.
* **Example:** when borrowing USDC, the user receives `vdUSDC`. The balance of these tokens grows until the loan is repaid.
* **User role:** vdTokens serve as the user’s “proof of debt” and must be repaid to close the borrowing position.

👉 In short: **vdTokens represent the debtor (borrower) side of the protocol.**

| Topic             | Detail                                                                                                                                                               |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Symbol format     | vd, e.g. vdWETH, vdUSDC                                                                                                                                              |
| Lifecycle         | <p>• Minted when you borrow the underlying asset.<br>• Burned when you repay the loan (partially or fully).</p>                                                      |
| Valuation         | Maintains a 1:1 peg to the borrowed asset. Your vdToken balance increases over time as variable interest accrues.                                                    |
| Interest accrual  | Each reserve has a variable debt index. When the index increases, your vdToken balance scales up proportionally, no user action required.                            |
| Wallet visibility | vdTokens are standard ERC-20 tokens and can appear in most wallets; you may need to add the contract address manually.                                               |
| Repayment         | Navigate to **Dashboard → Borrowings → Repay** to reduce or close your debt. The protocol burns the vdTokens and decreases the outstanding loan balance accordingly. |


---

# 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.primefi.xyz/borrow/vdtokens.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.
