> 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/getting-started/wallets.md).

# Wallets

To use Glide, you will need either need Elastos Essentials ([**download here**](https://elastos.academy/elastos-essentials-wallet-for-beginners/)), a MetaMask wallet connected to the Elastos Smart Chain, or a multi-chain wallet that supports adding custom networks (such as TokenPocket).

**Elastos Essentials (pictured below) is the ecosystem's mobile super wallet** and includes important features such as decentralized identifier (DIDs) support and cross-chain functions, which are used to move ELA from the Elastos mainchain to the Elastos Smart Chain. **We recommend Essentials for users who wish to interact with Glide on their mobile devices.**

**For desktop users or users experienced with decentralized finance applications, MetaMask is recommended.** MetaMask by default only supports the Ethereum network. However, when you connect MetaMask to Glide, it will automatically configure MetaMask to work with the Elastos Smart Chain. To add manually, use the follow network settings:

* Network Name: Elastos
* RPC URL: <https://api.elastos.io/eth>
* ChainID: 20
* Symbol: ELA
* Explorer URL: [https://esc.elastos.io](https://esc.elastos.io/)

You can also click to add it on <https://chainlist.org/> (labeled as ELA-ETH Sidechain).&#x20;

To perform transactions on Glide or any other Elastos dApps, you will need ELA for gas. See [here](/getting-started/esc.md) for the guide on how to get gas.

<div align="center"><img src="/files/-MlCvhr5SDzt_Bi1GJNZ" alt="Elastos Essentials"></div>


---

# 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/getting-started/wallets.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.
