# RPC's Explained

Name

* The name that you want to assign to identify this RPC connection.

Normal RPC URL (http/https )

* The standard URL for accessing the blockchain network's RPC endpoint.

Tx Optimized RPC URL (http/https)

* A specialized RPC URL optimized for handling transactions&#x20;
* (only a few node providers have this so don't worry if you don't).

gRPC URL (http/https)

* The URL for gRPC communication with the blockchain network, often used for faster and more efficient data communication.

WebSocket URL (ws/wss)

* The URL for WebSocket communication, which enables real-time interaction with the blockchain network.


---

# 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://guide.lunar.trade/other/rpcs-explained.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.
