# Coinbase Wallet

{% embed url="<https://www.loom.com/share/adcdb38489b0410a910bbf1d55d2e75d>" %}

### **Connecting to your private StealthTest network**

1. First, open Coinbase Wallet and select the **Settings** from the bottom nav bar
2. Scroll down to **Networks**
3. To the right of where it says Networks, select the plus sign (**+)**
4. Enter the following information in the empty fields
   * Network Name --> This can be any name of your choosing
     * Ex: "My Test Network"
   * RPC URL --> This is the provider URL you get when you create a new environment
     * Ex: <https://24092de2-aa2a-410c-b22e-7d17500b3ca8.ethereum.nameless.io>
   * Chain ID --> The chain ID associated with your specific private test network
   * Currency Symbol --> The currency symbol the wallet will use for the network's native currency
5. Click **Save**
6. When you navigate back to **Networks** under the Settings page
7. Under **Custom**, you'll now see "My Test Network".

{% hint style="success" %}
**Congratulations!** You are now connected to your private StealthTest network. 🔥&#x20;
{% endhint %}


---

# 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/stealthtest-guides/connecting-to-stealthtest-networks/coinbase-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.
