Skip to content

Commit

Permalink
Add more adapter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian committed Jul 4, 2024
1 parent 87d6f0a commit 015c42a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 015c42a

Please sign in to comment.