# Aragon VE Governance

{% hint style="info" %}
For more detailed info about Aragon DAO, please refer to [Aragon DAO docs](https://docs.aragon.org/).

In this document, we'll focus on the user journey.&#x20;
{% endhint %}

Aragon’s ve-governance system is a **tokenomics-first governance framework** designed to improve resource allocation in onchain organizations. It enables DAOs to **align user incentives with the protocol**, **reward long-term participants**, and **build an active ecosystem** using staking, dynamic voting power, emissions, and bribes.

Vote-Escrow (VE) governance is a **proven model** for aligning user incentives in token-based communities. It was popularized in DeFi, allowing protocols to **reward long-term stakers with increasing governance power**.

#### How it Works

1. **Users lock tokens** in an escrow contract.
2. **They receive veTokens**, which represent their voting power.
3. **Voting power scales with lock duration** – longer locks mean **higher governance weight**.
4. **Votes influence resource allocation** across the protocol, typically directing incentive emissions towards specific pools or 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.bedrockdao.com/governance/bedrock-dao/aragon-ve-governance.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.
