# STEAMM Beta

STEAMM Beta is officially live as of February 17th!

**What is STEAMM and how does it work?**

STEAMM is a Superfluid AMM that deposits idle liquidity to Suilend for additional yield.&#x20;

**Where can I access STEAMM Beta?**

Head to <https://steamm.fi/> to access STEAMM Beta. During the beta period, a Rootlets NFT will be required to access STEAMM.&#x20;

[Click here](https://www.tradeport.xyz/sui/collection/rootlets?bottomTab=trades\&tab=items) to purchase a Rootlets NFT at Tradeport. &#x20;

**What pools types does STEAMM support?**

At launch, STEAMM Beta supports Constant pools. Constant pools operate similarly to Uniswap V2, using the constant product formula: 𝑥 × 𝑦 = 𝑘.&#x20;

Where:

• 𝑥  and  𝑦  are the reserves of two assets in the pool,

•  𝑘  is a constant that remains unchanged during trades, ensuring that price adjustments happen algorithmically.&#x20;

**What assets does STEAMM support?**

At launch, STEAMM Beta supports the following asset pairs and fee tiers:

* SUI-USDC (0.3%)&#x20;
* SEND-SUI (2%)&#x20;
* wBTC-USDC (0.3%)&#x20;
* wBTC-SUI (0.3%)

**What fees does STEAMM have?**&#x20;

When swaps are made via STEAMM, a protocol fee of 20% is incurred. For example, if a swap is made from a pool with a fee tier of 0.3%, 80% of the fee (0.24%) is distributed to liquidity providers (LPs), while the remaining 20% (0.06%) is reserved as the protocol fee.


---

# 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.suilend.fi/archive/steamm-beta.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.
