> For the complete documentation index, see [llms.txt](https://vesselfinance.gitbook.io/vessel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesselfinance.gitbook.io/vessel/testnet-user-guide/funding-your-wallet.md).

# Funding Your Wallet

**Note**: The Sepolia Testnet would require some SepoliaETH. Ensure your wallet is funded before proceeding to the “Bridge”. Let’s go get some test tokens from the Faucet!

##

## **What is Faucets?**

***

Faucets are essential tools in the testnet environment. They distribute a small amount of testnet Ether, enabling developers and users to set up and test products. Although testnets don't involve real Ethereum, you still need testnet ETH Tokens to handle GAS fees.

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

##

## **Acquiring Sepolia Faucet Tokens**

***

As the Vessel Testnet operates on Sepolia, it utilizes **SepoliaETH** as its native currency. To interact with Vessel, you will need SepoliaETH. Obtain free **SepoliaETH** from:

* [Alchemy Sepolia Faucet](https://sepoliafaucet.com/)
* [Infura Sepolia Faucet](https://www.infura.io/faucet/sepolia)

Using Alchemy as an example:

1. Register and log in at the Alchemy website.
2. Enter your wallet address.
3. Click "Send me ETH."
4. You will receive testnet tokens in your wallet shortly.

Once you have received your SepoliaETH, you are ready to start engaging with Vessel.

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

##

## Obtaining Test Tokens

***

Ensure you have sufficient SepoliaETH in your wallet. You can now request virtual assets (USDT, USDC, and WBTC) on the Faucet page. To prevent excessive claims, there is a limit: each user can request each type of test token once per day.

If you require additional test tokens or have any inquiries, please contact us at **<gm@vessel.finance>**.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://vesselfinance.gitbook.io/vessel/testnet-user-guide/funding-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
