# Arbitrum

Arbitrum is an Ethereum scaling solution that provides high throughput and low-cost smart contract execution.

Arbitrum is EVM-compatible, and developers can connect via Arbitrum's node API. The Arbitrum node is compatible with Ethereum's JSON-RPC API implementation, which allows using tools such as Infura, Truffle, and MetaMask. For Ethereum JSON-RPC API usage examples, please see our [Ethereum documentation](broken://pages/jjagORiusiMspLbb2VSF).

{% hint style="info" %}
For more information on Arbitrum please see their [official documentation](https://developer.offchainlabs.com/docs/developer_quickstart).
{% endhint %}

To use the Arbitrum blockchain, create a Web3 project and add the Arbitrum network add-on.


---

# 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.chainrpc.io/chainrpc/networks/arbitrum.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.
