# Faucet

## Faucet

### Obtaining Testnet Tokens

To acquire testnet tokens for network transactions, utilize the dRPC faucet that distributes testnet ETH. Follow the verification process to receive your tokens.

### Verification Process

To ensure fair and equitable access, you need to complete the following verification steps:

1. **dRPC Authorization**
   * Log in or create an account with dRPC. It's fast and free.
2. **Proof-of-Work**
   * This faucet requires mining for free testnet tokens to prevent abuse and spam. Note that the process of "mining" doesn't create new coins; it's just a time-limited method of protection.

### Connecting Wallet to Testnet

Configure your wallet to connect to the Sepolia testnet where you can receive testnet ETH.

### Using dRPC Faucet

Access the dRPC faucet to obtain EDU:

* [dRPC Faucet](https://drpc.org/faucet/open-campus-codex)&#x20;

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

#### EDUChain Community Faucet

Get additional testnet tokens for your EDUChain testing needs. Visit the following link and follow the instructions:

* [EDUChain Community Faucet](https://educhain-community-faucet.vercel.app/)

#### HackQuest Faucet

Another reliable source for testnet tokens, available to assist with testing requirements. Check it out here:

* [HackQuest Faucet](https://www.hackquest.io/en/faucets)

Once you have the EDU, you can proceed with testing and development on the Open Campus network.


---

# 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://devdocs.educhain.xyz/start-building/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.
