# Get test currencies

Many developers and test users of Web3 applications are faced with a barrier: **the lack of balance in their wallets to test.**

This is because for you to carry out **any transaction on the blockchain, you need to pay fees** for the network to mine (validate) your transaction.&#x20;

{% hint style="warning" %}
Transactions are not just for monetary value, but information recording, information alteration, deletion...
{% endhint %}

To solve this, all blockchain protocols in Test environment (Testnet) provide websites for you to inform your wallet and receive balance to be able to use it.

| Blockchain Network     | Link                                                                                                                                                                             |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum Göerli        | <https://goerlifaucet.com>                                                                                                                                                       |
| Bitcoin Testnet        | <p><a href="https://bitcoinfaucet.uo1.net/"><https://bitcoinfaucet.uo1.net/></a></p><p><a href="https://testnet-faucet.mempool.co/"><https://testnet-faucet.mempool.co/></a></p> |
| Solana Devnet          | <https://solfaucet.com/>                                                                                                                                                         |
| Polygon Mumbai         | <https://faucet.polygon.technology/>                                                                                                                                             |
| Celo Alfajores         | <https://celo.org/developers/faucet>                                                                                                                                             |
| Binance Smart Chain    | <https://testnet.binance.org/faucet-smart>                                                                                                                                       |
| Ripple (XRPL) Testnet  | <https://xrpl.org/xrp-testnet-faucet.html>                                                                                                                                       |
| Stellar Testnet        | h[ttps://laboratory.stellar.org/#account-creator?network=test](https://laboratory.stellar.org/#account-creator?network=test)                                                     |
| Cardano Testnet        | <https://testnets.cardano.org/en/testnets/cardano/tools/faucet/>                                                                                                                 |
| Avalanche C-Chain Fuji | <https://faucet.avax-test.network/>                                                                                                                                              |
| Hathor Testnet         | <https://www.gethathor.com/>                                                                                                                                                     |
