# 合同

## 代币合约 <a href="#token-contract" id="token-contract"></a>

**GLIDE Token** `0xd39eC832FF1CaaFAb2729c76dDeac967ABcA8F27`

* 此合约地址用于 $GLIDE 代币。将此地址导入您的钱包以开始发送和接收 $GLIDE

**SUGAR Token** `0xa09Fd898D9c14CE6503dDb7A6861Dd08642BF60e`

* 此合约地址用于 $SUGAR 代币。不要与此令牌交互。它用于记录您的抵押头寸。您将需要它来赎回您质押的 $GLIDE。

## 自动做市商 (AMM)

* **Factory** `0xaAbe38153b25f0d4b2bDa620f67059B3a45334e5`
* **Router** `0xec2f2b94465Ee0a7436beB4E38FC8Cf631ECf7DF`

## 抵押合约 <a href="#chef-contracts" id="chef-contracts"></a>

**MasterChef** `0x7F5489f77Bb8515DE4e0582B60Eb63A7D9959821`

* **MasterChef** 控制 Glide 农场和手动 GLIDE 池功能。

**GlideVault** 0xBe224bb2EFe1aE7437Ab428557d3054E63033dA9

* **GlideVault** 处理 Auto GLIDE 池的功能，允许用户自动组合他们抵押的 $GLIDE。

## 掉期费合约 <a href="#chef-contracts" id="chef-contracts"></a>

**FeeDistributor** `0x87CC7290897cbe50Eb38e0C299B26798f87C8D5F`

* **FeeDistributor** 合约收取交易所掉期费用，将其转换为 ELA，并转移到 **SwapRewardsChef** 合约。它由外部脚本每 6 小时触发一次。

**SwapRewardsChef** `0x80f2cF7059336b44a75F00451B81f8d742DD2b94`

* **SwapRewardsChef** 控制红利池（stake GLIDE，赚取 ELA）功能。开发团队将调整 ELA 分配率，以确保池不会耗尽资金。

## 其他合同 <a href="#other-contracts" id="other-contracts"></a>

**Timelock** `0x418cf264f8Ac12e75C28CD76072A7ECa44209EFC`

* **Timelock** 可防止对我们的智能合约进行即时更改。

**所有合约代码都是开源的，可以在我们的** [**Github**](https://github.com/glide-finance) **上找到。**


---

# 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.glidefinance.io/chinese/addresses/contracts.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.
