# Setup

You must manually add the Sepolia Testnet and Silicon Sepolia networks by following the configuration details provided in the table below.

## Manual Network Configuration

<table><thead><tr><th width="179"></th><th>Silicon Sepolia</th><th>Ethereum Sepolia</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td><a href="https://rpc-sepolia.node.0xsilicon.net:8545">https://rpc-sepolia.node.0xsilicon.net:8545</a></td><td><a href="https://rpc.sepolia.org">https://rpc.sepolia.org</a></td></tr><tr><td><strong>Chain ID</strong></td><td><code>1414</code></td><td><code>11155111</code></td></tr><tr><td><strong>Curruncy Symbol</strong></td><td>ETH</td><td>ETH</td></tr><tr><td><strong>Block Explorer</strong></td><td><a href="https://scope-sepolia.silicon.network">Silicon Testnet Scope</a></td><td><a href="https://sepolia.etherscan.io">Etherscan Sepolia</a></td></tr><tr><td><strong>Bridge</strong></td><td><a href="https://bridge-sepolia.silicon.network">Silicon Testnet Bridge</a></td><td></td></tr></tbody></table>


---

# 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.silicon.network/builders/testnet/setup.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.
