Testnet Resources

Faucets and testnet token contracts for testing deposits in development

Use this page to grab testnet funds and token contracts when testing the deposit flow in the development environment. Testnet tokens have no monetary value and are only for testing.

Looking for the list of supported production currencies and networks? Fetch them live from the List Crypto Currencies API — it's always up to date. For supported countries, use the List Countries API.


Native Testnet Faucets

Get testnet native currency first — you'll need it for gas fees before you can move ERC-20/BEP-20/SPL tokens.

CurrencySymbolNetworkFaucet
EthereumETHEthereumSepolia Faucet
BNBBNBBNB Smart ChainBSC Testnet Faucet
SolanaSOLSolanaDevnet Faucet

Testnet Token Contracts

Click a contract address to open the block explorer, where you can call mint or request tokens via a faucet.

ERC-20 (Ethereum Sepolia)

BEP-20 (BNB Smart Chain Testnet)

CurrencySymbolContract Address
USDTUSDT0x337610d27c682E347C9cD60BD4b3b107C9d34dDd

SPL (Solana Devnet)


Minting Testnet Tokens

  1. Get testnet native currency first — visit the faucet links above to receive testnet ETH, SOL, or BNB for gas fees.
  2. Connect your wallet to the testnet — configure your wallet for the appropriate testnet network.
  3. Mint or request tokens — click a contract address above to open the block explorer. Some tokens expose a mint function; others require requesting from a faucet.
  4. Initiate a test deposit — once you have testnet tokens, test the deposit flow through the Widget in development mode.

See Also