# Stable & Rated Pools

## How to add liquidity to a Stable or Rated Pool

### 1. Go to the Stable Pools tab on the Liquidity Pools page

The Liquidity Pools page can be found in the top menu under "Earn"

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

Make sure you are on the "Stable Pools" tab.&#x20;

### 2. Locate a specific pool

There's a search box to filter pools by token, and sub-tabs to filter by type of pool.&#x20;

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

"USD" pools are stable pools where all tokens are pegged to the US dollar. BTC are pools where both tokens are pegged to Bitcoin. "NEAR" are Rated pools where one of the tokens is wNEAR, and the second is a a yield-bearing, or "liquid staking", token like STNEAR, NEARX, and LINEAR.

Incentivized pools have a "Farms" tag next to their token pairs, and those with multiple reward tokens will include a special icon within the tag.&#x20;

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

### 3. Open the page for the Stable or Rated pool&#x20;

Clicking on a Stable or Rated pool on the Pools page will open a page with tabs to Add or Remove liquidity

<figure><img src="/files/YcSDYQ3xzPi6jfgFViKe" alt="" width="375"><figcaption></figcaption></figure>

### 4. Enter the amounts to deposit

You have three choices when adding liquidity to a Stable or Rated pool. You can deposit any amount of one or more of the pool tokens, deposit amounts that are in the same proportion as the current balance of the pool, or deposit all the tokens in your wallet for that pool.&#x20;

<div align="center"><figure><img src="/files/UFlIGqhLISu8RLYDUUwR" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/gHWluiFrjk4sGIWaesbo" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/TgUeOmCIf69JBf62Y6Zt" alt="" width="375"><figcaption></figcaption></figure></div>

Once you have entered the amounts you wish to add, click "Add Liquidity" to deposit the tokens. You will need to approve the transaction(s) on your wallet for the deposit to be made.&#x20;

## How to remove liquidity from a Stable or Rated pool

### 1. Go to the Your Liquidity page

You can see all pools you have liquidity in by going to the Your Liquidity page. You can get to the Your Liquidity page by clicking Earn > Your Liquidity in the main menu of the site.&#x20;

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

### 2. Unstake shares from a farm, if necessary

If your shares are staked on a farm you must unstake them before you can remove your liquidity from the pool. If only some shares are staked, you will be able to remove the liquidity for the unstaked portion. See [Farming](/near-chain-guides/liquidity-pool-farming.md) for more details about staking and unstaking shares.

<figure><img src="/files/Yun4HFDhAeuKCiZDVnjb" alt=""><figcaption><p>Pool shares are currently staked on a Farm and must be unstaked in order to remove tokens from the pool.</p></figcaption></figure>

### 3. Use the Remove Liquidity tab on the Stable or Rated pool

Clicking the Remove button on a Stable or Rated pool will take you to the Remove Liquidity tab on the pool's page.&#x20;

You have the option to remove your liquidity by Share, or by Token. If you remove by Share, you will get back amounts of all the tokens in the pool, proportional to the current balance of those tokens within the pool. If you remove by Token, you decide which tokens you will receive and at what amounts. The current balance of the tokens in the pool will determine how many shares the amounts you entered are worth.

<div><figure><img src="/files/vO07CJ4RtJsxM5V6Sphh" alt="" width="375"><figcaption><p>Removing tokens from a Stable pool by shares.</p></figcaption></figure> <figure><img src="/files/Xt4QRgjtS4Ug07orQBA5" alt="" width="375"><figcaption><p>Removing liquidity from a Stable pool by Token.</p></figcaption></figure></div>

Increase the Slippage Tolerance If you receive slippage related errors when attempting to remove liquidity from a pool. This may be necessary if there are a lot of swaps occurring on the pool at that time, especially if the pool does not have a lot of liquidity in it.


---

# 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://guide.rhea.finance/near-chain-guides/liquidity-pools/stable-and-rated-pools.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.
