# DF Token

dForce Token (DF) is the governance token across the network, giving DF holders complete control over decisions concerning dForce protocols, including onboarding of new assets and collaterals, changes to risk parameters, fee accrual, interest alignments, etc.

#### Vote-Escrow**ed DF (**&#x76;eDF)

veDF stands for vote-escrowed DF, representing DF tokens locked for voting in the dForce DAO.

When users lock their DF tokens for voting, they will receive veDF based on the lock duration and the amount locked. Locking is irreversible, and veDF tokens are non-transferable. If users choose to vote-lock their DF tokens, they can only reclaim the DF tokens after the lock duration has expired.

Users must specify the amount of DF they wish to lock and their preferred lock duration. The minimum lock period is one week, while the maximum is four years.

Additionally, a user cannot have multiple locks with different expiry dates. However, a lock can be extended, or additional DF can be added to it at any time.

It is worth noting that unlike the veCRV model, the balance of veDF will NOT decay before participants unstake upon lock-up expiration. For example, if a holder locks DF for 4 years, their veDF balance will remain unchanged throughout the lock-up period. We believe this will provide more incentives for DF token holders to participate in long-term staking.

#### **Voting Power**

In order to support the broadest possible participation in dForce governance, two forms of staked DF (Free vs. Lock-up) will have different voting weights aggregated across all blockchains and layers we support:

* DF and iDF (lending certificate): each DF or iDF for 1 vote
* Free Staking: each staked DF for 1.2x votes
* Lock-up Staking: each veDF for 6.0x votes

Voting power favors long-term holders - the longer you lock your DF, the more voting rights you will get.


---

# 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.dforce.network/dao/df-token.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.
