# Faucet

**Step 1: Visit the** [**Faucet Page**](https://www.cascadia.foundation/faucet) **to request testnet tokens.**

<figure><img src="/files/rLxYF2DLRkHD5wDCv7a7" alt=""><figcaption></figcaption></figure>

**Step 2: Insert your EVM wallet address and hit the ''Claim'' button to receive tokens.**

{% hint style="info" %}
You can utilize the faucet once every 24 hours.
{% endhint %}

**Alternatively, use the following commands in #faucet on Cascadia's** [**Discord**](https://discord.gg/cascadia)**:**

<table data-header-hidden><thead><tr><th width="296">Command</th><th>Description</th></tr></thead><tbody><tr><td>$request &#x3C;evm_address></td><td>Use this command to request tokens.</td></tr><tr><td>$faucet_status</td><td>Query the status of the faucet and the node.</td></tr><tr><td>$faucet_address</td><td>Request the address of the faucet.</td></tr><tr><td>$tx_info &#x3C;transaction_hash_ID></td><td>Request information for a specific transaction.</td></tr><tr><td>$balance &#x3C;evm_address></td><td>Request the balance of a specific address.</td></tr></tbody></table>

{% hint style="info" %}
Remember to change \<evm\_address> and \<transaction\_hash\_ID> with your details.
{% 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://cascadia.gitbook.io/gitbook/network/faucet.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.
