> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/product/borrow/vdtokens.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.primefi.xyz/product/borrow/vdtokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
