# Publish A Shared Vault

Optionally, you can choose to publish to allow others to invest in your vault. You will earn part of the total fees generated by the vault.

{% hint style="success" %}
You will be shared back **5%** of the total fees generated by a public vault. This is regardless of your own shares in the vault.
{% endhint %}

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

To publish, click the <mark style="color:purple;">**PUBLISH VAULT**</mark> button on the vault detail page.&#x20;

#### Enforcement Rules

Before publishing, you’ll need to configure a few **enforcement rules**. These rules help protect depositors and boost trust in your Vault by ensuring transparent, consistent behavior.

* **Range Strategy**\
  Define whether your Vault uses a **Narrow** or **Wide** LP range strategy. This informs users of the level of volatility or precision in your approach.
* **Allowed Liquidity Pools:** You can either
  * **Fix a specific list of LP pools** that your Vault will interact with, or
  * **Set a min-value** to validate pools dynamically at the time of allocation.

:white\_check\_mark: Having a fixed pool list is generally recommended for clarity and safety.

:100: Once set, Krystal will automatically calculate and display a **Safety Evaluation Score** based on your configurations. A higher score indicates better transparency and risk management—earning more credibility from the community.

#### **Benefits of Publishing**

* Monetize your strategy performance
* Grow your TVL and reputation in the Krystal ecosystem


---

# 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.krystal.app/products/vaults/shared-vault/publish-vault.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.
