# Liquidity Mining

## <mark style="color:blue;">**Overview**</mark>

**Liquidity Mining** on Elys Network allows users to earn rewards by contributing liquidity to designated pools.&#x20;

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

By adding assets to the liquidity pools, users not only facilitate smoother and more efficient trading within the network but also earn a share of the fees generated by multiple features. Liquidity mining provides an opportunity for users to passively earn while supporting the growth and stability of Elys Network’s decentralized exchange.

## <mark style="color:blue;">**How It Works**</mark>

When users contribute liquidity to Elys Network, they deposit pairs or single sided tokens into a liquidity pool.&#x20;

This pool serves as a reserve, allowing traders to swap tokens without depending on traditional order books, thereby minimizing slippage and enabling smooth trading experiences.&#x20;

In return for their contribution, liquidity providers receive rewards from multiple features, which are distributed based on the amount of liquidity provided and the level of activity within the pool.

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

Elys Network offers two types of pools: classic AMM pools and **Smart-Shielded Pools.**

While classic AMM pools use a simple mechanism with a fixed 50:50 weight between each token, Smart-Shielded Pools feature a variable weight that adjusts according to market conditions. This makes them more efficient and reduces the risk of impermanent loss to nearly zero.

### <mark style="color:blue;">Variable Swap Prices</mark>

Unlike traditional Automated Market Makers (AMMs), the swap price on Elys SmartShielded Pools varies based on the pool's needs.&#x20;

For example, in an BTC/USDC pool, if rebalancing requires a higher percentage of BTC, the fees for converting BTC to USDC will be low, and vice versa.

For more information about the mechanism: [<mark style="color:blue;">Click here</mark>](/docs/core-features/swap.md)

### <mark style="color:blue;">Pool Balance Reward</mark>

When a swap or liquidity provider improves the weight and brings it closer to the target, both the swap fee and weight-breaking fee are reduced to 0. Additionally, an incentive bonus, known as the **"Pool Balance Reward"** is provided from a **"Bonus vault"** specifically designed to reward users participating in the weight balance.

### <mark style="color:blue;">Bonus Vault</mark>

Our bonus Vault collects 10% of all swap fees and redistributes them to incentivized weight recovery.

## <mark style="color:blue;">Benefits of SmartShielded Pools</mark>

Elys Smart-Shielded Pools offer several advantages:

* **Accurate asset prices**
* **Arbitrage opportunities for traders** thanks to low swap fees and our Weight recovery Reward system
* **Very low swap fees with negligible price impact**


---

# 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://elys-network.gitbook.io/docs/core-features/earn/liquidity-mining.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.
