Skip to content

Explore Redeem.sol #144

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

Open
Alexangelj opened this issue Jan 21, 2021 · 0 comments
Open

Explore Redeem.sol #144

Alexangelj opened this issue Jan 21, 2021 · 0 comments

Comments

@Alexangelj
Copy link
Contributor

Currently, the Redeem token is the "Short option token". It's a critical piece of the system. It represents an option writer's claim to collateral/or strike assets if their written options were exercised. Right now, it's purely for accounting purposes. Originally, there was a mapping to track user's collateral deposits, but an ERC-20 does the same, so it was made into the Redeem token.

The Redeem is an ERC-20 with a mint and burn function that can only be called by its paired option contract. Since theres no other functionality... we are kind of wasting some potential there.

It would be good to explore functions which can be utilized solely in the context of the redeem token.

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

No branches or pull requests

1 participant