# Using Raiden on testnet

- [Quick Start on Görli Testnet](/raiden-network/using-raiden-on-testnet/quick-start-on-goerli-testnet.md): Try out Raiden with a few clicks on a testnet.
- [Use Custom Token](/raiden-network/using-raiden-on-testnet/use-custom-token.md): In this guide, we will walk through the process of creating a custom token. A custom token can be used for any use-case but we will be adding and using it with the Raiden Network.
- [Get Goerli Testnet ETH (GÖETH)](/raiden-network/using-raiden-on-testnet/use-custom-token/get-goerli-testnet-eth-goeeth.md): Goerli is the name of the testnet on Ethereum where we will be deploying our token. To pay for the on-chain transactions you'll first need to get some Goerli ETH (GÖETH) on your Ethereum account.
- [Import Custom Token](/raiden-network/using-raiden-on-testnet/use-custom-token/import-custom-token.md): The Raiden Network supports transactions of ERC20 compliant tokens. Any smart contract that implements the ERC20 interface can be used with Raiden.
- [Compile Imported Token Code](/raiden-network/using-raiden-on-testnet/use-custom-token/compile-imported-token-code.md): Before a token can be deployed the imported token code has to be compiled into Ethereum Virtual Machine Code.
- [Deploy Custom Token](/raiden-network/using-raiden-on-testnet/use-custom-token/deploy-custom-token.md): In this step, we will be setting all parameters and finally deploy the custom token to the Goerli testnet.
