# Gauges

### Voting

MPH rewards emissions are distributed among different Gauges according to veMPH voting. **All veMPH voting happens on Ethereum mainnet**. veMPH holders can vote for one or more Gauges [here](https://88mph.app/gauge), choosing the percentage of their voting power to allocate to a specific Gauge.

### Dividing a pool's MPH rewards among depositors

Their share of the MPH rewards scales with their proportional deposit amount in that pool. Similar to a traditional staking pool, the higher the % of shares owned in that pool, the bigger the MPH rewards amount received is. The users can claim their MPH rewards on the [Gauge page](https://88mph.app/gauge).

Notes: unlike Curve or Balancer, there is no additional veMPH boost.

### How are Gauges Deployed for a Pool?

Governance has the power to authorize new gauge deployment via the standard [governance process](/governance-2.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.88mph.app/vemph-gauges/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.
