CrypLogger.com
  • Home
  • Exclusive
  • Learn About Coins
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions
  • Current Prices
No Result
View All Result
  • Home
  • Exclusive
  • Learn About Coins
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions
  • Current Prices
No Result
View All Result
CrypLogger
No Result
View All Result
Home Exclusive

ERC-4626: how a new standard can revitalize the DeFi segment

by Vaibhav
February 25, 2023
in Exclusive
0
ERC-4626: how a new standard can revitalize the DeFi segment
201
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

The DeFi boom that began amid the coronavirus crisis has reached its climax at the end of 2021. Thereafter TVL decentralized finance ecosystem went into decline. The drop in the indicator accelerated the collapse of Terra, which had a negative impact on the entire crypto industry.

Many market participants are pinning their hopes on the upcoming upgrade of The Merge. Thanks to him, in the medium and long term, Ethereum can become more attractive for investors. The update should also help with the scaling issue where sharding and rollups play a big role.

Related articles

Experts on the path to the DAO: pros, cons, prospects

Smart Contract for Leviathan: Trust Theory in Web3

July 22, 2023

Crypto cameras in Telegram: how they work and what to do with them

July 22, 2023

The market and the DeFi ecosystem in particular can be beneficially affected by the new standard of tokens – EIP-4626. It is designed to improve communication dapps and expand opportunities for income-generating farming.

  • Many DeFi platforms lack a single implementation standard. This complicates application development and integration, exposes security vulnerabilities, and hinders scaling.
  • The EIP-4626 aims to address these issues by opening the next page in the development of DeFi 2.0.
  • The new standard is being actively implemented by well-known projects, including yEarn, Alchemix, Balancer and Fei Protocol.

Advantages and disadvantages of income farming

The DeFi segment is gradually moving towards standardization, as users want to move assets between different blockchains as simply and securely as possible.

Interoperability is facilitated by cross-chain solutions, many of which require wrapped tokens to work. The use of the latter implies additional actions and gas costs.

In addition, not all cross-chain bridges are secure. For example, recently hackers withdrew about $190 million from the Nomad protocol. Chainalysis analysts estimated the amount of funds stolen since the beginning of the year as a result of 13 attacks on cross-chain protocols at $2 billion.

Despite the significant risks, the DeFi segment continues to evolve – many users are primarily interested in the possibility of obtaining a relatively high income compared to the traditional market.

See also  Chronicles of NFT Fever: How Pixelated Images and GIFs Got Mainstream

Profitable farming (or farming) opens up wide opportunities for profitable investment. Its essence is simple: market participants provide the platform with tokens, receiving a reward for this. The process is similar to a bank deposit, but there are no burdensome procedures KYC/AML and other bureaucratic hassles.

Due to its composability, DeFi is like a kind of “financial LEGO”. The interaction of various applications opens up a huge variety of complex profit maximization strategies that require a fairly deep understanding of the processes and the study of “pitfalls”.

To make life easier for “farmers”, yield aggregators have been created – automated farming platforms. They implement complex strategies themselves, saving time, effort and transaction fees. It only takes a few clicks from the user to interact with such platforms.

A separate category includes concentrated liquidity position optimizers like Popsicle Finance. Such platforms are designed to increase the efficiency of liquidity providers on Uniswap v3 and reduce the risk of intermittent losses.

yEarn Finance by Andre Cronje is one of the first yield aggregators in DeFi. Let’s consider the principle of the platform using the yvETH storage as an example.

Users can deposit ETH in yvETH storage and receive yETH in return. The smart contract then deposits funds into the MakerDAO landing protocol, creating DAI. The stablecoin is placed in Y Pool Curve platform, generating income in CRV tokens. The latter are converted into ETH, in order to be periodically credited to users of the yETH storage.

Data: yearn.finance, Huobi Research.

A huge variety of such aggregators and storages (vaults) has been created. However, before the advent of ERC-4626, there was no single standard for implementing such solutions, which led to various risks and complexities.

