> For the complete documentation index, see [llms.txt](https://dev.spectra.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.spectra.finance/metavaults/deployed-contracts.md).

# Deployed Contracts

{% hint style="info" %}
All deployed contracts are verified on their respective block explorer. MetaVault contracts use a proxy pattern — the addresses below are the proxy addresses that users and integrators should interact with.
{% endhint %}

{% tabs %}
{% tab title="Ethereum" %}

<table><thead><tr><th width="241.33333333333331">Contract</th><th>Address</th></tr></thead><tbody><tr><td>MetavaultsRegistry</td><td><a href="https://etherscan.io/address/0x16b28223b607b4d90e2ec628fdc1a0ad9ee1f6b8">0x16b28223b607b4d90e2ec628fdc1a0ad9ee1f6b8</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Base" %}

<table><thead><tr><th width="241.33333333333331">Contract</th><th>Address</th></tr></thead><tbody><tr><td>MetavaultsRegistry</td><td><a href="https://basescan.org/address/0xa2c9da26c1982cacaf01c5c691e0cf0aeb031ac1">0xa2c9da26c1982cacaf01c5c691e0cf0aeb031ac1</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Arbitrum" %}

<table><thead><tr><th width="241.33333333333331">Contract</th><th>Address</th></tr></thead><tbody><tr><td>MetavaultsRegistry</td><td><a href="https://arbiscan.io/address/0xa355dd06f35bcfe98e45f743397b729b93c560be">0xa355dd06f35bcfe98e45f743397b729b93c560be</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Avalanche" %}

<table><thead><tr><th width="241.33333333333331">Contract</th><th>Address</th></tr></thead><tbody><tr><td>MetavaultsRegistry</td><td><a href="https://snowscan.xyz/address/0xacf33983cab5f9e914e6a93a2f4d531b5c516602">0xacf33983cab5f9e914e6a93a2f4d531b5c516602</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Katana" %}

<table><thead><tr><th width="241.33333333333331">Contract</th><th>Address</th></tr></thead><tbody><tr><td>MetavaultsRegistry</td><td><a href="https://katanascan.com/address/0x191ea03cccc27546ba9f5161b4948b6afce5263f">0x191ea03cccc27546ba9f5161b4948b6afce5263f</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Individual MetaVaultWrapper instances are deployed per vault and are not listed here as they are vault-specific. Check the [MetavaultsRegistry](/metavaults/contract-functions/metavaults-registry.md) on each chain to query registered MetaVaults.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dev.spectra.finance/metavaults/deployed-contracts.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.
