Skip to main content
Important: We do not provide financial advice or custody funds. All transactions occur on third-party platforms.

Testnet

In simple terms

A testnet is a practice version of a blockchain. The coins are free and worthless, so developers and learners can make mistakes without losing anything.

Definition

A parallel network that mirrors a blockchain's behaviour using tokens with no monetary value.

In depth

A test network runs the same protocol rules as mainnet with separate genesis state, its own chain ID, and typically a lower-security consensus configuration. Tokens are distributed by faucets, which makes them free and therefore economically meaningless. Test networks are periodically deprecated and replaced, so a contract deployed to one has no permanence. Local development networks go further, giving an instant, resettable chain with pre-funded accounts for automated testing.

How does Testnet work?

A developer switches the wallet to the test network, requests tokens from a faucet, and interacts exactly as they would on mainnet. Explorers exist for test networks too, so the whole flow is observable. Once behaviour is verified, the same bytecode is deployed to mainnet — the only differences being the network configuration and the fact that mistakes now cost money.

An example

Someone learning to use a wallet requests an illustrative 0.5 test ETH from a faucet, sends it between two of their own addresses, and watches the confirmations on a test explorer. The exercise costs nothing and the mechanics are identical to the real thing.

Figures are illustrative only.

What beginners get wrong

  • Trying to sell testnet tokens. They are deliberately worthless, and any market offering to buy them is a scam.
  • Assuming a testnet deployment is permanent. Test networks are retired regularly and take everything on them with them.
  • Believing a testnet airdrop will convert into a real one. Some programmes reward test participation and many do not, and claiming pages are a common phishing target.

Related terms

Part of

How does a blockchain transaction actually work? — the subject page for blockchain mechanics, with all 15 of its definitions in one place.

Educational only — not financial advice.