# Setting Up Your Wallet

Both Resource Providers (GPU compute nodes) and those looking to run jobs on the Lilypad network need to set up a Metamask account in order to run jobs on Lilypad. The public key of your wallet address is how you are identified on the network, and is how you can look up the transactions you make on the [Arbitrum Sepolia blockchain explorer](https://etherscan.io/token/0xb50721bcf8d664c30412cfbc6cf7a15145234ad1). You need an account for running jobs, and a separate account for each GPU you want to set up on the network.

The wallet you use for your account must have both ETH (to run smart contracts on Ethereum) and Lilypad (LP) tokens in order to pay for jobs (or receive funds for jobs) on the network.

<figure><img src="/files/ylhFOzJ1yKrKoJ8l5yAQ" alt="Metamask wallet funded with ETH Arbitrum and Lilypad tokens" width="358"><figcaption><p>A wallet funded with Arbitrum ETH and Lilypad tokens</p></figcaption></figure>

## Create a MetaMask wallet

End users of Lilypad can decide which crypto wallet they would like to use. In this guide, we advise using a [MetaMask](https://metamask.io/) crypto wallet.

* Install [MetaMask Extension](https://metamask.io/download/)

## Connect to the Arbitrum Sepolia Testnet in MetaMask.

The Lilypad Testnet (IncentiveNet) is currently running on the Arbitrum L2 network built on Ethereum.

In order to change to the Arbitrum network in the wallet, open MetaMask and click the network button in the top left of the menu bar:

<figure><img src="/files/AO34mWdYil3cIYU84uAn" alt="" width="355"><figcaption></figcaption></figure>

Then select "Add network":

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

Next, select "Add a network manually":

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

Input the required Arbitrum Sepolia Testnet network info, and then "Save":

{% hint style="info" %}
Network info is referenced directly from the Arbitrum Sepolia [documentation](https://docs.arbitrum.io/arbitrum-bridge/quickstart#step-2-add-the-preferred-network-to-your-wallet).
{% endhint %}

* **Network name**: Arbitrum Sepolia
* **New RPC URL**: <https://sepolia-rollup.arbitrum.io/rpc>
* **Chain ID**: 421614
* **Currency symbol**: ETH
* **Block explorer URL**: <https://sepolia.arbiscan.io> (optional)

<figure><img src="/files/rfDcKjP60y7KeJ9x2h2e" alt="" width="375"><figcaption></figcaption></figure>

### Import the Testnet LP token

The wallet is now setup and will display an ETH (Arbitrum Sepolia) token balance. In order to also display the LP token balance, the LP token will need to be imported.

Select "Import tokens" from the three dot menu next to the network name:

<figure><img src="/files/27DWRPoX60AgygSnMyOq" alt="" width="351"><figcaption></figcaption></figure>

Select "Custom token" and add the Lilypad token contract address and token symbol. Then "Save".

* Token contract address: `0x0352485f8a3cB6d305875FaC0C40ef01e0C06535`
* Token symbol: `LP`

<figure><img src="/files/4wtpEYV5y3uXNgBAzkey" alt="" width="350"><figcaption></figcaption></figure>

You should now see both ETH and LP listed in the wallet (initial ETH and LP balances will be 0).

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

Now you're ready to fund the wallet with testnet LP and ETH tokens!

## Funding Your Wallet

Get Testnet Lilypad Tokens (LP) and Arbitrum Sepolia Testnet ETH

**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](/lilypad/faq.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".

Testnet LP tokens will be sent to the wallet address provided to the faucet.

<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/quickstart/cli/setting-up-your-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.
