Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/idle dao #662

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

samster91
Copy link

Idle Dao provides different pools where users can deposit their tokens.
Each pool is deployed using a factory contract (0x3c9916bb9498f637e2fa86c2028e26275dc9a631) that create a CDO contract with 2 tranches (pools).

Each pool accepts a specific token, that can be deposited or redeemed using the CDO's specific methods:

  • depositAA and depositBB
  • withdrawAA and withdrawBB
    each of those interact with the specified tranche (AA or BB).

The pool price is fetched calling the method virtualPrice form the CDO contract passing the tranche address as an argument.

Yield Tranches Documentation: https://docs.idle.finance/developers/yield-tranches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant