# Fund Your Wallet

***

### Using StarKey Wallet:

* Select EVM Stagingnet from the network dropdown.
* Select the EVM Staging token from the asset list.
* Press the "**Collect**" faucet button.
* Run the following command in your terminal, replacing `0xYourStarkeyAddress` with your actual wallet address:

```powershell
curl https://rpc-evmstaging.supra.com/rpc/v1/wallet/evm_faucet/0xYourStarkeyAddress
```

### Result:

<figure><img src="/files/NMxKUdC9gYK60sqZXmFG" 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://supraoracles.gitbook.io/supra/network/evm/getting-started/remix-ide/fund-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.
