Search code examples
multiversx

How do you request xEGLD on testnet?


The hidden faucet doesn't work on testnet. Apparently, the transaction is Invalid.

Example:

Any idea how to get some xEGLD on the testnet?


Solution

  • There are 2 web interfaces to request xEGLD for non-production environments.

    Testnet

    1. https://r3d4.fr/elrond/testnet/index.php (3rd party)

      • max 5 / 24 hours
    2. https://testnet-wallet.multiversx.com/unlock (official)

      • max 10 / 24 hours
      • This calls the following endpoint https://testnet-extras-api.elrond.com/faucet under the hood.

    P.S. During the competitions like Battle of Yields, the faucets can be temporarily disabled.

    Devnet

    1. https://r3d4.fr/elrond/devnet/index.php (3rd party)

      • max 5 / 24 hours
    2. https://devnet-wallet.elrond.com/faucet (official)

      • max 10 / 24 hours
      • This calls the following endpoint https://devnet-extras-api.elrond.com/faucet under the hood.