> For the complete documentation index, see [llms.txt](https://docs.glidefinance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glidefinance.io/addresses/contracts.md).

# Contracts

## Token Contracts <a href="#token-contract" id="token-contract"></a>

**GLIDE Token** `0xd39eC832FF1CaaFAb2729c76dDeac967ABcA8F27`

* This contract address is for the $GLIDE token. Import this address into your wallet to begin sending and receiving $GLIDE

**SUGAR Token** `0xa09Fd898D9c14CE6503dDb7A6861Dd08642BF60e`

* This contract address is for the $SUGAR token. Do not interact with this token. It is for record keeping of your staked positions. You will need it to redeem your staked $GLIDE.

## Automated Market Maker (AMM)

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

## Staking Contracts <a href="#chef-contracts" id="chef-contracts"></a>

**MasterChef** `0x7F5489f77Bb8515DE4e0582B60Eb63A7D9959821`

* The **MasterChef** controls the Glide farms and Manual GLIDE pool functions.

**GlideVault** `0xBe224bb2EFe1aE7437Ab428557d3054E63033dA9`

* The **GlideVault** handles the functions for the Auto GLIDE pool, allowing users to automatically compound their staked $GLIDE.

## Swap Fee Contracts <a href="#chef-contracts" id="chef-contracts"></a>

**FeeDistributor** `0x87CC7290897cbe50Eb38e0C299B26798f87C8D5F`

* The **FeeDistributor** contract collects the exchange swap fees, converts them into ELA, and transfers them to the SwapRewardsChef contract. It is triggered every 6 hours by an external script.

**SwapRewardsChef** `0x80f2cF7059336b44a75F00451B81f8d742DD2b94`

* The **SwapRewardsChef** controls the dividend pool (stake GLIDE, earn ELA) function. The dev team will adjust the ELA distribution rate to ensure the pool does not run out of funds.

## Other Contracts <a href="#other-contracts" id="other-contracts"></a>

**Timelock** `0x418cf264f8Ac12e75C28CD76072A7ECa44209EFC`

* The **Timelock** prevents instant changes to our smart contracts.

***All contract code is open source and can be found on our*** [***Github.***](https://github.com/glide-finance)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glidefinance.io/addresses/contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
