# Multicall

## Multicall

Multicall Enables calling multiple methods in a single call to the contract

### Functions

#### multicall

`multicall(bytes[])` payable external

Call multiple functions in the current contract and return the data from all of them if they all succeed

| Name | Type     | Description                                                              |
| ---- | -------- | ------------------------------------------------------------------------ |
| data | bytes\[] | The encoded function data for each of the calls to make to this contract |

**Returns:**

| Name    | Type     | Description |
| ------- | -------- | ----------- |
| results | bytes\[] |             |

***

## Multicall

Multicall Enables calling multiple methods in a single call to the contract

### Functions

#### multicall

`multicall(bytes[])` payable external

Call multiple functions in the current contract and return the data from all of them if they all succeed

| Name | Type     | Description                                                              |
| ---- | -------- | ------------------------------------------------------------------------ |
| data | bytes\[] | The encoded function data for each of the calls to make to this contract |

**Returns:**

| Name    | Type     | Description |
| ------- | -------- | ----------- |
| results | bytes\[] |             |

***


---

# 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.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v1.0/v1.0-periphery/multicall.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.
