Guide

Copy Ink chain ID and RPC URL

Ink mainnet uses chain ID 57073 / 0xdef1, RPC URLhttps://rpc-gel.inkonchain.com, explorer https://explorer.inkonchain.com, and ETH as the gas token. This page refreshed Jul 3, 2026, 9:53 PM UTC; source docs and setup cautions were reviewed June 26, 2026.

Quick settings

Ink chain ID quick answer

Use 57073 / 0xdef1 for Ink mainnet, with RPC URLhttps://rpc-gel.inkonchain.com, explorer https://explorer.inkonchain.com, and ETH as the gas token. The canonical indexed page for this chain is/status/ink/, with the copy-ready config at/status/ink/#copy-ready-config. Verify the fields against the linked source docs before using them in a wallet, script, or app.

Copy Ink configRPC and explorerOfficial docs and sourcesETH gas token

Good fit when you need:
  • Ink chain ID 57073 / 0xdef1 for wallet or RPC setup;
  • the public RPC URL, explorer, gas token, and official/source docs together;
  • wallet config text without connecting a wallet.
NetworkInk
Chain ID57073 / 0xdef1
RPC URLhttps://rpc-gel.inkonchain.com
Explorerhttps://explorer.inkonchain.com
Gas tokenETH
CheckedJune 26, 2026
Source docsInk docs
Copy configStatus page config

Verification record

Manual metadata review and automated evidence checks are tracked separately. This is not a live uptime, latency, or production reliability monitor.

Manual metadata review
Verification status
Verified metadata
Verification run
source-monitoring-2026-06-26
Verification tool
source-monitoring-refresh
Source set
Ink docs
Manual review cadence
monthly; after July 26, 2026
Latest recorded chain ID probe
eth_chainId matched expected 0xdef1; observed 0xdef1 on

MethodologyReport a correction

Ink wallet-add fields

Use these manual fields when comparing Main.net with wallet directory entries or source documentation before calling wallet_addEthereumChain.

chainId
0xdef1 (57073)
nativeCurrency
ETH; name ETH, symbol ETH, decimals 18
rpcUrls
https://rpc-gel.inkonchain.com
blockExplorerUrls
https://explorer.inkonchain.com

Ink mainnet settings

RPC URL
https://rpc-gel.inkonchain.com
Explorer
https://explorer.inkonchain.com
Chain ID
57073
Chain ID hex
0xdef1
Currency symbol
ETH
Official/source docs
Ink docs

Ink EIP-3085 config JSON

Ready-to-copy wallet_addEthereumChain parameters generated from the fields above. Main.net does not connect wallets or request permissions.

Copy-ready JSON

Review source documentation before using this in an app or wallet flow.

{
  "chainId": "0xdef1",
  "chainName": "Ink",
  "nativeCurrency": {
    "name": "ETH",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": [
    "https://rpc-gel.inkonchain.com"
  ],
  "blockExplorerUrls": [
    "https://explorer.inkonchain.com"
  ]
}

Official docs and source links

Main.net links to source documentation for verification. It does not rank RPC providers or make uptime, latency, privacy, or production reliability claims about public endpoints.

Setup caution

Ink lists multiple RPC providers and endpoints. Verify the primary endpoint and provider fit before routing production traffic through a public endpoint.

Always verify important details in official documentation before configuring software that may sign transactions. Use the status page copy path for the current reviewed config:/status/ink/#copy-ready-config.

Ink chain ID FAQ

What is Ink chain ID?
Ink mainnet uses chain ID 57073 / 0xdef1.
What is the Ink RPC URL?
Ink mainnet RPC URL is https://rpc-gel.inkonchain.com.
Where can I copy Ink wallet config?
Use the Main.net status page copy path at /status/ink/#copy-ready-config. It renders wallet_addEthereumChain JSON from the reviewed chain ID, RPC URL, explorer, and gas token fields.
Where are the Ink source docs?
Ink source links are listed on this page and on /status/ink/. Verify them before using the settings in a wallet, script, or app.

Related references

Use these pages to check the same Ink fields from the status page, chain ID list, and RPC list.