# Strategies

## What is a Vault Strategy? <a href="#what-is-a-vault-strategy" id="what-is-a-vault-strategy"></a>

Yeeldx's vault strategies consist of modular smart contracts that specify which assets to farm and where to sell them. Rewards are collected at regular intervals, swapped for the original vault asset, and then reinvested to compound farming gains.

## How do LP Vaults work?

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

## ​​How do Lending Vaults work?

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

## How Rebalancing Vaults Work?

in the rebalancing Vaults also dubbed YeeldBoxAI, staked tokens are allocated across multiple DeFi pools based on the user's stated risk tolerance, which is selected before the strategies are applied to the tokens. The vaults then periodically auto-rebalance the strategy if the yields on the strategy pools fall below a certain threshold, and the tokens are then auto-staked into another pool from the pools associated with the strategy whose APY is above the set threshold.

## **Who is in control of the strategies?** <a href="#who-is-in-control-of-the-strategies" id="who-is-in-control-of-the-strategies"></a>

Each vault and strategy link is hardcoded, and the code is immutable once it's released. This means that no one can modify the vaults and strategies.To release a new strategy for any asset, a new vault and strategy smart contract must be developed.

## **How can I make a strategy?** <a href="#how-can-i-make-a-strategy" id="how-can-i-make-a-strategy"></a>

Currently, you can share and discuss your strategy in Yeeldx's Discord in the #strategies channel. Describe what it should buy/sell/farm and the current APY. A template will be provided to assist you in getting started.

## **What is APR and APY?** <a href="#what-is-apr-and-apy" id="what-is-apr-and-apy"></a>

APR represents the simple interest rate over the course of a year, while APY takes into account the effect of compounding.

## **Is APY/365 the right way to determine daily gains?** <a href="#is-apy-365-the-right-way-to-determine-daily-gains" id="is-apy-365-the-right-way-to-determine-daily-gains"></a>

No, the impact of compounded interest is exponential, not linear. A daily compounded interest rate of 1% would result in a yearly yield of 3678.34%.

## **How does Yeeldx optimize APY?** <a href="#how-does-yeeldx-optimize-apy" id="how-does-yeeldx-optimize-apy"></a>

Yeeldx automates the entire compounding process, making it as close to optimal as feasible. The compounding frequency is determined by various variables in the system, such as TVL, APR, and strategy fees.


---

# 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.yeeldx.com/products/strategies.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.
