diff --git a/docs/adapters.md b/docs/adapters.md index 34775cc9..8c246f15 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -17,20 +17,56 @@ Frequent uses cases include: ## Aura +Adapter for Aura contracts using a specialized ERC4626 adapter. + ## Balancer +Allows Cellars to interact with Stable and Boosted Stable Balancer Pools (BPs). + ## Compound +Deposit and borrow assets in Compound. + ## Convex +The Convex allows cellars to have positions where they are supplying, staking LPTs, and claiming rewards to Convex-Curve pools/markets. + ## Curve +The Curve adapter supports creating and managing LP positions in Curve pools and depositing the LP tokens into guages to earn CRV rewards. + ## Frax +The Frax adapter supports using the Frax lend protocol to deposit Frax and eary yield. + ## Maker +Support for DAI staking to earn stablecoin yield. + ## Morpho + + ## OneInch +Another source of swap liquidity. + + ## 0x + +Another source of swap liquidity. + +## Pendle + +Enables the cellar to mint SY tokes and minting PT and YT tokens from the SY tokens. + +The positions are these tokens and the adapter doesn't expose a position. + +## Uniswap + +The adapter supports swaps against both Uniswap V2 and V3. It supports holding multiple NFT LP positions in Uniswap V3. + + +## Staking Adapters + +There is a universal template adapter that can specialied into staking assets into various protocols. We have support for the major LRT and LST protocols.