# Acquire FRA (Testnet)

To test the Findora suite of applications or start building on the Findora network, you can request to receive testnet tokens via our web portal.

## Request FRA on Anvil Testnet

The Anvil network is Findora's testnet for developers needing a sandbox environment. Below are the steps to request Anvil testnet FRA tokens.

Step 1: Go to the [Testnet Faucet](https://faucet.findora.org)

Step 2: Scroll to the bottom and click the Verify Discord button. This will link your MetaMask address to your Discord account and help ensure that bots are filtered from the faucet.

Step 3: Return to the web faucet. Ensure the Anvil network is selected from the dropdown menu.

Step 4: Scroll down and select the type of token you need. Typically, this will be the Findora-EVM token type, which will be delivered to a 0x address specified in the wallet field.

### Example:

<figure><img src="/files/ipVUZnYysBcu5AI7kMwc" alt="" width="375"><figcaption></figcaption></figure>

Step 5: Click the Claim button and you will receive a confirmation message.

{% hint style="info" %}
Please allow for up to **15 minutes** before checking MetaMask for the testnet tokens, and ensure your MetaMask is set up for the Findora Anvil network. You should receive just over 100 testnet FRA once the transfer is completed.
{% endhint %}


---

# 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.findora.org/general-user-materials/request-fra-testnet.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.
