# Using the StakeEase Testnet

StakeEase is easy to use as an application, and the testnet UI is quite intuitive. However, if you're having trouble navigating the StakeEase testnet, then this guide is for you. Follow the steps given below to (re)stake your tokens via StakeEase.&#x20;

**Step 1)** Go to <https://www.stakeease.com/app/stake>.&#x20;

<figure><img src="/files/85yop0EWzviHHQwGQmWh" alt=""><figcaption></figcaption></figure>

**Step 2)** Connect your wallet.&#x20;

{% hint style="info" %}
Currently, we only support Fuji and Goerli on the StakeEase testnet. If you are connected to any other chain, you'll be asked to switch the network in your wallet.
{% endhint %}

**Step 3)** Select the source chain and token. Here, I am choosing Fuji and USDT to demonstrate a cross-chain restaking transaction. If you select Goerli, StakeEase will execute same-chain restaking.&#x20;

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

{% hint style="info" %}
If you select Goerli as the source chain, you'll be able to stake using ETH (we'll be adding support for more tokens quite soon), and if you select Fuji, you'll be able to stake using either AVAX or USDT (we'll be adding support for more tokens quite soon)
{% endhint %}

**Step 4)** Select the staking and restaking protocol.

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

{% hint style="info" %}
Currently, we only support Stader (liquid staking protocol) and Kelp (restaking protocol). We'll be adding support for more protocols soon.
{% endhint %}

**Step 5)** Enter the amount of the source token you want to use. Once you enter the amount, StakeEase will try to find a path to execute your transaction.&#x20;

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

{% hint style="warning" %}
If the amount entered is too low, StakeEase won't be able to find a path for your transaction. In this case, the UI will ask you to increase the amount.
{% endhint %}

{% hint style="info" %}
If you do not have any testnet funds, you can get some from the [Nitro faucet](https://nitro-faucet.routerprotocol.com/). Alternatively, you can click on **Get Testnet Funds**, and you'll be redirected to the faucet.

<img src="/files/kGcAY2QJeKevVhtviB2H" alt="" data-size="original">

On the faucet, connect your wallet and request USDT on Fuji. You can also choose to get ETH on Goerli, but the Goerli ETH balance is often low on the faucet.
{% endhint %}

**Step 6)** Give allowance for the tokens. In the case of AVAX (Fuji) and ETH (Goerli), you won't be asked to give allowance as they are native assets.&#x20;

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

**Step 7)** Click on **Stake** and approve the transaction in your wallet.

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

Once you approve the transaction in your wallet, you should see this toaster in the bottom right corner:

<figure><img src="/files/pOyIGUuDNLcMF97RbkyY" alt="" width="279"><figcaption></figcaption></figure>

Once the transaction is successfully executed on the source chain, your funds, along with the relevant instructions, will be sent to Goerli using the [Router Nitro bridge](https://app.routernitro.com/swap).

<figure><img src="/files/BYhy7wQuxlZbyKsTwfOt" alt="" width="277"><figcaption></figcaption></figure>

Once the transaction is completed on Goerli (which should not take more than a minute), you will receive rsETH in your wallet.&#x20;

<figure><img src="/files/A9DjTYPcVdivOWkKWOO9" alt="" width="257"><figcaption></figcaption></figure>

You can also view the transaction details in the [Router Nitro explorer](https://nitro-explorer.routerprotocol.com/).

<figure><img src="/files/xOGlr6Ww5YPhNYGzGfZH" alt=""><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.stakeease.com/stakeease/guides/using-the-stakeease-testnet.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.
