Monad
mainnet
Back to Services
Healthy
Chain ID: 143Version: v0.12.3Consensus 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.comSnapshot
prunedv0.12.3Download 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.23# Stop the monad services and reset the workspace to delete all runtime data.4bash /opt/monad/scripts/reset-workspace.sh56# Download and import TrieDB database snapshot.7curl -sSL https://raw.githubusercontent.com/SynergyNodes/monad-snapshot-script/refs/heads/main/restore_mainnet.sh | bash89# Fetch latest forkpoint.toml and validators.toml runtime files.1011unset REMOTE_VALIDATORS_URL12unset REMOTE_FORKPOINT_URL1314MF_BUCKET=https://bucket.monadinfra.com15VALIDATORS_FILE=/home/monad/monad-bft/config/validators/validators.toml1617curl -sSL $MF_BUCKET/scripts/mainnet/download-forkpoint.sh | bash18curl $MF_BUCKET/validators/mainnet/validators.toml -o $VALIDATORS_FILE19chown monad:monad $VALIDATORS_FILE2021# Start all services22systemctl start monad-bft monad-execution monad-rpcApps / Tools
Useful tools and resources created for Monad community.
