# Add MultiVM to StarKey

***

{% stepper %}
{% step %}

### <mark style="color:red;">Step 1: Open StarKey Wallet</mark>

Make sure the [StarKey Wallet](https://starkey.app/) extension/app is installed and unlocked.
{% endstep %}

{% step %}

### <mark style="color:red;">Step 2: Navigate to Networks</mark>

Click the **All Networks** at the top of the wallet.\
Select **Add Network** (the **+** icon).
{% endstep %}

{% step %}

### <mark style="color:red;">Step 3: Enter the Network Details</mark>

Use the Supra MultiVM Testnet settings:

* **Network Name:** Supra MultiVM Testnet
* **Network Type:** Ethereum
* **RPC URL:** *Use the URL from the* [*Network Information*](/supra/network/evm/overview/network-information.md) *page*
* **Symbol:** SupEVM
* **Chain ID:** *(will auto-fill)*

Click **Add** to save the network.
{% endstep %}

{% step %}

### <mark style="color:red;">Step 4: Fund Your Wallet</mark>

Visit the MultiVM RPC endpoint:

> <https://rpc-multivm.supra.com/docs/#/operations/evm_faucet>

Scroll to **Faucet > EVM Faucet Endpoint**\
Copy the GET request:

```
curl --request GET \
  --url https://rpc-multivm.supra.com/rpc/v1/wallet/evm_faucet/{address} \
  --header 'Accept: application/json'
```

Replace `{address}` with your StarKey wallet address, then run the command in your terminal.

Example Response:

```
{
 "Accepted": "c8f87d0d-6e96-45a2-9ac9-94ce41e8aae1"
}
```

Your wallet will receive test funds within a few moments.
{% endstep %}
{% endstepper %}


---

# 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://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/add-multivm-to-starkey.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.
