# veDUST Mechanics

**veDUST** is the vote-escrowed version of **DUST**, representing your commitment and influence in the Neverland ecosystem.

When you lock DUST, you mint veDUST — gaining **voting power**, **governance rewards**, and **priority influence** over how protocol revenue is used. The longer and larger the lock, the more powerful your vote.

### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">Core Formula

$$
\text{veDUST} = D\_{\text{locked}} \times \frac{t\_{\text{lock}}}{t\_{\text{max}}}
$$

Where:\
$$D\_{\text{locked}}$$ = amount of DUST locked\
$$t\_{\text{lock}}$$ = selected lock duration\
$$t\_{\text{max}}$$ = maximum possible lock (typically 1 year)

Voting power **decays linearly** over time:

$$
\text{veDUST}(t) = D\_{\text{locked}} \times \frac{t\_{\text{end}} - t}{t\_{\text{end}} - t\_{\text{start}}}
$$

At expiration $$(t = t\_{\text{end}})$$, veDUST reaches zero. Extending your lock increases $$t\_{\text{end}}$$ and restores voting power.\
**Permanent locks** grant full voting power indefinitely, without decay.

***

### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">veDUST as an NFT

Each veDUST position is minted as a **non-fungible token (NFT)**, representing a unique governance stake that you fully own.

The NFT contains:

<img src="/files/hgj0K1L2MhXf0IZ0wjcX" alt="" data-size="line">Locked amount (`amount`)\ <img src="/files/hgj0K1L2MhXf0IZ0wjcX" alt="" data-size="line">Unlock timestamp (`end`)\ <img src="/files/hgj0K1L2MhXf0IZ0wjcX" alt="" data-size="line">Weighted start time (`effectiveStart`)\ <img src="/files/hgj0K1L2MhXf0IZ0wjcX" alt="" data-size="line">Voting weight and reward receiver

NFTs are **fully transferable** — you can trade or sell your position at any time.\
This means you can exit early **without unlocking**, while keeping the entire system liquid and transparent.\
Neverland’s NFT architecture brings **flexibility** to a governance model that traditionally locks users in place.

***

### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">Early Unlocks & Fair Penalties

If you prefer to **unlock early**, you can. However, to keep things fair, Neverland applies a **proportional penalty** based on how much time remains on your lock. The earlier you withdraw, the higher the penalty — and all penalties are **burned**, reducing total supply and rewarding the rest of the community.

$$
P\_{\text{user}} = D\_{\text{locked}} \times \frac{R}{10{,}000} \times \frac{t\_{\text{end}} - t\_{\text{now}}}{t\_{\text{end}} - t\_{\text{effective}}}
$$

Where:&#x20;

$$R$$ = maximum early-withdraw penalty (7,500 = 75%)\
$$t\_{\text{now}}$$ = current time\
$$t\_{\text{effective}}$$ = weighted average start\
$$t\_{\text{end}}$$ = unlock time

Penalties **decay linearly** from full at creation to zero at expiry — simple, transparent, and fair.

All penalized tokens are **burned**, benefiting long-term lockers through greater scarcity and value.

***

### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">Weighted Start

Whenever you **add more DUST**, **extend**, or **merge** locks, Neverland uses a weighted average start time to ensure fairness:

$$
t\_{\text{effective}} = \frac{D\_1 t\_1 + D\_2 t\_2}{D\_1 + D\_2}
$$

*Example:* You lock 100 DUST on Jan 1 and add 50 DUST on Mar 1 → $$t\_{\text{effective}}$$ ≈ Feb 3. Your prior commitment still counts — you don’t lose credit for time already served.

This prevents “refreshing” near expiry from reducing penalties.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">Lifecycle Behavior

<table data-header-hidden><thead><tr><th width="166"></th><th width="258"></th><th></th></tr></thead><tbody><tr><td>Action</td><td>Weighted Start Behavior</td><td>Penalty Impact</td></tr><tr><td><strong>Create Lock</strong></td><td>Set to <code>block.timestamp</code></td><td>Starts fresh penalty period</td></tr><tr><td><strong>Increase Amount</strong></td><td>Weighted average (old + new)</td><td>Moves forward slightly, fair adjustment</td></tr><tr><td><strong>Extend Duration</strong></td><td>Unchanged</td><td>Reduces penalty (longer commitment)</td></tr><tr><td><strong>Merge Locks</strong></td><td>Weighted average of both locks</td><td>Blends time served fairly</td></tr><tr><td><strong>Permanent Lock</strong></td><td>Ignored (no decay or penalty)</td><td>Fully committed state</td></tr></tbody></table>

***

### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">Governance & Rewards Flywheel

veDUST powers Neverland’s **self-balancing flywheel**, connecting commitment, influence, and rewards.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">**Governance Power**

Active locks carry real weight. The longer you stay locked, the stronger your vote and your share of rewards. Extending your lock keeps your influence active and your rewards high.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">**Revenue Distribution**

All protocol revenue — interest spreads and liquidation fees — flows through veDUST governance.

Holders decide how it’s allocated between governance rewards, LP incentives, and DUST buybacks and burns:

$$
\text{Revenue}*{\text{to veDUST}} = \alpha \times \text{Revenue}*{\text{total}}
$$

where $$\alpha \le 0.5$$

Each holder’s share is:

$$
\text{Reward}\_i =
\frac{\text{veDUST}*i}{\sum*{j=1}^{N}\text{veDUST}*j}
\times
\text{Revenue}*{\text{to veDUST}}
$$

Because veDUST decays over time, the share of rewards naturally tilts toward users who **stay locked and engaged**, linking yield directly to participation.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">**Deflationary Reinforcement**

Penalties from early unlocks permanently **burn DUST**, shrinking total supply and amplifying value for long-term holders. Every early exit strengthens the system by concentrating both governance power and future rewards among those still committed.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">**Adaptive APR Equilibrium**

The effective APR adjusts automatically to the total DUST locked:

$$
\text{APR}{\text{effective}} = \frac{\alpha \times \text{Revenue}{\text{Total}} \times 12}{D\_{\text{locked}}}
$$

Fewer lockers = higher APR → stronger incentive to lock again. This self-correcting cycle keeps rewards balanced and sustainable.

#### <img src="/files/UxcoxCMKd43s8WbFwOwF" alt="" data-size="line">**Self-Balancing Dynamics**

The combination of linear governance decay, weighted-start fairness, and burn-based penalties creates a *living economy*:

$$
\text{Fewer Locks} \Rightarrow \text{Higher APR} \Rightarrow \text{More Incentive to Re-Lock}
$$

veDUST isn’t just a governance token — it’s the engine that keeps Neverland’s ecosystem **healthy, fair, and continuously in motion**.<br>


---

# 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.neverland.money/vedust-mechanics.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.
