# Getting Testnet Tokens

## Create a Keyring <a href="#id-1-create-a-keyring" id="id-1-create-a-keyring"></a>

One can create a keyring through the `fiammad keys add` command.

```
# Replace the --keyring-backend argument with a backend of your choice
fiammad --keyring-backend test keys add my-key
```

This will output an address and a memo. Record the memo as it is the only way to recover your key if it gets lost.

For more commands about keys, you can refer to the [Manage Keys](/our-product-suite/bitvm-powered-zkp-verification-layer/user-guides/manage-keys.md)

## Request Funds from the Fiamma Testnet Faucet <a href="#id-2-request-funds-from-the-babylon-testnet-faucet" id="id-2-request-funds-from-the-babylon-testnet-faucet"></a>

You can refer to the[ Get FIA ](/our-product-suite/bitvm-powered-zkp-verification-layer/user-guides/wallet-and-tokens/get-fia.md)to obtain Fiamma network test tokens.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiammalabs.io/our-product-suite/bitvm-powered-zkp-verification-layer/developer-guides/run-a-fiamma-node/getting-testnet-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
