# 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>
