# Prepare

In order to interact with decentralized applications like DIVA App, users have to set up a few things  before they can get started. This guide will help you set up your wallet and fund it with some test assets so that it becomes easy for you to explore and use the DIVA App by making test transactions. Users that have all of this already set up, can skip this section.

### 1) Set up MetaMask wallet (one-off)

To be able to use the DIVA App and make transactions on-chain, you will need to have MetaMask wallet installed and set up on your browser. You can follow a detailed guide from [here](https://docs.polygon.technology/docs/develop/metamask/hello/).

### 2) Get some test assets

Playing around with the DIVA App on the Goerli testnet allows you to make transactions without spending real money. Once your wallet is set up, you will need to get some test assets to interact with the DIVA App. First, you have to you obtain some Goerli ETH to pay for gas fees on the Goerli network. We suggest to use one of the following faucets:

* [Paradigm faucet](https://faucet.paradigm.xyz/): funds your wallet with 0.5 Goerli ETH and 0.5 [WETH](https://ropsten.etherscan.io/address/0xc778417e063141139fce010982780140aa0cd5ab) (ERC20 version of ETH)
* [Goerli PoW Faucet](https://goerli-faucet.pk910.de/): sends you up to 4 Goerli ETH; does not give you any ERC20 tokens

For the testnet, you need a specific ERC20 token which you can use as collateral while interacting with the DIVA App. Head over to the [Testnet](/guides/diva-app-training/testnet.md) section to find out how to register and to receive [dUSD](https://goerli.etherscan.io/address/0xFA158C9B780A4213f3201Ae74Cca013712c8538d), the testnet specific collateral token.


---

# 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.divaprotocol.io/guides/diva-app-training/prepare.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.
