ERC-4626 API
This module contains ERC-4626 support for Python.
ERC-4626 is a standard to optimize and unify the technical parameters of yield-bearing vaults. It provides a standard API for tokenized yield-bearing vaults that represent shares of a single underlying ERC-20 token. ERC-4626 also outlines an optional extension for tokenized vaults utilizing ERC-20, offering basic functionality for depositing, withdrawing tokens and reading balances.
Scan chains for all ERC-4626 vaults
Read historical market data
Deposit and redeem from vaults
Specific protocol integrations like
eth_defi.lagoon.vault,eth_defi.ipor.vault,eth_defi.morpho.vaultsubclass these base classes
Tutorials
scan-erc_4626_vaults
More info
Generic ECR-4626 vault reader implementation. |
|
ERC-4626 deposit and redeem requests. |
|
Deposit and redemption from ERC-4626 vaults. |
|
ERC-4626 deposit slippage analysis. |
|
Find ERC-4626 vaults onchain using HyperSync. |
|
ERC-4626 core functions. |
|
ERC-4626 vault type classification. |
|
Turn vault discoveries to human-readable and machine-readable tables. |
|
ERC-4626 estimations. |
|
Calculate ERC-4626 vault APY, or profitability. |