* **Rebalancing:** Rebalancing involves changing the allocation of funds between strategies of a DeFindex Vault. For example, a vault with 50% in two strategies could change to 80% and 20%, respectively.
* **Shares**, **dfTokens**, or **DeFindex Vault Tokens**: Shares are fungible tokens issued to users upon depositing assets into a specific DeFindex Vault. They represent a proportional share of the total assets managed by the DeFindex Vault. Users can burn shares to withdraw their underlying assets, which would require to unwind postions in current strategies.
* **Automated Market Makers (AMM):** AMMs are decentralized exchanges that use algorithms to set prices and facilitate trading. In DeFindex, AMM LP tokens represent liquidity provision in various trading pairs. Users can earn yields from trading fees and token incentives by holding or staking these LP tokens.
Example: [Soroswap.Finance](https://soroswap.finance).
* **Lending Platforms:** Lending platforms allow users to deposit assets in exchange for earning interest. DeFindex incorporates lending strategies to diversify asset allocation and maximize returns. Assets deposited in DeFindex can be lent out to earn additional yield.
Example: [Blend Capital](https://blend.capital).
* **IDLE Assets:** DeFindex maintains its balance between invested and idle assets. Idle assets are kept liquid to ensure users can easily withdraw funds without disrupting ongoing investments. Also, if a strategy is unhealthy, Emergency Managers can unwind risky positions and move all funds into idle assets in order to protect investors from unhealthy or risky strategies.
* **Rescue funds:** Emergency Managers can unwind risky positions and move all funds into idle assets in order to protect investors from unhealthy or risky strategies.
* **Price Per Share (PPS):** Price Per Share (PPS) is a key metric that determines the value of one share (dfTokens) relative to the total assets managed by a DeFindex Vault.
* **Autocompounding:** Autocompounding is the process of reinvesting rewards automatically into the same strategy. This allows for changing from APR to APY! This allows for continuous growth of the investment without the need for manual intervention. Let's see an example:
If a user deposits 100 USDC in a strategy with 30% APR, after one year the user will have 130 USDC. However, if the user reinvests the rewards every day, she will get more! Let's see how this works:
1. A 30% APR is 0.082191781% per day. Because daily return is APR/365 = 0.082191781%
2. If the user reinvests the rewards every day, after one year the user will have ~135 USDC. Because $(1 + 0.00082191781)^{365} = 1.349692488$ Meaning that instead of 30% APR, the user will have 34.96% APY.
This shows how powerful the autocompounding is!