# LP in a Pool

LP tokens on Shell are fungible, so they act like any other token. Also, since Shell AMMs support single-sided liquidity provision, you can LP using only one token type or an uneven split of assets.

In the Shell app, the way to LP (provide liquidity) into pools is by ‘swapping’ from any supported token to a Shell LP token (aka 'shLP' token).

## How to LP in a pool

First, select ‘shLP’ as the ‘Swap To’ token in the trade screen.

![](https://cdn-images-1.medium.com/max/1600/0*iN06zXW855BEO6De)

Then click ‘Select LP token’ and choose your desired token from the list.

![](https://cdn-images-1.medium.com/max/1600/0*l6uATaBSFMP_xhqI)

Each LP token corresponds with a different pool. The names of the tokens indicate what component tokens they have exposure to. In this example, we'll pick USDT+(DAI+USDC).

![](https://cdn-images-1.medium.com/max/1600/0*gvmopKDtLiCN7UBJ)

Lastly, complete the swap for your desired LP token just like any other swap. This transfers your liquidity into that pool.

![](https://cdn-images-1.medium.com/max/1600/0*JiEOYp0DlgCapNm_)

## Why to LP?

You can earn [Shell Points](/user-guide/earn-rewards/shell-points-concluded.md) by LPing in Shell pools during the guarded launch. You can also earn a portion of the AMM's revenue earned whenever the pool is used for swaps.

![Providing liquidity with Shell. It’s that simple.](https://cdn-images-1.medium.com/max/1600/0*ruKRY7hOO3FuZsS9)


---

# 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://wiki.shellprotocol.io/user-guide/lp-in-a-pool.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.
