# Namada FAQ - How do I join as a validator post-genesis? - Joining as a validator post genesis can be done following [these instructions](https://hackmd.io/@bengtlofgren/rkear5uOs) - How do I use the Faucet? - The faucet can be used to get a various list of tokens from the following command: ```bash! namadac transfer \ --token NAM \ --amount 1000 \ --source faucet \ --target [your-established-account-alias] \ --signer [your-established-account-alias] ``` - Where can I see the available tokens on the Faucet? - The following list of tokens are available to withdraw from the faucet: NAM, DOT, ETH, BTC There are a few more, but we leave it to you as a challenge to find out which these are :thinking_face: HINT: `namadac balance` - How do I use the Ethereum Bridge? - The Ethereum Bridge is not yet implemented as of 0.12.0. Keep an eye on the [Changelog](https://github.com/anoma/namada/tree/main/.changelog) :eyes: to see when it will be officially released. - How can I make an IBC transfer? - Same as Ethereum Bridge, so keep an eye on the [Changelog](https://github.com/anoma/namada/tree/main/.changelog)! - What requirements do I need to be a User/Validator on Namada - User requirements: :::info | Hardware | Minimal Specifications | | -------- | -------- | | CPU | x86_64 or arm64 processor with at least 2 physical cores (must have support for AVX/SEE2 instruction) | | RAM | 2GB DDR4 | | Storage | at least 100GB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | ::: - Validator requirements: :::info | Hardware | Minimal Specifications | | -------- | -------- | | CPU | x86_64 or arm64 processor with at least 4 physical cores (must have support for AVX/SEE2 instruction) | | RAM | 4GB DDR4 | | Storage | at least 500GB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | ::: In order to build binaries from source, at least 16GB RAM will be required - Where can I find the binaries to run Namada if I do not want to build from source? - https://github.com/anoma/namada/releases/ - Wen token? - When token