# Understanding gauges

## The Gauges System

In Splash Protocol, the inflation of SPLASH tokens goes to liquidity providers through the gauges system. The following diagram shows how the Splash inflation mechanism works:

<figure><img src="/files/KXNMI1rR4kyxm3i2VUDC" alt=""><figcaption></figcaption></figure>

## Poll voting process

Voting occurs continuously during the SPLASH emission period and is updated every **seven** days. `veSPLASH` holders can adjust allocation weights and divide their voting power among one or more gauges.

Voting occurs on the Splash Protocol Dashboard, which will be available when the Vote Escrow system launches.

## Gauge weight

Gauge weight translates into how much of the weekly SPLASH inflation a gauge receives. This SPLASH emission is distributed across all liquidity providers according to their supplied value.

For example, if we have only 3 gauges in the system and one of them has 50% weight, then its weekly reward rate will be calculated as `weekly_emission_rate * 0.5`.

## Create gauge

Anyone can create a voting process to add a gauge on top of any pool. `veSPLASH` holders make the decision through the appropriate voting process.

{% hint style="info" %}
The process will be described here once the Vote Escrow system is launched.
{% endhint %}

## Initial gauges

Our development team will create several gauges on top of the most performant liquidity pools before the Vote Escrow system launches. Stay tuned.


---

# 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.splash.trade/gauges/understanding-gauges.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.
