> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/faucet.md).

# Faucet

### Request six faucet on fivenet

Visit [fivenet faucet](https://faucet.sixprotocol.net/) and follow these step:

<figure><img src="/files/AAZeUzSga6V2ZCDqzLr1" alt=""><figcaption><p>SIX faucet page</p></figcaption></figure>

1. Connect with your twitter account and you will get result like this:

<figure><img src="/files/BQQXUTugWGcGhttr29ya" alt=""><figcaption><p>Result</p></figcaption></figure>

2. Make sure that you have the following requirement as it says
3. Input you six network address and then wait for the process ( may be you want to query you account to check it)

### To query balance of the account

```bash
sixd query bank balances <your_address> --node https://rpc1.fivenet.sixprotocol.net:443
# balances:
# - amount: "100000"
#  denom: usix
# pagination:
#   next_key: null
#   total: "0"
```
