# Liquidity Provision

Liquidity provision on YeiSwap helps power the DEX by enabling token swaps and allows providers to earn yield from multiple sources. You are a liquidity provider (LP) when you deposit supported token pairs or yTokens into liquidity pools.

<figure><img src="/files/u8mY7Mw3KBLu05CR60U4" alt="" width="563"><figcaption></figcaption></figure>

### Providing Liquidity

Deposit token pairs via the **Pools** tab to power swaps and earn rewards.

<figure><img src="/files/587U7YzNydzJDjTqMe0y" alt="" width="563"><figcaption></figcaption></figure>

#### yToken Pools

You can deposit yTokens directly into YeiSwap pools. For example, if you supplied SEI on YeiLend and received aYeiSEI, you can then stake the token in the pool to earn dual rewards.

<figure><img src="/files/WkR9WHWAh1LBw7qABt8b" alt="" width="563"><figcaption></figcaption></figure>

#### Dual Yield for LPs

Liquidity providers on YeiSwap earn **dual rewards**:

* **Lending Yields**: From the interest earned on the underlying yToken.
* **Trading Fees**: From swap activity in the pool.

<figure><img src="/files/mztmwb8HY4sfZ3CcEZqo" alt="" width="272"><figcaption></figcaption></figure>

Both lending yields and trading fees are automatically accrued and claimable upon withdrawal. In addition, extra **incentives are airdropped weekly** every **Wednesday at 09:00 UTC**.

{% hint style="info" %}
Providing liquidity involves risks like impermanent loss. Understand the trade-offs before participating.
{% endhint %}

## Track Your Position

View your details in the **Portfolio** tab:

<figure><img src="/files/VXeLR2jBT7Wt4ygViLd2" alt="" width="563"><figcaption></figcaption></figure>

* Position size
* Pending yield
* APR
* Price range


---

# 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.yei.finance/products/yeiswap/liquidity-provision.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.
