Skip to content

Commit

Permalink
Merge pull request #190 from balancer:add-morpho-to-boosted-section
Browse files Browse the repository at this point in the history
FEAT: add Morpho Boosted example
  • Loading branch information
mkflow27 authored Dec 9, 2024
2 parents 0473100 + 11e06ae commit aa4e0ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Boosted Pools are a type of liquidity pool in which some or all of the tokens ca
The main advantage of boosted pools in the Balancer ecosystem are:

#### 100% yield bearing possibility
Balancer v3 boosted pools allow for 100% of an LP position to be considered boosted, meaning held in a yield-bearing token. Prominent examples include bb-a-USD, which is a StablePool containing Aave yield-bearing DAI (`aDAI`), Aave yield-bearing USDC (`aUSDC`) and Aave yield-bearing USDT (`aUSDT`). The Balancer BatchRouter can handle user requests to trade among all these assets in a seamless and gas efficient manner (e.g., depositing and withdrawing underlying tokens DAI, USDC and USDT). The front end or aggregator can construct a batch swap with everything the router needs to perform the operations, including interacting with liquidity buffers (see below), and only wrapping or unwrapping when absolutely necessary.
Balancer v3 boosted pools allow for 100% of an LP position to be considered boosted, meaning held in a yield-bearing token. For example StablePools could contain yield-bearing assets from lending protocols such as Aave's yield bearing DAI (`aDAI`), Aave yield-bearing USDC (`aUSDC`), Aave yield-bearing USDT (`aUSDT`) or a yield-bearing Morpho Vault such as Steakhouse USDC (`steakUSDC`). The Balancer BatchRouter can handle user requests to trade among all these assets in a seamless and gas efficient manner (e.g., depositing and withdrawing underlying tokens DAI, USDC and USDT). The front end or aggregator can construct a batch swap with everything the router needs to perform the operations, including interacting with liquidity buffers (see below), and only wrapping or unwrapping when absolutely necessary.

#### Gas efficient swaps between boosted pool's base assets
Boosted pools leverage the Vault's [liquidity buffers](/concepts/vault/buffer.html#erc4626-liquidity-buffers) concept to facilitate gas-efficient swaps between boosted pools. This allows LPs to maintain 100% boosted pool positions and still earn swap fees from base-asset to base-asset trades.
Expand All @@ -28,4 +28,4 @@ Boosted pools are an excellent method for introducing LSTs and yield-bearing tok

:::info
Once v3 launches this will be updated.
:::
:::

0 comments on commit aa4e0ef

Please sign in to comment.