# Faucets

If you want to interact with the Dapps on Juchain Testnet, your first stop is going to be to a “faucet” to fill up your “tank”.

Here is a faucet that directly distributes Juchain Testnet tokens:<https://faucet-testnet.juchain.org/>

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

#### What is the JuChain Testnet Faucet?

The JuChain Testnet Faucet is a developer-friendly tool that dispenses small amounts of testnet tokens (JU) for use on the JuChain Testnet. These tokens are for testing purposes only, hold no real-world value, and can be used to cover Gas fees, deploy smart contracts, or interact with DApps.

**JuChain Testnet**

| Network Name    | JuChain Testnet                                                             |
| --------------- | --------------------------------------------------------------------------- |
| Description     | JuChain Public Testnet                                                      |
| RPC Endpoint    | <p><https://testnet-rpc.juchain.org></p><p>ws\://testnet-ws.juchain.org</p> |
| Chain ID        | 202599                                                                      |
| Currency Symbol | JU                                                                          |
| Block Explorer  | <https://testnet.juscan.io>                                                 |

####

#### Steps to Get Test Tokens

Follow these simple steps to claim test JU tokens from the JuChain Testnet Faucet:

**Step 1: Set Up Your Wallet**

1. Install and configure a wallet that supports the JuChain Testnet, like MetaMask or any EVM-compatible wallet.
2. [Add the JuChain Testnet to your wallet.](/juchain-docs/basics/start-using-juchain.md)
3. Copy your wallet address.

**Step 2: Visit the Faucet**

1. Open your browser and head to the [JuChain Testnet Faucet](https://faucet-testnet.juchain.org/).
2. Paste your JuChain Testnet wallet address into the input field on the page.

**Step 3: Claim Test Tokens**

1. Hit the “Claim” button (or similar option on the page).
2. The system will process your request:
   * Each address can claim up to **0.2 JU** every 10 minutes.
   * Use an invite code for a bonus amount.
3. Within seconds, the test tokens will land in your wallet.

**Notes**

* Claims are limited to once every 10 minutes.
* Test tokens are exclusive to the testnet—don’t try using them on the mainnet.
* If you run into issues, double-check your network connection or reach out to JuChain’s community support.


---

# 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://juchain.gitbook.io/juchain-docs/developer-guide/faucets.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.
