# RPC Endpoint

The Turbo RPC Endpoint serves as the entry point for all Turbo Transactions. It allows developers and users to interact with Turbo-enabled smart contracts seamlessly, handling the complexities of Storage Proofs behind the scenes.

### What is Turbo RPC?

Turbo RPC is a specialized blockchain RPC endpoint that processes Turbo Transactions. When you submit a transaction through this RPC, it manages all necessary steps to include Storage Proofs if required, without any additional action from the user.

### Available Public Turbo RPCs

Here are the currently available public Turbo RPCs:

1. **Sepolia Testnet:** `https://eth-sepolia-turbo.api.herodotus.cloud/`
2. **zkSync Era Sepolia Testnet:** `https://zksync-turbo.api.herodotus.cloud/`

To use Turbo in your project, simply configure your web3 provider or wallet to use one of these RPC URLs when interacting with Turbo-enabled smart contracts on the respective network.

{% hint style="info" %}
As Turbo expands to support more networks, additional RPC endpoints will be added to this list.&#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.storageproofs.com/solutions/turbo/rpc-endpoint.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.
