> 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/thirdweb.md).

# Thirdweb

<figure><img src="/files/tQIDs997g2bk1odmwTGs" alt=""><figcaption></figcaption></figure>

### **Connecting StealthTest to Thirdweb Dashboard**

1. First, you will need to be signed in to your [Thirdweb Dashboard](https://thirdweb.com/dashboard) using your preferred wallet.
2. Once your wallet is connected, you can navigate to the **RPC** tab at the top then select **Add Network**
3. Enter the following information in the empty fields&#x20;
   * Network Name --> This can be any name of your choosing
     * Ex: "My Test Network"
   * Network ID --> This will auto-populate with your preferred network name.&#x20;
     * This value is customizable.
   * Chain ID --> The chain ID associated with your specific network
     * Ex: `123578`
   * Currency Symbol --> The currency symbol the wallet will use for the network's native currency
     * Ex: ETH&#x20;
   * Network Type&#x20;
     * You can choose either *Mainnet* or *Testnet*
   * Icon --> This is an optional field if you would like to associate an image with your custom network
   * RPC URL --> Your unique StealthTest RPC URL
     * Ex: `https://24092de2-aa2a-410c-b22e-7d17500b3ca8.ethereum.nameless.io`
4. Click **Add Network**&#x20;

<figure><img src="/files/uas9pQSJMRW5FIptOL87" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Congratulations!** You may now use your private StealthTest network in Thirdweb 🔥&#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/thirdweb.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.
