# RPC 概述

Monad 是一个等效于 EVM 的第 1 层区块链。对于以前为以太坊开发的开发者来说，开始在 Monad 上构建应该很熟悉。

Monad 支持用于与区块链交互的 [JSON-RPC](https://www.jsonrpc.org/specification) 接口。有关支持方法的参考，请参阅 [RPC-API](https://docs.monad.xyz/docs/openrpc/json-rpc-api)。

Monad 正在积极开发中，目前在内部开发网中运行。有关公共 RPC 终端节点的详细信息将在未来几个月内披露。


---

# 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://monad.docszh.com/reference/rpc-overview.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.
