# Wallets

{% hint style="info" %}
The ***Owner Wallet*** and ***Management Wallet*** are to be distinguished. <br>

* ***Owner Wallet***: The custody stack used to access the Administration App. It serves as the gateway and identity check for Vault ownership.
* ***Management Wallet***: The custody stack responsible for collecting funds and executing the strategy.

\
\&#xNAN;*The Owner Wallet and Management Wallet may be the same, but they can also be separated, discretion of the Vault Owner.*
{% endhint %}

## Compatibility

Vault Owners are free to choose any wallet type for the ***Owner Wallet*** and the ***Management Wallet***.&#x20;

This includes, but is not limited to:

* Externally Owned Accounts (EOAs)
* Multi-Party Computation (MPC) wallets
* Smart Accounts
* Cold Wallets

## Sub-wallets

***Managers*** are free to use multiple ***Management Wallets*** to structure and execute their strategies.

<figure><img src="/files/TBs2b7lSmXDraCsvke5s" alt=""><figcaption></figcaption></figure>

## Delegation and role-based access

The tokenized structure can be organized with role-based access:

* At the macro level, using the Enzyme Vault parameters
* At the micro level, leveraging the custody stack capabilities

{% hint style="info" %}
For instance, users leveraging Safe as their Management Wallet can leverage Zodiac for role-based management and access.
{% endhint %}

## Management Wallet independance

{% hint style="danger" %}
***Management Wallets*** **are not directly connected or integrated with the Vault**. Vault Owners and Admins can withdraw funds from the Vault smart contract and transfer them to one or several wallets of their choice.
{% endhint %}


---

# 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/onyx-user-documentation/getting-started/publish-your-docs.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.
