# Muticall3

{% hint style="info" %}
**Multicall3 Address**

The contract is deployed at `0xcA11bde05977b3631167028862bE2a173976CA11`
{% endhint %}

## What is Multicall3?

Multicall3 is a smart contract that serves two primary functions in blockchain ecosystems. First, it allows users to **aggregate results from multiple contract reads** into a single JSON-RPC request, which reduces the number of separate requests needed, guarantees all values come from the same block, and improves performance. Second, it enables **executing multiple state-changing calls in a single transaction**.&#x20;

This utility contract is deployed at the same address (`0xcA11bde05977b3631167028862bE2a173976CA11`) across more than 250 blockchain networks, making it a standard tool for efficient blockchain interactions.

Sources

* <https://www.multicall3.com/>
* <https://github.com/mds1/multicall3>


---

# 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.botanixlabs.com/botanix/build-applications/tools/muticall3.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.
