# Glide Finance

## English

- [Introduction](https://docs.glidefinance.io/master.md)
- [Launch Details](https://docs.glidefinance.io/launch.md): Fair launch. No pre-sale. No pre-mine.
- [Roadmap](https://docs.glidefinance.io/roadmap.md): A roadmap for Glide Finance. These objectives are not definite and may change.
- [Wallets](https://docs.glidefinance.io/getting-started/wallets.md)
- [How to get ELA onto the Elastos Smart Chain (ESC)](https://docs.glidefinance.io/getting-started/esc.md)
- [Swap](https://docs.glidefinance.io/products/swap.md): Glide Finance AMM (Automated Market Maker)
- [Liquidity](https://docs.glidefinance.io/products/liquidity.md)
- [Liquidity Farming](https://docs.glidefinance.io/products/farms.md): Earn $GLIDE while staking LP tokens
- [Farm Details](https://docs.glidefinance.io/products/farm-details.md): Relative GLIDE distribution allocated to each liquidity pair
- [Single Stake Pools](https://docs.glidefinance.io/products/pools.md): Stake your GLIDE and earn rewards!
- [Liquid Staking](https://docs.glidefinance.io/products/liquid-staking.md)
- [Bridge](https://docs.glidefinance.io/products/bridge.md): How to Bridge
- [Faucet](https://docs.glidefinance.io/products/faucet.md)
- [GLIDE Token](https://docs.glidefinance.io/tokenomics/glide.md): All things $GLIDE
- [Fee Structure](https://docs.glidefinance.io/tokenomics/fees.md)
- [Proof of Burn](https://docs.glidefinance.io/tokenomics/proof-of-burn.md)
- [Contracts](https://docs.glidefinance.io/addresses/contracts.md): Here is a list of all official Glide smart contracts. Always check here for the official contract addresses.
- [Tokens](https://docs.glidefinance.io/addresses/tokens.md)
- [Other](https://docs.glidefinance.io/addresses/other.md): Periphery wallets
- [Audits](https://docs.glidefinance.io/security/audit.md): Smart contract security assessments
- [Other Measures](https://docs.glidefinance.io/security/security.md): Your trust and peace of mind are critical to us: Glide has been built with security in mind.
- [ElkNet Bridge](https://docs.glidefinance.io/resources/elknet-bridge.md)
- [Links](https://docs.glidefinance.io/resources/links.md)
- [Troubleshooting](https://docs.glidefinance.io/resources/troubleshooting.md)
- [RPC Endpoints](https://docs.glidefinance.io/resources/rpc-endpoints.md): Use these settings to connect to the Elastos Smart Chain network.
- [FAQ](https://docs.glidefinance.io/resources/faq.md): Frequently Asked Questions
- [Contact us](https://docs.glidefinance.io/resources/contact-us.md)

## Chinese

- [介绍](https://docs.glidefinance.io/chinese/master.md)
- [发布详情](https://docs.glidefinance.io/chinese/launch.md): 公平推出。没有预售。没有预挖。
- [路线图](https://docs.glidefinance.io/chinese/roadmap.md): Glide Finance 的路线图。这些目标不是确定的，可能会改变。
- [钱包](https://docs.glidefinance.io/chinese/getting-started/wallets.md)
- [如何将 ELA 加入亦来云智能链 (ESC)](https://docs.glidefinance.io/chinese/getting-started/esc.md)
- [交换](https://docs.glidefinance.io/chinese/products/swap.md): Glide Finance AMM（自动做市商)
- [流动性](https://docs.glidefinance.io/chinese/products/liquidity.md)
- [流动性农业](https://docs.glidefinance.io/chinese/products/farms.md): 在抵押 LP 代币的同时赚取 $GLIDE
- [农场详情](https://docs.glidefinance.io/chinese/products/farm-details.md): 分配给每个流动性对的相对 GLIDE 分布
- [单股权池](https://docs.glidefinance.io/chinese/products/pools.md): 抵押您的 GLIDE 并获得奖励！
- [桥](https://docs.glidefinance.io/chinese/products/bridge.md): 如何桥接
- [龙头](https://docs.glidefinance.io/chinese/products/faucet.md)
- [GLIDE 令牌](https://docs.glidefinance.io/chinese/tokenomics/glide.md): 所有的事情 $GLIDE
- [费用结构](https://docs.glidefinance.io/chinese/tokenomics/fees.md)
- [合同](https://docs.glidefinance.io/chinese/addresses/contracts.md): 这是所有官方 Glide 智能合约的列表。请务必在此处查看官方合同地址。
- [代币](https://docs.glidefinance.io/chinese/addresses/tokens.md)
- [其他](https://docs.glidefinance.io/chinese/addresses/other.md): 外围钱包
- [审计](https://docs.glidefinance.io/chinese/security/audit.md): 智能合约安全评估
- [其他措施](https://docs.glidefinance.io/chinese/security/security.md): 您的信任和安心对我们至关重要：Glide 在构建时就考虑到了安全性。
- [链接](https://docs.glidefinance.io/chinese/resources/links.md)
- [故障排除](https://docs.glidefinance.io/chinese/resources/troubleshooting.md)
- [RPC 端点](https://docs.glidefinance.io/chinese/resources/rpc-endpoints.md): 使用这些设置连接到亦来云智能链网络。
- [常问问题](https://docs.glidefinance.io/chinese/resources/faq.md): 经常问的问题
- [联系我们](https://docs.glidefinance.io/chinese/resources/lian-xi-wo-men.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.glidefinance.io/master.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.