2/ Here’s the tldr on ERC-4626:

Yield-bearing tokens are a mess

Yield aggregators, vaults, lending markets and native yield tokens like $xSUSHI are often implemented with slight variations

— yearn (@yearnfinance) April 5, 2022

“Yield tokens are in total disarray. Yield aggregators, vaults, landing markets, and native tokens like xSUSHI are often implemented with slight variations,” yEarn developers noted.

A lot of time was spent on the development of platforms. In addition, technical differences created problems related to interoperability and scalability, exposing vulnerabilities.

“To create a single application based on DeFi yield tokens, you had to write dozens of complex, error-prone adapters that can handle each unique variation,” added representatives of the platform created by Cronje.

ERC-4626 – tokenized storage standard

In early April, yEarn developers announced the completion of ERC-4626 and the beginning of the “Great Storage Standardization”.

See also  How Ethereum will be withdrawn from staking after the Shapella update

You’ve heard of ERC-20s, ERC-721s and ERC-1155s

Soon you shall know ERC-4626s

The Tokenized Vault Standard (ERC-4626) is final. And the Great Vault Standardization begins now

tl;dr 👇

— yearn (@yearnfinance) April 5, 2022

According to them, the storage built on the basis of the new standard can interact with any ERC-4626 tokens.

4/ It’s composability at its finest

Build an app on top of one ERC-4626 vault, and it will work for all other ERC-4626 tokens

— yearn (@yearnfinance) April 5, 2022

Work is underway on the repositories of the third version of yEarn. Well-known projects like Alchemix, Balancer, Rari Capital, Fei Protocol, OpenZeppelin are also actively implementing the new standard.

5/ Yearn V3 + ERC-4626 = inevitable

Contributors are already working hard implementing the standard for Yearn’s V3 vaults

So are the devs at @AlchemixFi, @balancer, @RariCapital, @feiprotocol, @OpenZeppelin and elsewhere

Perhaps one day, we’ll even see a Erc4626 tab on @etherscan

— yearn (@yearnfinance) April 5, 2022

“Perhaps one day we will even see an ERC-4626 tab on Etherscan,” the developers suggested.

Early adopters of the new standard. Data: erc4626.info.

The yEarn developers expressed their confidence that ERC-4626 will become “the gold standard for any yield token”, and also drew a parallel with ERC-721 in the context of NFTs.

“Standardizing storage implementations makes it easier to integrate applications, modules, and other tools,” the erc4626.info website says.

As explained by Huobi Research experts, ERC-4626 unifies the following parameters:

  • methods for depositing user funds into the vault, as well as their withdrawal;
  • functions for calculating the number of yield tokens and underlying assets;
  • events that occur when interacting with vaults, including depositing and withdrawing funds;
  • interface for confirming addresses of underlying assets.

“As a result, standardized vaults will allow each yield token to interact with other similar coins quickly and seamlessly, ushering in a new era of interoperability between different protocols,” the researchers emphasized.

Huobi Research listed the benefits and new features that ERC-4626 opens up:

  • savings. The new standard provides a universal framework for developers. To connect to new vaults using yield tokens, you only need a unified API. This eliminates the need to create special adapters, wrapped tokens, and other tools that involve additional steps. Standard rules will also reduce audit costs;
  • further improving the composability of DeFi protocols. ERC-4626 removes barriers to decentralized application integration. Arises synergy effect which adds value to dapps;
  • improving capital efficiency thanks to the widespread support of yield tokens. The latter will be able to move seamlessly between different protocols like underlying assets;
  • promoting the concept of DeFi 2.0. Huobi Research experts are confident that, along with yield aggregators, landing platforms will actively implement the new standard. This should encourage the emergence of more complex profit strategies.
See also  How to make money from stablecoins and synthetic stocks in the Terra ecosystem (part 1)

Standard creator Joey Santoro convinced that ERC-4626 also saves development time, makes integration flexible, enhances the security of user interactions with applications, and promotes innovation.

Conclusions

