# 💸Incentivizer (NEW)

### Overview

The **Incentivizer** contract is a key component of our decentralized token launchpad. It automates the incentivization of **Bribes** on **Pharaoh Exchange.** This mechanism enables LP holders to collect rewards through **Pharaoh** by providing liquidity, and automating the incentivize function inherent to the ve3 model on **Pharaoh**.

{% hint style="info" %}
Only available via token launches with **Pharaoh**
{% endhint %}

### How It Works

1. **Token Holdings:** The contract holds a reserve of tokens designated for distribution. around 3 - 5% of the token supply is sent here upon migration to the **DEX.**
2. **Gauge Verification:** It checks if there is an active gauge associated with a liquidity pool. Reach out to **Pharaoh** with any question about getting WLed for this.
3. **Reward Allocation:** If an active gauge is detected, the contract incentivizes proportionally for the current epoch. (\~3% of the total supply for a token)
4. **Integration with Creator Rewards:** Creators and LP holders can stake their LP tokens via Pharaoh to collect rewards efficiently.

### Key Features

* **Automated Reward Distribution:** Eliminates manual incentivization every epoch.
* **Epoch-Based Incentives:** Ensures fair and structured reward allocation for creators and LPers.
* **Pharaoh Integration:** Allows seamless reward collection for LP holders.

### Usage Workflow

1. **Liquidity Providers Stake their LP on Pharaoh**
   * LPs provide liquidity to eligible pools.
2. **Stakers are rewarded in $PHAR emissions**&#x20;
   * Throughout the epoch, LP Holders are rewarded in $PHAR emissions.

{% hint style="info" %}
Gauge Whitelists are granted on a case by case basis according to **Pharaoh** documentation. Tokens in the **Incentivizer** are not accessible by Bellum DAO or any other entity. They are considered locked forever if a gauge is not made available.
{% endhint %}


---

# 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://doc.bellum.exchange/incentivizer-new.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.
