# Funding Testnet Wallet

In order to transact on Ethereum and its testnets, a wallet must hold some ETH. In order to get some testnet ETH (and testnet DAI) on the Optimism Kovan Network, we created this tutorial. We will use Paradigm's MultiFaucet in order to load our wallet with testnet ETH and DAI. Paradigm's faucet is great because it sends assets to your wallet on several test networks including Optimism Kovan.

#### **1. Go to the Paradigm MultiFaucet**

**Paradigm MultiFaucet:** [**https://faucet.paradigm.xyz/**](https://faucet.paradigm.xyz/)

![](/files/4FhGHPeZPwzr12SEtMvu)

#### 2. Sign in with Twitter for Human Verification

Once signed in, you'll be able to enter a valid address.

![After signing in to Twitter](/files/5ZoVLLbTWpELNkJ7PlZZ)

#### 3. Copy your public address from the Metamask Wallet created earlier

![Copy Wallet from metamask](/files/I1a4dgMa3Lo5d7GdTgp5)

#### 4. Click "Claim" to receive tokens

![Claim testnet tokens](/files/cTOeVhtsiwuM6qPyAw09)

#### 5. Verify Tokens Claim

![Tokens Claim](/files/FcrQrEtohEtMNepIHoii)

{% hint style="info" %}
Switch to Optimism Kovan by clicking the top right dropdown. If you can't find "Optimism Kovan", please check out the [Adding Optimism Kovan Network tutorial](/tutorials/gamer/setup/adding-optimism-kovan-network.md).
{% endhint %}

![1 ETH received on Optimism Kovan test network](/files/3m91ZS7jAF3uYuUXlbhU)

#### 6. \[Optional] Add DAI to the wallet

Go back to the faucet.paradigm.xyz website and scroll down to the Optimistic Kovan section and click "Add to Metamask" next to the DAI contract address.

![Click "Add to Metamask"](/files/zEFVEv6Trsn7Yt0EnRnO)

![Add Token to Metamask](/files/iZF5LsocMzvv7RjfSB6z)

![Verify amount of testnet DAI in the wallet](/files/wGwvIRTiDnnoitkMJwV3)


---

# 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.rawrshak.io/tutorials/gamer/setup/funding-testnet-wallet.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.
