# What are Strategies/Vaults?

### Vault Overview <a href="#vault-overview" id="vault-overview"></a>

A Vault is a pooled investment product that automates yield strategies on behalf of depositors. Users deposit tokens into the Vault, and the underlying strategy actively manages these funds to generate returns in a secure and efficient manner. The Vault abstracts away the complexities of yield farming, trading, rebalancing, and risk management, making it simple for depositors to earn optimized yield.

***

### Key Features <a href="#key-features" id="key-features"></a>

* **Professionally Managed**\
  The Vault follows automated strategies designed and maintained by protocol contributors. This reduces the need for users to manage complex on-chain positions themselves.
* **Optimized for Yield**\
  The strategy reallocates funds across opportunities, adjusting exposure to maximize yield while minimizing idle funds.
* **Delta Neutral Structures (where applicable)**\
  Strategies may use delta-neutral methods to reduce exposure to market volatility, ensuring yield is driven more by strategy execution than by price speculation.
* **Liquidation Risk Management**\
  Leverage-based strategies include automated health monitoring and rebalancing to mitigate liquidation risk. Safety parameters are built into the system to protect user deposits.
* **Composability**\
  The Vault plugs into underlying DeFi protocols (like lending markets, DEXs, or staking pools) to source yield seamlessly.
* **Capital Efficiency**\
  Strategies may mix lending, borrowing, farming, and hedging techniques to extract the maximum efficiency from deposited assets.

***

### User Benefits <a href="#user-benefits" id="user-benefits"></a>

* Deposit once, earn yield automatically.
* No need to manage multiple DeFi positions manually.
* Risk and exposure managed by coded safeguards.
* Transparent performance tracking on-chain.

***

### Additional Notes <a href="#additional-notes" id="additional-notes"></a>

Exact parameters, risk profiles, and mechanics of each strategy are detailed on its dedicated **Strategy Page** within the app: [app.troves.fi](https://app.troves.fi/).


---

# 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.troves.fi/p/what-are-strategies-vaults.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.
