> For the complete documentation index, see [llms.txt](https://whitepaper.petachain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.petachain.io/get-started/peta-rpc.md).

# PETA RPC

In the ever-evolving landscape of blockchain technology, the RPC (Remote Procedure Call) network plays a central role in facilitating efficient communication among nodes in a distributed network. This concept enables blockchain nodes to interact, synchronize states, and process instructions from other nodes or external applications.

The RPC network serves not only as a communication bridge but also as the foundation for seamless interoperability among elements of the blockchain network. Through this procedure calling protocol, each node can invoke functions or procedures on other nodes, opening the door to a myriad of operations, including transaction validation, execution of smart contracts, and blockchain state synchronization.

Communication protocols such as JSON-RPC or gRPC provide an effective framework for data exchange between nodes, while security and authorization mechanisms ensure that communication occurs within secure and authenticated boundaries. The RPC network becomes a key element in constructing a robust blockchain technology foundation, allowing applications and nodes to collaborate seamlessly within a distributed ecosystem.

By understanding the vital role of the RPC network in blockchain, we can appreciate how this communication protocol supports the technological infrastructure underpinning the digital revolution, enabling innovation, value exchange, and the deployment of increasingly sophisticated distributed applications.

## PETA CHAIN

Peta RPC is the first RPC developed for the Peta chain other than the official one, with a high level of speed and security.

<table data-header-hidden><thead><tr><th width="169"></th><th></th></tr></thead><tbody><tr><td>Network </td><td>PETA CHAIN</td></tr><tr><td>RPC Url</td><td><a href="https://mainnet.petachain.io/">https://mainnet.petachain.io/</a></td></tr><tr><td>Chain ID</td><td>234</td></tr><tr><td>Symbol</td><td>PETA</td></tr><tr><td>Block Explorer</td><td><a href="https://petascan.io/">https://petascan.io/</a></td></tr></tbody></table>

{% hint style="info" %}
Note that "Network Name" can be arbitrary.
{% 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:

```
GET https://whitepaper.petachain.io/get-started/peta-rpc.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.
