# Gauge Mechanism on Backprop Subnet

## Lifecycle of Gauge as a Miner

### Initialization

Created by GaugeFactory upon initialization of new Liquidity Pools. Pool Creators can then register the Gauge as a Miner on Backprop Subnet to be eligible for subnet emissions from Bittensor.&#x20;

### Maintenance

Pool Creators should deposit and replenish external bribes pools regularly to continue retain the votes of the ve-dTAO holders.&#x20;

### Deregistration

In the event that a new gauge is registered on the Backprop Subnet, the non-immune gauge with the least amount of votes will be replaced and no longer receive emissions from Backprop Subnet for downstream distribution. The gauge can be re-registered in the next registration window.&#x20;

## Supported gauges

Our gauges supports the following pools, with more to come in near future:

* Volatile V2
* Curve Stableswap
* \[COMING SOON] CLMM e.g. Uniswap V3, Trader Joe Liquidity Book model
* \[COMING SOON] Generic Pool

\[COMING SOON] For more in-depth explanation for the Gauge for Concentrated Pool, please visit the following pages.&#x20;


---

# 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.backprop.finance/backprop-subnet/gauge-mechanism-on-backprop-subnet.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.
