Skip to main content

Get test KHROME from the faucet

You need KHROME to pay gas. The faucet dispenses test KHROME on chain 777001.

  • Faucet: https://faucet.khromosome.network

Steps

  1. Open the faucet.
  2. Paste your address (0x…).
  3. Request funds and wait for the transaction to confirm.
  4. Confirm your balance on the explorer or via RPC:
curl -s https://rpc.khromosome.xyz \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xYOUR_ADDRESS","latest"],"id":1}'

The result is the balance in wei (hex). KHROME has 18 decimals, like ETH.

note

The faucet is rate-limited per address. For larger testing allocations on the network, ask the operator for a funded key.