> For the complete documentation index, see [llms.txt](https://docs.secured.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secured.finance/yield-vault/core-mechanics/available-vault-and-strategies.md).

# Available Vault and Strategies

#### Overview

This section introduces the **strategies currently available within Secured Finance Vaults**.

A strategy defines *how assets deposited into a Vault are deployed to generate yield*.\
Vaults may support one or multiple strategies, and strategies may evolve over time as the protocol expands.

This page serves as a **navigation hub** for strategy-specific documentation.

***

#### How to Read This Section

For each strategy, you will find a dedicated page that explains:

* The purpose of the strategy
* How yield is generated (at a high level)
* Key characteristics and constraints
* Risk considerations relevant to users

Strategy pages are written to complement the **Core Mechanics** section and focus on *strategy-specific behavior*, rather than Vault infrastructure.

***

#### Currently Available Strategies

* **JPYC Lending Strategy**\
  \&#xNAN;*A lending-based strategy that deploys JPYC to generate variable yield.*\
  → [View details](/yield-vault/core-mechanics/available-vault-and-strategies/jpyc-fixed-income-strategy.md)

Additional strategies may be introduced in the future and will be listed here as they become available.

***

#### Strategy Availability and Changes

Strategies are not static.

Over time, strategies may be:

* Added
* Updated
* Paused
* Deprecated

Such changes are handled through governance or operational processes.\
Vaults are designed so that strategy changes do not require users to change how they interact with the Vault.


---

# 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.secured.finance/yield-vault/core-mechanics/available-vault-and-strategies.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.
