> For the complete documentation index, see [llms.txt](https://docs.enzyme.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enzyme.finance/onyx-user-documentation/administration-app/vault/configuration.md).

# Configuration

## Vault Information

Under **Vault Information**, you can update at any moment:

* Vault Icon
* Tagline
* Description

<figure><img src="/files/QuUP9L6xUvwaLjtba8U6" alt="" width="375"><figcaption></figcaption></figure>

## Vault Admins

**Vault Admins** allow you to manage Admin roles for a specific Vault. ***Vault Admins*** are identified through ***Admin Wallets***.

{% hint style="info" %}
A ***Vault Admin*** is delegated role that can manage specific operational tasks such as accounting or subscription processing.

*The Vault Admin role applies only at the Vault level and does not extend to the Collection level.*
{% endhint %}

<figure><img src="/files/x9v73voccDKpG249cmRN" alt="" width="375"><figcaption></figcaption></figure>

### Adding a Vault Admin

Using **Add Admin**, simply enter the wallet address you wish to whitelist.

<figure><img src="/files/F6s6aAoUl7HSuWAlEFJk" alt="" width="344"><figcaption></figcaption></figure>

### Removing a Vault Admin

Click the **Bin** icon next to the wallet you want to remove. Confirm removal.

<figure><img src="/files/ag7uN8fie5WvbeRDb1Fx" alt="" width="342"><figcaption></figcaption></figure>

## Advanced Configuration

{% hint style="info" %}
Advanced Configuration refers to key parameters related to the management of the Vault. Currently, changes can only be made by the Enzyme team, with self-service functionality coming soon.
{% endhint %}

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

<figure><img src="/files/8hp2iQT1qcuuR0kRzFuV" alt="" width="199"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Valuation" %}

<figure><img src="/files/F4lpOKE3dfGzsDxZvaft" alt="" width="191"><figcaption></figcaption></figure>

{% hint style="info" %}
For more information about Valuation Handler and Tracked Positions, visit Protocol.
{% endhint %}
{% endtab %}

{% tab title="Fees" %}

<figure><img src="/files/V7a7a2smkXLvhkEiggDl" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
For more information about Fee Handler, Tracker visit Protocol.\
\
For more information about Fee Management, visit Fees.
{% endhint %}
{% endtab %}

{% tab title="Deposits" %}

<figure><img src="/files/WiYQe6KWzVRTNCZ2rGXY" alt="" width="289"><figcaption></figcaption></figure>

{% hint style="info" %}
For more information about Deposit Handler, visit Protocol.

For more information about Deposit Asset, visit Subscription.
{% endhint %}
{% endtab %}

{% tab title="Redemptions" %}

<figure><img src="/files/x7woCEBbd5xEAohU3UqY" alt="" width="288"><figcaption></figcaption></figure>

{% hint style="info" %}
For more information about Redemption Handler, visit Protocol.

For more information about Redemption Asset, visit Subscription.
{% endhint %}
{% endtab %}

{% tab title="Shares Transfer Validation" %}
This page is mainly informational, it shows the following:

* Shares transfer validator address
* **Sender list** and **Recipient list** (with mode badges when applicable, e.g. Allow / Disallow)

**Allow list**

Only addresses on this list are treated as allowed; everyone else is blocked.

**Disallow list**

Addresses on this list are blocked; everyone else is allowed.

* **SenderList - Allow Mode:** Only addresses on the sender list **may send** (transfer out) shares.
* **SenderList - Disallow Mode:** Addresses on the sender list **may not send** shares; everyone else may (subject to other rules).
* **RecipientList - Allow Mode:** Only addresses on the recipient list **may receive** shares.
* **RecipientList - Disallow Mode:** Addresses on the recipient list **may not receive** shares; everyone else may (subject to other rules).

To **change** which validator or lists are attached, use **Contact Us** button.

To **add or remove addresses** on those lists, go to **Address Lists** and look for usage badges **Transfer shares (sender)** or **Transfer shares (recipient)**.<br>

<figure><img src="/files/zuF2IFPll39k78tV4We1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.enzyme.finance/onyx-user-documentation/administration-app/vault/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
