> For the complete documentation index, see [llms.txt](https://docs.gravity.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gravity.xyz/ecosystem-infrastructures/supported-wallets.md).

# Wallets & Exchanges

### Wallets

The wallets below support both **Gravity Mainnet (L1, chain ID `127001`)** and the legacy **Gravity Alpha Mainnet (L2, chain ID `1625`)** — either with built-in support or by allowing users to add the chain as a custom EVM network. See [Gravity Mainnet (L1)](/gravity-networks/l1-mainnet.md) and [Legacy: Alpha Mainnet (L2)](/legacy-alpha-mainnet-l2/using-gravity-alpha-mainnet-l2.md) for the canonical connection parameters.

* [MetaMask](https://metamask.io/download/) — add via ChainList: [Gravity L1 (127001)](https://chainlist.org/chain/127001) / [Alpha L2 (1625)](https://chainlist.org/chain/1625)
* [Safe](https://safe.gravity.xyz/welcome?chain=gravity) (deployed by Gravity Team)
* [OKX Web3 Wallet](https://www.okx.com/web3/wallet/gravity-alpha)
* [Trust Wallet](https://trustwallet.com/download) ([add custom network](https://community.trustwallet.com/t/how-to-add-a-custom-network-on-the-trust-wallet-mobile-app/626781))
* [Rainbow](https://rainbow.me/download)
* [MyEtherWallet](https://www.myetherwallet.com/)
* [Zerion](https://zerion.io/download)
* [Gate.io Wallet](https://www.gate.io/web3)
* [Bitget Wallet](https://web3.bitget.com/en/)
* [SafePal](https://www.safepal.com/en/)
* [Keplr](https://www.keplr.app/)

### Exchanges

The following exchanges have supported Gravity Alpha Mainnet.

* OKX
* BitMart
* MEXC
* Bitget
* KuCoin
* Bithumb


---

# 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:

```
GET https://docs.gravity.xyz/ecosystem-infrastructures/supported-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.
