# Claim test tokens

To interact and make transactions on Plume Testnet you'll require `$PLUME` for making transactions and `$pUSD` for performing any financial operations but not limited.

## Before you Begin

* Check if you are using the right [network configuration](/plume/developers/network-information.md#network-details)

## Claiming tokens

{% stepper %}
{% step %}

### Go to [Plume Faucet](https://faucet.plumenetwork.xyz)

{% endstep %}

{% step %}

### Connect Wallet

Use the "Connect wallet" button on the faucet page to connect to your desired wallet in which you want the test tokens

<figure><img src="/files/34xmzvb7NTxKTLnxTxiO" alt="" width="527"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the token

**PLUME** - The native gas token to make transactions on Plume Testnet

**pUSD** - Plume USD or pUSD is the premier stablecoin of the Plume ecosystem. [Know more](/plume/tokens/plume-usd.md)

**WPLUME** - Wrapped Plume or WPLUME is the ERC-20 compatible and tradable version of PLUME and can be used to interact with other ERC-20 assets.

<figure><img src="/files/qhUy4xig80O5uTnEW8Dp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Pass the verification challenge

You'll need to pass the cloudflare challenge in order to claim test tokens from the faucet.

<figure><img src="/files/OSb6Ljz5Gy75qaTwYObB" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Claim tokens

After you have passed the verification challenge you'll be able to claim the testnet tokens in your wallet.

<figure><img src="/files/BSEEhZNFouCDS3kejFZ1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tokens are on the way

<figure><img src="/files/JpYAcCoCN4bY7EsFVROB" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.plume.org/plume/developers/how-to-guides/how-to-connect-to-network/claim-test-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.
