# Overview

The [**Yield Vault**](https://vaults.secured.finance/) is an automated yield management module within the **Secured Finance** ecosystem.

Yield Vaults are designed to provide users with a simple way to earn yield by depositing assets into a Vault, without the need to actively manage positions, strategies, or market timing. In return for a deposit, users receive Vault shares that represent their proportional ownership of the Vault. The value of these shares changes over time based on the performance of the underlying strategies.

The Yield Vault architecture is built by forking **Yearn V3** and follows the ERC-4626 standard. This modular design separates asset custody and accounting (Vaults) from yield generation (Strategies), allowing strategies to be updated or expanded while maintaining a consistent user interface.

From a user perspective, interaction with Yield Vaults is intentionally minimal. Users can deposit assets, monitor the value of their position, and withdraw assets at any time by redeeming Vault shares. All strategy selection and allocation decisions are handled at the Vault level.

At launch, Secured Finance introduces the [**JPYC Yield Vault**](https://vaults.secured.finance/1/0x7a6E3635694952dC00F6bA4d4AD1a7B892028789), which accepts JPYC deposits and allocates them to a lending strategy to generate variable yield. Over time, additional Vaults and strategies may be introduced to support different assets and yield sources.

For a practical walkthrough of how to use Yield Vaults, please refer to the **Getting Started** section.


---

# 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.secured.finance/yield-vault/overview.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.
