You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP-4626 introduces a standard API for tokenized Vaults representing shares of a single underlying ERC-20 token. This standard is an extension of the ERC-20 token that provides basic functionality for depositing and withdrawing tokens and reading balances.
Reference Implementations
See Solmate ERC-4626: a minimal and opinionated implementation of the standard with hooks for developers to easily insert custom logic into deposits and withdrawals.
See Vyper ERC-4626: a demo implementation of the standard in Vyper, with hooks for share price manipulation and other testing needs.
@Amxx from OpenZeppelin has already opened a draft PR currently here. I essentially opened this issue in order to track the development for anyone searching for this new ERC-4626.
The text was updated successfully, but these errors were encountered:
Providing an implementation of ERC4626 is in our roadmap for the next release. We want our implementation to be modular/overridable, so we still have tests to do in that regard.
It's one of our priorities right now. Please be a little patient, it's coming!
Motivation
EIP-4626 introduces a standard API for tokenized Vaults representing shares of a single underlying ERC-20 token. This standard is an extension of the ERC-20 token that provides basic functionality for depositing and withdrawing tokens and reading balances.
Reference Implementations
See Solmate ERC-4626: a minimal and opinionated implementation of the standard with hooks for developers to easily insert custom logic into deposits and withdrawals.
See Vyper ERC-4626: a demo implementation of the standard in Vyper, with hooks for share price manipulation and other testing needs.
@Amxx from OpenZeppelin has already opened a draft PR currently here. I essentially opened this issue in order to track the development for anyone searching for this new ERC-4626.
The text was updated successfully, but these errors were encountered: