# Yield Aggregators

A big attraction of DeFi was the insane yields that were promised. This was driven by bull market token prices, VC subsidies, and ponzi schemes. Even in the beark market, yield aggregators were able to provide higher yields by composing trading strategies to eek out a few more basis points.

{% embed url="<https://twitter.com/scottmelker/status/1630378842618486785>" %}

Well now, treasury yields are higher than offered by the top yield aggregators, so what's the incentive to park your passive assets in a yield aggregator?

<figure><img src="/files/fZG2qIWu2IXX9OGpNEjw" alt=""><figcaption><p>Source: <a href="https://yearn.finance/vaults">https://yearn.finance/vaults</a></p></figcaption></figure>

### Passive LPing is Dead

A big source of liquidity for a lot of yield aggregators was trading fees from DEXs. However, with the introduction of Uniswap V3 and more sophisticated market players, that's another lemon without juice left to squeeze.

<figure><img src="/files/LQk676SfgTJrt653QOXh" alt=""><figcaption><p>Source: <a href="https://twitter.com/thiccythot_/status/1589022238220881920">https://twitter.com/thiccythot_/status/1589022238220881920</a></p></figcaption></figure>

Why does this happen? Because the primary trades happening on Uniswap V3 is arbitrage volume, and they all pay a standard swap fee regardless of the MEV extracted.

{% embed url="<https://twitter.com/jconorgrogan/status/1573664916845756417>" %}

### Why LPs should use TWAMMs?

A lot less liquidity is required to bootstrap a TWAMM protocol compared to a traditional DEX because arbitrageurs effectively source liquidity from external venues when a long-term order is placed.

Sophisticated traders should want to be large LPs because they want to trade against the unsophisticated flow. When a large volume of long-term orders is guaranteed, liquidity providers compete to give them the best fill.

There is still room for active LP activity in the TWAMM protocol. The intuition behind any form of opportunistic liquidity providing is that you want to be providing to the unsophisticated flow while avoiding the toxic (arbitrage) flow.

The incentives section explains how TWAMMs leverage arbitrageurs and re-distribute MEV to LPs:

{% embed url="<https://docs.cronfi.com/twamm/overview/incentives>" %}

Now that we have a DeFi protocol that has built-in MEV extraction and novel trade execution for large uninformed order flow, we are finally able to even the playing field for passive LPs.

{% embed url="<https://twitter.com/eljhfx/status/1563958521267380225>" %}

Sophisticated market makers have been hedging the downside of providing liquidity in DEXs by arbitraging the very same pools. With our TWAMM implementation, passive LPs will be able to hedge against impermanent loss by collecting and automatically re-investing MEV rewards from arbitrageurs.

### Who should be LPing in TWAMM?

{% embed url="<https://yearn.finance/vaults>" %}

{% embed url="<https://www.tokemak.xyz/>" %}

{% embed url="<https://aura.finance/>" %}


---

# 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://cron-finance.gitbook.io/twamm/use-cases/yield-aggregators.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.
