> For the complete documentation index, see [llms.txt](https://docs.stealthtest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/coinbase-wallet.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/coinbase-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
