# Test Wallets

Each private environment, and specifically each network within that environment, will include a set of pre-funded test wallets that will allow you to interact with the services.&#x20;

#### **PLEASE NOTE THE FOLLOWING:**

{% hint style="danger" %}
These accounts, and their private keys, are publicly known. Any funds sent to them on Mainnet or any other live network WILL BE LOST. Please only use these for development purposes.&#x20;
{% endhint %}

Now that we got that out of the way, let's dive deeper into the wallets:

You will be provided a set of five pre-funded test wallets, each preloaded with 100 test tokens. These test tokens are specific to your private environment and more importantly the specific network (chain ID).

**What does this mean?**

* In the same way that you can not use real ETH when connected to a public testnet (such as Goerli) or vice versa, the environment-specific test tokens will only be available for the specific private environments and networks they were generated for.&#x20;

These wallets can be accessed from the **Environments** page by opening up your preferred environment and clicking the tab labeled **Wallets**. You may also access these wallets quickly on any **Environment Dashboard** page.

**How do I access the private key to import my test wallets?**

* From the **Environments Dashboard**, scroll down to **Wallets** and click the **Key icon** to instantly copy the specific wallet's private key that you wish to import.

<figure><img src="/files/974TnaeFo2sm5HWd0B8k" alt=""><figcaption><p>Wallets page</p></figcaption></figure>

* Select the **Wallets** tab within the selected **Environment**, navigate to the specific wallet you wish to import and copy the private key by clicking the **Key icon** next to the wallet's balance.

<figure><img src="/files/JTKu29U0aAmgPADwT9zp" alt=""><figcaption><p>Wallets via Environments page</p></figcaption></figure>

### **Ready to get testing? 🧪 Check out our guides on importing wallets.**

<details>

<summary><a data-mention href="/pages/OhGuYkvPZYsMensrDhrw">/pages/OhGuYkvPZYsMensrDhrw</a></summary>

[Metamask Wallet Import](/stealthtest-guides/test-wallet-import/metamask-wallet-import.md)

</details>


---

# 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.stealthtest.com/features-and-fundamentals/test-wallets.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.
