Monad

Monad

mainnet

Back to Services
Monad
Healthy
Chain ID: 143Version: v0.12.3

Consensus Node Endpoints

Public RPC, API, and gRPC endpoints for Monad mainnet. These endpoints are maintained with high availability and low latency.

RPC Endpoint

JSON-RPC interface for querying blockchain state and submitting transactions

https://monad-rpc.synergynodes.com

Snapshot

prunedv0.12.3

Download the latest snapshot to quickly sync your Monad node. This snapshot is updated regularly and compressed with lz4 for faster downloads.

Block Height

49,982,549

Size

2.09 GB

Updated

1h ago

Version

v0.12.3

Format

tar.lz4

Download & Install

Run the following commands to download and apply the snapshot:

1# SSH into the node as root user.
2
3# Stop the monad services and reset the workspace to delete all runtime data.
4bash /opt/monad/scripts/reset-workspace.sh
5
6# Download and import TrieDB database snapshot.
7curl -sSL https://raw.githubusercontent.com/SynergyNodes/monad-snapshot-script/refs/heads/main/restore_mainnet.sh | bash
8
9# Fetch latest forkpoint.toml and validators.toml runtime files.
10
11unset REMOTE_VALIDATORS_URL
12unset REMOTE_FORKPOINT_URL
13
14MF_BUCKET=https://bucket.monadinfra.com
15VALIDATORS_FILE=/home/monad/monad-bft/config/validators/validators.toml
16
17curl -sSL $MF_BUCKET/scripts/mainnet/download-forkpoint.sh | bash
18curl $MF_BUCKET/validators/mainnet/validators.toml -o $VALIDATORS_FILE
19chown monad:monad $VALIDATORS_FILE
20
21# Start all services
22systemctl start monad-bft monad-execution monad-rpc

Apps / Tools

Useful tools and resources created for Monad community.