> For the complete documentation index, see [llms.txt](https://docs.xdfi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xdfi.net/tokenomics/gauge-voting.md).

# Gauge Voting

Gauge voting is a mechanism to determine how XDL rewards are distributed among various asset pools. It allows veXDL holders to direct the allocation of rewards to different pools based on their preferences and strategic interests. Here's how gauge voting works:

## Gauge Voting Mechanics

### **Voting Power**

On xDLOL, holders of veXDL, the platform's governance token, receive voting power. This power is proportional to the amount of veXDL they have locked in the governance contract. Locking tokens for longer periods boosts the voting power, reinforcing long-term engagement and influence in the platform’s decisions.

### **Asset Gauges**

Asset gauges on XDL are mechanisms through which the distribution of reward tokens to various asset pools is determined. veXDL holders participate in voting to decide how rewards are allocated across existing asset pools. Each gauge is associated with a specific asset pool, and veXDL holders allocate their votes based on their preferences for reward distribution.

### **Weight Allocation**

During the voting process, token holders allocate weights to gauges. These weights determine the proportion of the total rewards that each pool will receive in the next period. A higher weight means that a pool will get a larger share of the rewards.

### **Voting Periods**

Gauge voting takes place weekly, providing a regular schedule that facilitates modifications in response to evolving market dynamics, the performance of various pools, and the shifting priorities of the community.

### **Implementation of Results**

After the conclusion of a voting period, the results are processed, and the reward distribution is adjusted in accordance with the weights assigned by veXDL holders during the vote. This dynamic adjustment ensures that the reward allocation is always aligned with the current preferences of the token holders.

## Strategic Importance

Gauge voting is strategically important for a DeFi platform for several reasons:

* **Incentivizing Mirroring**: By allowing token holders to direct rewards, gauge voting incentivizes asset mirroring to supply capital to pools that are deemed important by the community, which can help balance and stabilize the platform’s markets.
* **Decentralized Governance**: This mechanism embodies principles of decentralized governance by giving the community control over significant aspects of the protocol. It aligns the interests of token holders with the health and growth of the platform.
* **Responsive to Market Conditions**: Regular voting cycles allow the protocol to adapt to evolving market conditions, directing resources to where they are most needed to maintain competitive yield rates and attract liquidity.

***

Gauge voting on the xDLOL exemplifies decentralized, community-driven decision-making by empowering veXDL holders to actively dictate the distribution of XDL rewards. This process involves allocating weights to various asset pools during regular weekly voting sessions, ensuring that the allocation of rewards aligns with the strategic interests and preferences of the community. By integrating this mechanism, the xDLOL not only incentivizes asset mirroring but also supports robust decentralized governance, adapting responsively to market dynamics and enhancing its appeal in the DeFi ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xdfi.net/tokenomics/gauge-voting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
