Online ChainId: 1001 Block:

Build with AmunChain — fast, secure, and intuitive.

Developer-first docs for testnet, faucet, and RPC endpoints. English first — full Arabic support included.

Network

EVM 1 req/min faucet Retry-After: 60
Chain ID
1001 (0x3e9)
RPC
https://rpc.amungold.com
WS
wss://ws.amungold.com
Open Faucet
Wallet Scan Hint
Scan to copy the RPC endpoint quickly. Use Chain ID 1001 in your wallet network settings.
{ "ready": true }

Quick Start

Three steps to ship your first integration.
curl -sS -X POST https://rpc.amungold.com \ -H 'Content-Type: application/json' \ --data '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'
  1. Request test tokens from the faucet.
  2. Add AmunChain Testnet with Chain ID 1001.
  3. Send a test transaction and verify balances.

RPC

Stable JSON-RPC for wallets, indexers, and EVM tooling.

Faucet

Secure distribution with Nginx rate-limit + JSON 429 + Retry-After.

FAQ

Common answers for rate-limits, RPC auth, and integration tips.

Copied
Done