# Gridex

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

[Gridex](https://github.com/smartbch/gridex/blob/main/README.md)是smartBCH团队提供的集中流动性解决方案，开创性使用离散的Bancor资金池在用户指定范围区间内做市；不同于Uniswap V3的nft设计，Gridex的流动性代币为ERC1155代币，在转移流动性和奖励流动性提供者方面更有优势；目前项目已经[开源](https://github.com/smartbch/gridex/blob/main/contracts/Gridex.sol)，合约正在推进审计。

Benswap基于Gridex首先实现了smartbCH链上的集中流动性解决方案，您可以[添加流动性](https://dex.benswap.cash/#/GriDexAddLiquidity)、[查看流动性](https://dex.benswap.cash/#/GriDexLiquidityList)。Gridex不再提供单独的交易页面，其交易功能被集成在[聚合器Pro](/zhong-wen/features/aggregator-pro.md)。

添加流动性后成功后，如果在[Gridex流动性](https://dex.benswap.cash/#/GriDexLiquidityList)页面没有更新，您可以点击“导入”按钮，手动导入。

我们支持0.5%、3%不同的手续费级别，通常而言稳定币交易对推荐选择0.5%，非稳定币交易对推荐选择3%。目前为了不分散流动性，我们固定了交易对的手续费，不支持自定义手续费。手续费将会全部提供给流动性提供者。

Gridex当前不支持交互时Transfer或TransferFrom需要支付手续费的代币。

这项服务是免费使用的，100%的交易费用会支付给流动性提供者。

### 合约

Gridex 工厂: 0x2Bc89aF35d4D6746e52bAb46aa4c85e9f922D137

Gridex 交易: 0xD58AebC5F57c63c90583105bFE923b965B8B63dd

Gridex 路由器: 0xb1964B4573521a21E3c9FC527e15e376E704Ec52


---

# 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.benswap.cash/zhong-wen/features/gridex.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.
