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

Created ERC4626 Doc #569

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/built-on-ethereum/erc-token-standards/erc4626
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
title: ERC4626 - EthHub

description: ERC4626 is a tokenized vault standard designed to optimize the technical parameters of yield-bearing vaults.

#ERC4626

##Summary
A tokenize standard for managing yeild bearing vaults process. This standard also allows Developers to create shared interfaces for the tokens in the vaulting process.
The ERC-4626 token standard is an interface that extends the existing ERC-20, hence the participating tokens must comply with ERC-20 token standard. the token also offers basic functionality such as reading balance, depositing, withdrawing.

Motivation
The ERC-4626 standard was issued through the Ethereum Improvement Proposals and co-created by Joey Santoro. The ERC-4626 differ from ERC-721 in fungibility; While the former deals with fungible tokens, the latter deals with NFTs (Non-Fungible Tokens).
The ERC-4626 token vaults was developed to lower the integration effort and unlock access to yield in various applications.


## Resources

* [Ethereum.org](https://ethereum.org/en/developers/docs/standards/tokens/)
* [Gate.io](https://www.gate.io/blog_detail/920/What-is-ERC-4626)