> For the complete documentation index, see [llms.txt](https://mih.gitbook.io/mine-holdings/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mih.gitbook.io/mine-holdings/mih-whitepaper/solution/pg-+-defi-model-architecture/dex.md).

# DEX

### **Liquidity Provision Revenue Model**

MIH operates its own decentralized exchange (DEX) based on a Uniswap V3 instance. Uniswap V3, a third-generation DEX protocol, introduces concentrated liquidity, allowing liquidity providers (LPs) to allocate funds within custom price ranges. This maximizes capital efficiency and enables deeper liquidity with less capital.

Using this structure, users can easily swap between various assets on the MIH DEX—such as exchanging $MIH for stablecoins like USDT, and vice versa. All swaps are executed on-chain via smart contracts, without any centralized intermediaries.

To incentivize liquidity provision, MIH offers a dedicated LP rewards program for users contributing to Uniswap V3-based liquidity pools. For instance, contributing to the MIH/USDT pool earns rewards in $MIH based on an APR that is dynamically adjusted according to market conditions.

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

**LPs can earn revenue in two ways**:

1. Swap Fee Distribution:\
   Of the 0.3% fee charged on each swap, 0.25% is distributed to LPs.<br>
2. LP Rewards Program:\
   $MIH rewards are automatically distributed via smart contracts based on the following formula: \
   **Individual Reward = Total Reward × (Individual Share / Total Pool Share)** \
   \
   For example, if the weekly reward is 10,000 $MIH and a user holds 5% of the pool, they will receive 500 $MIH for that week.<br>

Because Uniswap V3 requires liquidity to be provided within selected price bands, actual APYs vary depending on each LP’s strategy.&#x20;

To support decision-making, MIH offers real-time APY tracking and analytics tools.

### **Benefits of Activating Liquidity Pools**

* Minimized slippage during large transactions or swaps
* Improved tradability and market circulation of $MIH
* Increased user participation through yield opportunities beyond holding


---

# 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://mih.gitbook.io/mine-holdings/mih-whitepaper/solution/pg-+-defi-model-architecture/dex.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.
