# Node Interaction

Arcology Network fully supports the standard Ethereum RPC API. In short, all Ethereum RPC interfaces starting with `eth` are supported by Arcology. In addition, Arcology also added the following <mark style="color:green;">batch RPC methods</mark> to improve the performance of the network:

<table><thead><tr><th width="251">RPC Methods</th><th width="384">Description</th><th>Batch Limit</th></tr></thead><tbody><tr><td>arn_sendRawTransactions</td><td>Send a batch of pre-signed transactions to the network. When combined with RPC caching strategies, this method is particularly effective in reducing the number of RPC calls, especially during high network activity.</td><td>5,000</td></tr></tbody></table>


---

# 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.arcology.network/network/getting-started/node-interaction.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.
