> For the complete documentation index, see [llms.txt](https://docs.anyone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyone.io/sdk/integrations/sepolia-rpc.md).

# Use Sepolia Anon RPC

We are now opening community testing for our first hidden service RPC node, targeted at the **Sepolia Testnet** network.&#x20;

A hidden RPC is one that is hosted completely anonymously within the Anyone Network. The only way to access and use the RPC is by running the Anyone client. The RPC is identified by a long form hidden address, which for testing purposes is&#x20;

```
http://anonrpchns3ehsytpjg6xjspjlfpuwzknwosc4fvbc2y6ty5ao2ldbyd.anon
```

As part of this testing, you can import this RPC link as a 'custom network option' for Sepolia within popular wallets such as Metamask and Rabby. Follow the steps below to get involved!

### Using the Hidden RPC for the Sepolia Network

#### 1 - Start the Anyone Client Locally

Its key to have the Anyone client running locally, as that is the only way to access the RPC. Running the client as a system-wide proxy will allow the .anon address to resolve from your wallet. Follow the pages below to get connected:

{% content-ref url="/pages/FF3XWni6VUKhyXkecIYM" %}
[Connect to Anyone](/connect.md)
{% endcontent-ref %}

#### 2 - Configure your Sepolia Network Settings

From your chosen wallet, add the Sepolia Network if it is not already available (or reconfigure it if it is) and input the following settings:

```
Chain ID: 11155111
Network name: Sepolia
RPC URL: http://anonrpchns3ehsytpjg6xjspjlfpuwzknwosc4fvbc2y6ty5ao2ldbyd.anon
Currency symbol: ETH
Block Explorer: https://sepolia.etherscan.io

```

Here's an example of those fields filled from Rabby Wallet:

<figure><img src="/files/XqMQdH2HvWetO7VxkBun" alt="" width="375"><figcaption></figcaption></figure>

So long as the Anyone Client is running and has bootstrapped a circuit within the network, you will then be able to read balances and submit transactions to Sepolia just as you normally would from your wallet!&#x20;


---

# 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.anyone.io/sdk/integrations/sepolia-rpc.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.
