What is devnet?
A development network run by a project for its own testing, usually reset at will and less stable than a public test network.
Not yet verifiedHow we verify
3 min read
In this entry
A development network run by a project for its own testing, usually reset at will and less stable than a public test network.
The distinction from a testnet is about audience and durability: a testnet is meant to mirror mainnet conditions for anyone building on it, while a devnet can be wiped whenever the team needs a clean state. Tokens on either are worthless by design. Some chains use the word for their most experimental public network, so check the project's documentation rather than assuming.
You will meet the word in three places as a buyer: in a project's own documentation, in a wallet's network dropdown, and in the small print of a testing campaign that promises rewards. The mistake people make is treating a devnet balance as an asset. It is a number in a database the team can delete, and most teams eventually do.
How it works
A devnet is a full copy of the chain's software running with its own genesis file and its own set of nodes, separate from the network carrying real value. Because the operators control the genesis parameters, they can mint whatever starting balances they need and restart from scratch when a change breaks compatibility.
Coins on the network come from a faucet rather than from purchase, which is what keeps them worthless and therefore useful for testing. Each network is identified by its own chain identifier or cluster name, so wallets and tools can tell one from another. Sending a transaction to the wrong one is the standard beginner error.
When the team resets the network, every address, balance, deployed contract, and transaction history disappears. Nothing carries over unless the team explicitly recreates it in the new genesis file.
Example
Suppose a project announces a devnet campaign and your wallet shows a balance of 5,000 of its tokens after you complete some tasks. Those are illustrative figures. The tokens are not the same asset as any later mainnet token, they have no order book, no liquidity, and no price. If the project resets the devnet next month, the balance reads zero and nothing has been taken from you, because nothing of value was ever there.
Why it matters when you buy
If a token you are researching only exists on a devnet or a testnet, there is nothing to buy yet and any listing claiming otherwise is not what it says it is. Check whether an asset actually trades somewhere before treating a price screenshot as real, and see the coin pages and the chain leaderboard for which networks are live. Test-network activity can precede a real launch, but the two are separate events.
Related terms
testnet — the public network that mirrors mainnet, mainnet — the live network with real value, faucet — where free test coins come from, chain id — how tools tell networks apart, genesis block — where a network's starting state is fixed.
Questions
Can I buy devnet tokens?
No. Devnet coins are handed out free by a faucet precisely so they carry no value, and no legitimate exchange lists them. Anyone offering to sell you devnet tokens is selling something worthless.
Do devnet rewards convert into a real token later?
Sometimes a project later distributes a mainnet token to devnet participants, but nothing obliges it to and the terms are set by the project. Read its own published rules rather than a summary from a third party.
How do I tell a devnet from mainnet in my wallet?
Check the network name and the chain identifier in the wallet's network settings, and compare it against the chain identifier published in the project's documentation. Do not rely on the token symbol, which is often identical on both.