> 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/gravity-networks/l1-mainnet.md).

# Gravity Mainnet (L1)

Gravity Mainnet is the production deployment of Gravity L1 — an EVM-compatible Layer 1 blockchain powered by AptosBFT consensus and a parallel EVM execution layer (Grevm on Gravity Reth), with a native on-chain oracle built into the protocol. This page is the canonical source of connection parameters for wallets, dapps, and infrastructure providers.

## Network Details

[*Add Gravity Mainnet to MetaMask*](https://chainlist.org/chain/127001)

* **Chain ID:** `127001`
* **Currency Symbol / Native Token:** `G`
* **Native token decimals:** `18`
* **RPC Endpoint:** <https://mainnet-rpc.gravity.xyz>
* **Block Explorer:** [https://mainnet-explorer.gravity.xyz](https://mainnet-explorer.gravity.xyz/) (Blockscout)
* **Chain Logo:** <https://assets.gravity.xyz/chain_logo.png>, or [visit this link](https://gal.xyz/brand) for different versions

## Add Gravity to your wallet

Gravity Mainnet can be added as a custom network to any EVM-compatible wallet (MetaMask, OKX Wallet, Trust Wallet, Rainbow, etc.). Use the one-click [ChainList entry](https://chainlist.org/chain/127001), or add manually using the values above.

## Getting G

You need G to pay gas on Gravity L1. See [How to Get G](/the-g-token/how-to-get-g.md) for bridging from Ethereum, CEX withdrawals, and migration from Alpha Mainnet (L2).

## RPC namespaces

The public endpoint exposes the standard Ethereum JSON-RPC surface (`eth`, `net`, `web3`). If your workload needs higher throughput than the public endpoint offers, consider running your own node or using one of the [Node Providers](/ecosystem-infrastructures/node-providers.md).

## See also

* [Gravity Longevity Testnet (L1)](/gravity-networks/l1-longevity-testnet.md) — stable public testnet, Chain ID `7771625`.
* [G Token](/the-g-token/g-token.md) — native token overview.
* [Token Contracts on Gravity](/the-g-token/token-contracts.md) — L1 ERC-20 list.
* [Gravity Mainnet (L1) Contracts](/developer-resources/mainnet.md) — system and bridge contract addresses.
* [Legacy: Alpha Mainnet (L2)](/legacy-alpha-mainnet-l2/using-gravity-alpha-mainnet-l2.md) — for readers looking for the 2024 Arbitrum Nitro rollup (Chain ID `1625`).


---

# 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/gravity-networks/l1-mainnet.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.
