# Overview

### Smart Contract <a href="#smart-contract" id="smart-contract"></a>

Enzyme Vaults are smart contracts that can be tailored to the owner's objectives and specific requirements. The structure enables any number of participants, from one to an unlimited amount, to deposit funds in exchange for Vault Shares.

### Self-Custodial <a href="#self-custodial" id="self-custodial"></a>

Enzyme Vaults are fully self-custodial smart contracts. Enzyme provides the infrastructure to deploy the Vault but has no control over the funds and the strategy beeing executed.

Enzyme may require Vault upgrades to align with improvements to the underlying protocol. These upgrades are designed to enhance security and functionality, while ensuring continuity for Vault Owners and investors.

### Vault Shares <a href="#vault-shares" id="vault-shares"></a>

The Vault Shares are issued **as ERC-20 tokens**, with transferability and parameters configurable by the Vault owner, enabling businesses and institutions to deliver embedded yield tokens. Vault shares are issued under **a custom ticker** set by the Vault Owner.

### Networks

With Enzyme Blue, Enzyme Vaults can be deployed on Ethereum, Arbitrum, Base or Polygon.


---

# 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.enzyme.finance/user-documentation/blue-enzyme-vaults/editor.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.
