# anyCall V6

{% hint style="info" %}
anyCall V7 is now the latest version and it's recommended over this V6 version.
{% endhint %}

## What is anyCall?

AnyCall is a generic cross-chain message protocol that allows cross-chain messages and contract calling from chain A to chain B. anyCall is secured by the Multichain SMPC network which is used to secure billions of assets.

### Features and Updates include:

* Permissionless Deployments (No whitelisting)
* Flexible contract designs
* Fee payments from users on source chain
* Fee payments by project owners on destinatoin chains


---

# 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.multichain.org/developer-guide/anycall-v6.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.
