# Delta

Delta is the difference, for each color, between the current supply of USDV and the quantity of USDV originally minted. For example, if USDV\_BLUE started with $100 tokens minted, but $50 were *recolored* to USDV\_RED, Delta\_USDV\_BLUE= -50 and Delta\_USDV\_RED = +50.

Delta can also be thought of as *yield potential*, or how much the current vault shares of a given color may change in the near future. A **positive delta** (surplus) means there exists potential yield that is not being collected. A **negative delta** (deficit) means there is the potential for yield reduction.

Delta is calculated separately for every color on every blockchain. Verified Minters choose when to remint based on their color's delta value on each blockchain.

## Volume vs TVL

A Verified Minter's delta can ***never*** fall below its TVL (See [ColorTrace Safety](/docs/concepts/global-invariants.md) mint-holding guarantee). However, a Verified Minter can gain vault shares beyond its TVL by recoloring USDV that flows through its contracts (See [Remint](/docs/concepts/remint.md)).


---

# 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.usdv.money/docs/concepts/delta.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.
