# Funding your wallet

**tldr:** To obtain funds, first ensure the wallet is connected to the Arbitrum Sepolia network. then, collect LP and ETH tokens from these faucets:

* [Lilypad Testnet tokens (LP)](https://faucet-testnet.lilypad.tech/)
* [Arbitrum Sepolia ETH](https://arbitrum.faucet.dev/ArbSepolia) (3rd party faucet list)

## Faucet Guide

### Get Testnet LP tokens

Find out why you need tokens in the [FAQs](https://github.com/Lilypad-Tech/lilypad-docs/blob/main/lilypad/lilypad-testnet/..faqs.md)

{% hint style="info" %}
You must be a member of [the Lilypad Discord](https://discord.gg/tnE8SMmsxW) to claim tokens
{% endhint %}

Follow these steps to successfully claim your Testnet LP tokens:&#x20;

1. Navigate to the Lilypad Testnet [faucet](https://faucet-testnet.lilypad.tech/).&#x20;
2. Authenticate with Discord.
3. Copy your MetaMask wallet address into the input
4. Click "Request".

LP Testnet tokens will be sent to this wallet address.

<figure><img src="/files/E7DjPHdPmI7mAebm6EWw" alt="" width="563"><figcaption></figcaption></figure>

### Get Arbitrum Sepolia Testnet ETH

Get Arbitrum Sepolia ETH from this list of [third party faucets](https://arbitrum.faucet.dev/ArbSepolia). Each faucet is designed differently, so follow the instructions provided.

{% hint style="info" %}
If you need more tokens and already have Sepolia ETH, use the [official Arbitrum bridge](https://bridge.arbitrum.io/) to transfer the tokens over to Arbitrum Sepolia.
{% endhint %}

### View tokens

With a balance of both LP and ETH, you're ready to run jobs with the Lilypad CLI!

<figure><img src="/files/hcWxVxJSjMX49yIozZOV" alt="" width="352"><figcaption></figcaption></figure>


---

# 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.lilypad.tech/lilypad/lilypad-testnet/quick-start/funding-your-wallet-from-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.
