# 1. Funding a Web3 Wallet:

Babylon Finance is a decentralized application (Dapp) running on top of the Ethereum blockchain. Sometimes we call these Dapps "Web3" and you will need a Web3 wallet to interact with them.&#x20;

**Step 1:** Download Metamask from Metamask.io

![](/files/rrRHsWfEkY1DCmc7Jq5R)

**Step 2:** Closely follow Metamask's instructions to safely set up, secure, and backup your private key phrase.&#x20;

{% hint style="danger" %}
Reminder: Never input your seed phrase into anything. A legitimate Web3 protocol will never ask you for your seed phrase. Never give your seed phrase to someone else.
{% endhint %}

**Step 3:** Use your preferred fiat on-ramp exchange to fund your new Web3 wallet with Ether (ETH). You will need ETH in your wallet to pay for your transactions.

**Step 4:** Acquire the reserve currency to want your investments to be denominated in. If you want to invest stablecoins like USDC or USDT you will need to acquire it from an exchange.

Popular Crypto Exchanges:&#x20;

* <https://www.coinbase.com/> - Centralized
* <https://www.kraken.com/> - Centralized&#x20;
* <https://www.binance.com/en> - Centralized&#x20;
* <https://ftx.com/> - Centralized&#x20;
* <https://uniswap.org/> - Decentralized
* <https://www.sushi.com/> - Decentralized&#x20;


---

# 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.babylon.finance/getting-started/user-guides/1.-funding-a-web3-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.