The DeFi segment and the crypto industry as a whole are developing rapidly. This is facilitated by venture investments, the volume of which is growing even against the backdrop of a bear market.

Many decentralized applications would benefit from a single standard like ERC-721 in the context of NFTs. This gap is intended to fill ERC-4626, which will simplify the integration of protocols and allow them to interact more widely.

Applications built on ERC-4626 can easily integrate with any other platform that implements the new standard. This expands the range of various profitability strategies, and also facilitates the work of developers.

It is possible that ERC-4626 will indeed become the “gold standard” for the new generation DeFi segment. Or, at least, an important addition to the well-known ERC-20.

Share80Tweet50

Related Posts

Experts on the path to the DAO: pros, cons, prospects

Smart Contract for Leviathan: Trust Theory in Web3

by Vaibhav
July 22, 2023
0

DAO Politics is a series of podcasts from Cryplogger, in which we, together with invited experts, understand how decentralized...

Crypto cameras in Telegram: how they work and what to do with them

by Vaibhav
July 22, 2023
0

As the industry develops, channels appear more and more actively in Telegram that share market analytics, reviews of coins and...

Sociology of VR: how we turn ourselves into an attraction

Sociology of VR: how we turn ourselves into an attraction

by Vaibhav
July 22, 2023
0

Matrix is ​​a series of podcasts from Cryplogger in which we understand how the digital environment is being transformed...

How (not to) structure a DAO: Arbitrum and Hector case studies

How (not to) structure a DAO: Arbitrum and Hector case studies

by Vaibhav
July 22, 2023
0

As DAO gain momentum, it becomes clear that having a legal structure is vital to their long-term success. However, a...

Opinion: there is no practical sense in long seed phrases

Opinion: there is no practical sense in long seed phrases

by Vaibhav
July 22, 2023
0

Many members of the cryptocurrency community believe that a 24-word seed is safer than a 12-word seed. Even well-known bitcoin...

Load More

Recent News

  • Judge Gives U.S. Attorneys Until October 3 To Solve Case Against Alex Mashinsky
  • Alphapo payment system hack valued at over $60M – ZachXBT
  • Avalanche Foundation allocates $50 million investment to purchase asset tokens on the network
  • Era Lend on zkSync used for $3.4 million replay attack
  • Abu Dhabi Regulator Grants Trading Firm Rain Permission to Offer Cryptocurrency Services
  • Flashbots Becomes a Unicorn in a $60M Round
  • FOMC Preview: What Bitcoin and Crypto Traders Should Prepare for
  • Game Developer Solana Automata Announces Massive Layoffs
  • Is Cardano TVL a Critical Factor for Reviving ADA Prices?
  • Elon Musk: X will cover half of the global financial system
  • Cryptocurrency-friendly Robinhood moves closer to UK with local CEO appointed
  • Ducati to launch NFT in partnership with XRP Ledger
  • Media: auditors did not find anything suspicious in the scandalous deal with FTX Europe
  • Elon Musk says X will offer ‘the entire financial world’ in the coming months
  • Journalists learned about the reduction of 30% of the staff of the KuCoin exchange
  • EraLend DeFi protocol hacked for $3.4 million
  • Era Land protocol lost $3.4 million in hack
  • The creator of Axie Infinity will develop a new game in collaboration with CyberKongz
  • Azimut Group refuses to pay BlackCat bitcoin ransomware
  • Media: Worldcoin fell under the sight of the UK regulator
  • Home
  • About Us
  • CCPA
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms of Use
Email: contact@cryplogger.com

© 2021-23 Cryplogger.com
CrypLogger is a cult magazine about bitcoin, blockchain technology and the digital economy. Every day we supply news and analytics on the cryptocurrency market since 2021.

No Result
View All Result
  • Home
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions

© 2021-23 Cryplogger.com
CrypLogger is a cult magazine about bitcoin, blockchain technology and the digital economy. Every day we supply news and analytics on the cryptocurrency market since 2021.

Go to mobile version