> 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 work with **Gravity Mainnet (L1, chain ID `127001`)** and the legacy **Gravity Alpha Mainnet (L2, chain ID `1625`)**.

{% hint style="info" %}
**No wallet ships Gravity Mainnet (L1) as a built-in network yet.** Add it as a custom EVM network — the one-click [ChainList entry](https://chainlist.org/chain/127001) does this for you. Some wallets do ship the legacy Alpha Mainnet (L2) built in, which is why L2 may appear in a network list while L1 does not.
{% endhint %}

See \[Gravity Mainnet (L1)]\(../network/l1-mainnet.md) and \[Legacy: Alpha Mainnet (L2)]\(../legacy-l2/network/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, and the optional `goal` query parameter:

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