> For the complete documentation index, see [llms.txt](https://docs.koo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koo.xyz/earn/vault.md).

# Vault

### 1. What are Vaults?

**Vaults** are decentralized, smart contract-based asset pools within the Koo.xyz ecosystem. They allow investors to deposit capital, pool their resources, and earn passive yield.

* **Asset Support:** Currently, Vaults exclusively support **USDC**.
* **How it Works:** Deposited assets are managed automatically by specialized **Vault Operators** or smart contract algorithms executing sophisticated trading strategies to generate sustainable returns for all participants.
* **Current Availability:** Right now, Koo.xyz features the official **Protocol Vault**. Custom Community Vaults will be launched to the public in the near future.

***

### 2. The Flagship Protocol Vault&#x20;

**Koo.xyz Liquidity Provider Vault** is our premier protocol vault designed to act as the foundational liquidity backbone of the Koo.xyz exchange.

By depositing USDC into the vault, you are fueling multiple low-risk, market-neutral strategies:

1. **Internalized Liquidations:** Executing automated liquidations on under-collateralized positions.
2. **Market Making:** Providing liquidity across various orderbook pairs on Koo.xyz.
3. **Yield Generation:** Deploying idle vault assets into the Koo.xyz Earn module (leveraging top-tier protocols like Aave/Compound).

On traditional Centralized Exchanges, when a trader's position falls below the Maintenance Margin Rate (MMR), the liquidation profit is internalized by the exchange operator or privileged, institutional market makers.

**Koo.xyz changes the game.** Through the liquidator strategy embedded inside the Vault:

* Positions facing liquidation are taken over transparently by the community-backed vault.
* Historically, liquidation flow is a highly profitable revenue stream. On Koo.xyz, 100% of this liquidation PnL goes directly back to the community via the pool.

***

### 3. FAQ

#### Q1: What are the main benefits for Vault depositors?

* **Access to Institutional-Grade Strategies:** Retail users can easily tap into sophisticated quantitative trading, market-making, and liquidation strategies without needing advanced coding or hardware setups.
* **Amplified Capital Efficiency:** Pooling assets allows the vault to execute scalable, high-capacity trading strategies that are typically cost-prohibitive for individual retail investors.
* **Non-Custodial Transparency:** Every vault operation, balance check, and asset allocation is governed by open-source smart contracts on the blockchain. You maintain full visibility and can audit your assets 24/7.

#### Q2: Is there a lock-up period for the Vault?

Yes, to prevent flash-loan exploits and ensure market stability, there is a **5-minutes deposit lock-up window**.

You can initiate a withdrawal exactly 5-minutes after your most recent deposit.

> **Example:** If you deposit 10,000 USDC on **June 01 at 08:00 UTC**, your capital will become fully unlocked and eligible for withdrawal on **June 01 at 08:05 UTC**.

***

> **⚠️ Risk Disclaimer:** > While Vault employs market-neutral and capital-protective strategies, participating in DeFi vaults involves smart contract risks and market volatility. Please ensure you understand the underlying mechanisms before depositing.


---

# 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.koo.xyz/earn/vault.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.
