# Future Directions

## Governance

* VGOV token, to govern protocol decisions, compensated by protocol yield.
* Increase use of ungoverned modules, reducing governor scope down to token whitelistings and keeper selection.
  * ProxyRouter module:  governed whitelisting module, which then routes to ungoverned per-token yield modules that handle treasury management for a specific ERC20 asset.
* Increase Keeper abilities to include (a) swapping Treasury assets from A to B, and (b) pushing excess yield to approved external addresses, such as a yield vault.

## Use of Yield

* Protocol-owned liquidity
  * A focus on stable+volatile, such as VUSD-ETH pairs, to encourage both reachability and variance in the spot DEX markets.
* VGOV staking.
* Marketing and growth initiatives.


---

# 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.vdollar.finance/inside-vusd/future-directions.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.
