# Getting started with Stardust Testnet

{% hint style="info" %}
In this section, you will learn how to connect and use your Web3 wallet on the Stardust Testnet.
{% endhint %}

## **Connect your Web3 wallet to the Stardust Testnet**

{% hint style="info" %}
We recommend using [Metamask wallet](/products/set-up-metamask.md) as your Web3 wallet.
{% endhint %}

* Login to your wallet
* Go to [https://chainlist.org/](https://chainlist.org) site
* In the search box insert ***stardust***
* Click the ***connect your wallet*** button on the top right

{% hint style="info" %}
If Metamask is well connected the fox icon appears.
{% endhint %}

* And click ***add to Metamask** \_ button*.\_

![Add the Stardust Testnet to Metamask using chainlist.org](/files/zgECBIjXamVPmUoVJK81)

## **Deposit test-METIS token to your Stardust wallet**

### **What is** $METIS TEST?

$METIS TEST token is the test-METIS used on Stardust to pay for transaction fees (abbreviated as "METIS") and, consequently, to deploy a DAO, in the same way, that test-ETH is used on Rinkeby.

{% hint style="info" %}
Please note that the symbol of the test-METIS is "METIS", the same as for the mainnet-METIS.
{% endhint %}

### How to get TEST-METIS tokens?

* Switch to the Rinkeby test network on your Metamask
* Import Token

You will need to import the Metis token. Click on the ***Import Token*** option on Metamask and copy-paste the Metis token address `0xe552fb52a4f19e44ef5a967632dbc320b0820639`. You will then see your Metis token balance.

* Get Rinkeby Ether

{% hint style="warning" %}
This step is applicable if you do not have any tokens at all or if you have a fresh account with 0 Metis balance. If you need some Rinkeby test "ETH" go [here](/products/set-up-metamask/getting-started-with-rinkeby-testnet.md).
{% endhint %}

* Get Metis on Rinkeby

Head over to [https://rinkeby-faucet.metis.io/](https://rinkeby-faucet.metis.io) and make sure your account is connected.

Confirm the transaction and wait until it is completed. Once all instructions are followed, you will receive a message informing you that the transaction was successful and that your wallet was updated.

* Transfer tokens from L1 (layer 1) to L2 (layer 2)

Go to the [bridge](https://bridge.metis.io) to transfer tokens from L1 to L2. Select the ***Rinkeby Testnet Network*** in your Metamask wallet.

Select ***deposit*** => ***Metis*** and insert the amount as shown in the image below. Confirm the transactions and wait.

Select the ***Metis Stardust Network*** in your Metamask wallet for seeing your test-METIS ($METIS) ready for use.

![Metis bridge - from L1 to L2.](/files/lF4TNNAoi0x70kvGvxQA)


---

# 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://legacy-docs.aragon.org/products/set-up-metamask/getting-started-with-stardust-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.
