Skip to main content

Network information (EVM)

This page contains information for connecting to the public Etherlink networks via the EVM interface. For using the networks via the Michelson interface, see Michelson network information.

For current and historical status information for Etherlink, see https://status.etherlink.com.

For every network, we provide two public EVM endpoints: a full RPC endpoint and a relay endpoint. The full RPC endpoint can be consumed by Etherlink EVM users and decentralized applications to interact with the chain. The relay endpoint exposes a restricted RPC API with only eth_sendRawTransaction and eth_blockNumber available. Use the relay endpoint when setting up a EVM node.

Public RPC Endpoint Restrictions

Our full RPC endpoint is rate-limited to 1000 requests per minute, and comes with additional limits for certain API methods.

You can set up your own node if you need an endpoint without a rate limit, or subscribe to a commercial RPC provider plan which offers higher limits.

ParameterValue
Network NameEtherlink Mainnet
EVM versionOsaka
RPC Endpoint
https://node.mainnet.etherlink.com
Block Explorer URLhttps://explorer.etherlink.com
Websocket EndpointNot yet publicly available; see Getting updates with WebSockets
Relay Endpoint
https://relay.mainnet.etherlink.com
Tezos Smart Rollup address
Chain ID42793
Currency Symbol (native token)XTZ
Native token decimals18
Governance web sitehttps://governance.etherlink.com
Etherlink smart rollup snapshotshttps://snapshots.tzinit.org/etherlink-mainnet/
EVM node snapshotshttps://snapshotter-sandbox.nomadic-labs.eu/etherlink-mainnet/
Pre-imageshttps://snapshots.tzinit.org/etherlink-mainnet/wasm_2_0_0
Genesis date2 May 2024
Wallet Derivation Pathm/44'/60'/0'/0

This test network (sometimes abbreviated as "Shadownet Testnet" or just "Shadownet") runs on the Shadownet Tezos test network. Shadownet Testnet is the primary test network for Etherlink.

ParameterValue
Network NameEtherlink Shadownet Testnet
EVM versionOsaka
RPC Endpoint
https://node.shadownet.etherlink.com
Block Explorer URLhttps://shadownet.explorer.etherlink.com
Faucethttps://shadownet.faucet.etherlink.com/
Websocket EndpointNot yet publicly available; see Getting updates with WebSockets
Relay Endpoint
https://relay.shadownet.etherlink.com
Tezos Smart Rollup address
Chain ID127823
Currency Symbol (native token)XTZ
Native token decimals18
Etherlink smart rollup snapshotshttps://snapshots.tzinit.org/etherlink-shadownet
EVM node snapshotshttps://snapshotter-sandbox.nomadic-labs.eu
Pre-imageshttps://snapshots.tzinit.org/etherlink-shadownet/wasm_2_0_0
Genesis date28 August 2025
Wallet Derivation Pathm/44'/60'/0'/0

Technical information

FeatureDetails
Genesis date2nd May 2024 (Mainnet), 28th August 2025 (Shadownet Testnet)
EVM-compatibleYes, up to version Osaka
Block speedVariable; see Architecture
Docker imagehttps://hub.docker.com/r/tezos/tezos-bare images that start with octez-evm-node
DebuggingSupported via standard Ethereum endpoints
TracingSupported via standard Ethereum endpoints
MonitoringSupported; see Monitoring EVM nodes
WebSocketsSupported; see Getting updates with WebSockets
Fee structureVariable, including an execution fee and a fee for data inclusion on layer 1 but not a voluntary tip; see Fee structure

Precompiled contracts

These precompiled contracts are specific to Etherlink EVM:

ContractMainnetShadownet Testnet
Null/system address
XTZ bridging
FA bridging
Native Atomic Calls
NAC FA1.2

Etherlink EVM also includes these Ethereum precompiled contracts:

ContractMainnetShadownet Testnet
ecrecover
sha256
ripemd160
identity
modexp
ecadd
ecmul
ecpairing
blake2f
kzg_point_evaluation
BLS12_G1ADD
BLS12_G1MSM
BLS12_G2ADD
BLS12_G2MSM
BLS12_PAIRING_CHECK
BLS12_MAP_FP_TO_G1
BLS12_MAP_FP2_TO_G2
secp256r1
arrow icon

Prev

Using your wallet

Next

arrow icon
Getting Testnet tokens