Looking forward to the trends in 2024, I think Attestation is likely to be another important milestone for Mass Adoption, serving as a more specific user application scenario besides PWA and AA.
At the moment, there is no particularly appropriate Chinese translation for Attestation. It means "evidence or proof of something." This proof of something sounds very much like the problem that Web3 wants to solve. This concept can be extended to many currently familiar directions, such as RWA, Oracle, prediction markets, etc.
There are several related protocols, notably EAS, Sign Protocol and Smart Layer.
EAS will not be elaborated in detail. It is extremely abstract and more like a public good. Sign Protocol and Smart Layer can directly target end users after designing appropriate Schema and logic. Moreover, these three actually solve the problems they care about from completely different dimensions and ideas, and they are not in a competitive relationship.
Sign Protocol @ethsign Originated from the EthSign application, it has received investment from three Sequoia companies. At first, their product was similar to the Web3 version of DocuSign, and later expanded to provide token management solutions TokenTable for start-up teams. The next Sign Protocol will be a network carrying various Attestations. Application developers can design Schema for different application scenarios to solve the needs of various authentication scenarios.
Smart Layer Network @SmartLayer Originating from ERC-5169, TokenScript and AlphaWallet, the team has had a deep understanding of Token-centric user scenarios for a long time and was the first to promote the concept of Attestation. They have created many solutions for off-chain and on-chain interactions, such as using NFT as car keys to unlock, as tickets, etc., as well as pure on-chain token-based usage scenarios, such as the recent Smart Cat. The next Smart Layer Network is their more complete solution to realize the utility of tokens in a decentralized network.
I will also conduct a more detailed development and research on this topic and several projects in the future. There is also another important information: these projects all have the possibility of airdrops (Smart Layer has been made public). It is recommended that you track their latest progress and find the most suitable strategy, or at least try their products.
☄️Through the four most representative Grants, we summarized the progress and projects of Web3 public goods worth paying attention to in 2023. These include ESP, Gitcoin Grants, Optimism RetroPGF, and Uniswap Foundation Grants.
⭐️Why should you care about Web3 public goods? Before there is a reasonable business model, these infrastructure and development tools can only help the industry to develop sustainably through community support and maintenance. When these components find a business model, they may be given back to early supporters.
⭐️There are so many interesting Insights, including: 1️⃣What projects has the Ethereum Foundation supported many times last year? 2️⃣What’s going on with Protocol Guild, the funding plan co-sponsored by the core protocols of the Ethereum ecosystem? 3️⃣What are the three protocols that the Uniswap Foundation pays special attention to and supports?
View the full text: https://substack.chainfeeds.xyz/p/web3-grants-2023 In the future, we will continue to pay attention to the field of public goods, especially the innovation of Grants and funding mechanisms. Welcome to subscribe: https://substack.chainfeeds.xyz/ #ETH
Three most basic questions and misunderstandings about Ethereum account abstraction
I have been obsessed with account abstract information recently. I have read popular science and summaries written by many people, but I feel that many concepts are mixed together, which is not clear and clear enough.
So I also tried to summarize the three core issues. After clarifying some basic issues, it may be easier to understand the background by reading articles about the implementation of EIP-4337.
The first fundamental question: What exactly does the term "account abstraction" mean by abstraction?
According to the original intention of EIP-86, the original text reads: "...abstract the methods of "signature verification" and "nonce check" so that the contract account can perform any "signature verification" and "nonce check". Rather than a fixed mechanism hard-coded into the transaction process..."