# RPC

## **Ternoa RPC: Connect to the Network with Ease**

### **What is an RPC?**

An **RPC (Remote Procedure Call)** is the gateway that allows wallets, dApps, and developers to interact with the Ternoa blockchain. It enables users to send transactions, query data, and execute smart contracts seamlessly on **Ternoa’s zkEVM Layer 2 network**.

### **Ternoa Mainnet RPC Details**

To connect to **Ternoa’s zkEVM network**, use the following RPC information:

🔸 **RPC URL:** <https://rpc-mainnet.zkevm.ternoa.network/>\
🔸 **Chain ID:** `752025`\
🔸 **Network Name:** Ternoa zkEVM\
🔸 **Currency Symbol:** `$CAPS`


---

# 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.ternoa.network/build/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.
