# 恒定函数做市商

与SUI上所有其他AMM不同，后续提供了每个池最多可容纳8种资产的恒定函数做市商。这为什么重要？对于像Sui这样新兴生态系统来说，大部分流动性将通过桥接方式到达。

不幸的是，从不同链和/或不同桥接器到达的资产并非可互换。这意味着如果你从Arbitrum桥接一枚ETH代币，你无法在一个由相同代币组成但是从Solana桥接而来的池中交易它。或者通过另一个桥梁到达。

我们对这个问题的解决方案是将所有类似代币放在一起进行汇集，使用稳定交换不变量将它们的价值锚定在大致相同，并允许各种代币之间进行轻松低滑点交易

<figure><img src="/files/xRrPzrFyTlKjMet7n4lG" alt=""><figcaption><p>Aftermath Wormhole的多资产池</p></figcaption></figure>

我们的CFMM还支持不相关资产，用于ETH、BTC、SUI、USDC等池，或者用户想要的任何其他组合，以相对权重。除了促进池中多个币种之间的高效交换外，这些不相关池还允许创建不同类型的篮子。例如，您可以创建一个蓝筹指数或者模因币指数，每个单独币种代表总池的任意百分比即可长达它们总和为100。

创建池是完全无需权限的，为社区提供了完全创作自由来部署他们最感兴趣的池。


---

# 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://ch-docs.aftermath.finance/chi-zi/heng-ding-han-shu-zuo-shi-shang.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.
