Difference between revisions of "Yield optimizer"

From DefiLlama
Jump to navigation Jump to search
m (Linked to yield farm page)
Line 1: Line 1:
A yield optimizer, sometimes referred to as a yield aggregator, is an automated service that takes the reward token from a [[yield farm]], sells the reward token and automatically buys more of the type of token deposited in the vault by a users.
A yield optimizer, sometimes referred to as a yield aggregator, is an automated service that takes the reward token from a [[yield farm]], sells the reward token and automatically buys more of the type of token deposited in the vault.
The yield optimizers (or aggregators) with the most liquidity are protocols like [[Beefy Finance]] and [[Yearn Finance]]. These protocols offer strategies like providing liquidity to a DEX pool and using money markets to earn yield on single tokens. This last strategy, in particular, involves depositing a token as collateral on a money market, earning interest on that (+ eventual liquidity mining rewards) and then borrowing the same token (thus avoiding liquidation risk, since the same asset is used as collateral) to redeposit it in the lending side, increasing the rewards.


== Related Technical Standards ==
== Related Technical Standards ==
The Ethereum Improvement Proposal EIP-4626 proposes a standard that allows for the implementation of a standard API for tokenized vaults representing shares of a single underlying ERC-20 token. <ref>https://eips.ethereum.org/EIPS/eip-4626</ref>
The Ethereum Improvement Proposal EIP-4626 proposes a standard that allows for the implementation of a standard API for tokenized vaults representing shares of a single underlying ERC-20 token. <ref>https://eips.ethereum.org/EIPS/eip-4626</ref>

Revision as of 10:39, 24 April 2022

A yield optimizer, sometimes referred to as a yield aggregator, is an automated service that takes the reward token from a yield farm, sells the reward token and automatically buys more of the type of token deposited in the vault. The yield optimizers (or aggregators) with the most liquidity are protocols like Beefy Finance and Yearn Finance. These protocols offer strategies like providing liquidity to a DEX pool and using money markets to earn yield on single tokens. This last strategy, in particular, involves depositing a token as collateral on a money market, earning interest on that (+ eventual liquidity mining rewards) and then borrowing the same token (thus avoiding liquidation risk, since the same asset is used as collateral) to redeposit it in the lending side, increasing the rewards.

Related Technical Standards

The Ethereum Improvement Proposal EIP-4626 proposes a standard that allows for the implementation of a standard API for tokenized vaults representing shares of a single underlying ERC-20 token. [1]