# Stable Token AMMs

## Overview

One of the most important categories of AMMs are those designed for trading pairs with stable exchange rates ("stablecoins"), such as DAI, USDC, or USDT. Because the value of such a token is pegged to a stable unit like the US dollar, stablecoins are common tokens that many people trust for everyday transactions on blockchains. However, like any currency, stablecoins still fluctuate in value on a very small scale, usually on the order of hundredths of a basis point.

Shell's initial stablecoin-to-stablecoin pools are designed with these fluctuations in mind. We concentrate the liquidity of the pool over the range of common price fluctuations. Many of the pools, like the DAI+USDC pool, were designed such that when the pool's liquidity is split 50-50 across both tokens, the swap rate is the median rate over the last year.

Interested to read more about how these pools were designed? [Learn how to construct an AMM using Proteus.](https://app.gitbook.com/s/8NDihB2RNfi1LyoblpUf/tutorials/build-an-amm-with-proteus)

## Primitives

## `DAI+USDC`

* `Pool Address:` [`0x537E2d22CC140C15Ec03e99BE399223750DE7737`](https://arbiscan.io/address/0x537e2d22cc140c15ec03e99be399223750de7737)
* `LP Token ID: 0xbebb2eb60c5f0f6b2851070df30eb6b21f828c3b8242fd438caed9ca074a4436`
* `Component assets: DAI+USDC`
* `Fee: 0.025%`

## `USDT+USDC`

* `Pool Address:` [`0xd5A7eDB913eae552e341b3bA0704CB2F6971BF7b`](https://arbiscan.io/address/0xd5A7eDB913eae552e341b3bA0704CB2F6971BF7b)
* `LP Token ID: 0xaed7b01708bac910285a0331e9d703cc070c2c3ab641b4aec46feffa10f0d46b`
* `Component assets: USDT+USDC`
* `Fee: 0.025%`

## `Stablepool`

* `Pool Address:` [`0x4f9d367636d5d2056f848803C11872Fdbc2afc47`](https://arbiscan.io/address/0x4f9d367636d5d2056f848803C11872Fdbc2afc47)
* `LP Token ID: 0x6fa5e1f835f60b6883a60a12ec43e1534c10acef7b090b1b6a36b82876f54de9`
* `Component assets: DAI+USDC+USDT`
* `Fee: 0.025%`

## `wstETH+ETH`

* `Pool Address:` [`0x2EaB95A938d1fAbb1b62132bDB0C5A2405a57887`](https://arbiscan.io/address/0x2EaB95A938d1fAbb1b62132bDB0C5A2405a57887)
* `LP Token ID: 0x39d7132d7d4337aea5f75f468e05f6efd8182efd66eb6ddc49a8c900548411db`
* `Component assets: wstETH+ETH`
* `Fee: 0.025%`


---

# 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/getting-started/integrations/shell-native-primitives/stable-token-amms.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.
