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