in

Academic Grants Round 2023 Announcement cryptoforbs

Academic Grants Round 2023 Announcement cryptoforbs
Academic Grants Round 2023 Announcement cryptoforbs
We are excited to announce the recipients of this year’s Academic Grants Round. We received more than 250 applications and have awarded over $2 million in funding to 43 projects across several categories.

The awarded teams are distributed all across the globe with researchers from Austria, Australia, Canada, China, France, Germany, Ghana, Hungary, Italy, Kenya, Malaysia, New Zealand, Poland, Singapore, South Korea, Spain, Switzerland, Thailand, United Kingdom, United States, and Vietnam.

Here are the categories and the number of funded projects in each:

Category Number of Projects Amount (USD)
Cryptography 6 $488,097
Economics & MEV 10 $406,097
Execution Layer 2 $158,200
Formal Verification 4 $226,000
P2P Networking 3 $140,023
Security 5 $358,880
Society and Regulatory 12 $438,394
Total 43 $2,315,521

Cryptography

Project Research Team Institution Description
Error Correcting Codes for Efficient SNARK Provers Prof. Venkatesan Guruswami, Mary Maller, Mark Simkin, & Pratyush Ranjan Tiwari University of California at Berkeley, Ethereum Foundation, & Johns Hopkins University To establish a collaborative effort among cryptography experts, aiming to enhance parameter efficiencies, and provide certainty in analysis. This could lead to a working group within the ZKProof standards initiative and explore the feasibility of utilizing the FRI polynomial commitment scheme in future zkEVM implementation on layer 1.
Functional Commitments and SNARKs from Lattices: Constructions and Cryptanalysis Prof. David Wu The University of Texas at Austin To develop new lattice-based frameworks for functional commitments and succinct arguments while creating innovative cryptanalytic approaches to evaluate the associated lattice-based assumptions. This project will enable efficient post-quantum protocols for delegating and verifying computations.
Lattice-based succinct linear functional commitments Prof. Ben Fisch, Zeyu Liu, & Psi Vesely Yale University To construct lattice-based polynomial commitments and SNARKs that compete with the efficiency of code-based schemes like FRI. The main focus of the project is to enhance concrete performance, with preliminary results indicating the first lattice-based PCS with both logarithmic size and verification time asymptotically.
ZK-EVM using SNARK assisted by Interactive Fraud Proofs Jehyuk Jang, Soonhyeong Jeong, Dr. Jamie Judd, Seungjin Kim, & Jonghwa Park Onther Ethereum Research Center To develop a new zk-EVM that integrates interactive fraud proofs (IFP) and SNARK proofs for more efficient transaction processing. This approach involves two-stage verification: initially verifying the commitment to a new smart contract with IFP, then verifying arithmetic calculations with SNARK. This proposal aims to reduce the size of the universal circuit for SNARK, thereby minimizing the time and space complexity of generating and verifying transaction proofs.
ZK-Harness Prof. Dawn Song, Prof. Arthur Gervais, Deevashwer Rathee, Stefanos Chaliasos, Jens Ernstberger University of California at Berkeley, University College London, Imperial College, Technical University of Munich To propose a benchmarking framework that accommodates new zero-knowledge proof (ZKP) libraries and languages, and to conduct a comprehensive analysis of these benchmarks. This work will aid developers in making informed decisions when choosing a ZKP library or language.

Economics & MEV

Project Research Team Institution Description
Benchmarking and Analyzing the Gas Metering Mechanism of EVM-equivalent zkRollups Stefanos Chaliasos, Prof. Arthur Gervais, & Prof. Ben Livshits Imperial College London To conduct a comprehensive analysis of Scroll’s and Polygon’s zkEVM implementations, focusing on the implications of maintaining Ethereum’s gas metering mechanism in a zkEVM rollup setup. This study aims to highlight potential issues and security implications associated with this gas metering mechanism, and contribute to the ongoing efforts to provide a zkRollup scalability solution for Ethereum.
Denial-of-Service Implications of Blockchain Censorship Aviv Yaish, Kaihua Qin, Liyi Zhou, & Prof. Arthur Gervais The Hebrew University, University College London, & Imperial College London To identify and classify potential Denial-of-Service (DoS) attack vectors that could emerge in the presence of censoring blockchain validators. The project will further aim to measure the impact of such attacks on validators’ computational resources and revenue. Ultimately, the goal is to develop effective strategies for mitigating these identified threats. This is necessary because censorship on the blockchain can not only affect neutrality but also increase vulnerability to DoS attacks, where attackers can create computationally complex transactions that drain validator resources without paying the requisite transaction fees.
Design of Automated Market Makers from Prediction Market Principles Prof. Bo Waggoner & Prof. Rafael Frongillo University of Colorado, Boulder To apply underexplored technical tools from automated prediction markets to the design and analysis of automated market makers like Uniswap. The project will focus on interfaces for liquidity providers and interpret the supply and demand of liquidity as information about the value of various assets.
EIP-4844 Market and Calldata Posting Strategies Dr. Akaki Mamageishvili & Prof. Ed Felton Offchain Labs To investigate the market dynamics following the deployment of Ethereum Improvement Proposal number 4844 (EIP4844), which aims to lower the calldata costs for rollup protocols by creating a parallel market for stored data. This study will focus on how this new market interacts with the existing global blockspace market.
Gift Economies of Scale Raluca Diugan Independent To define, design, and assess the feasibility of gifting-based economies, considered as blockchain-based peer-to-peer networks with incentivized donation protocols. This project aims to explore whether the practice of gifting could form the foundation of robust micro-economies and be scalable through inter-economy protocols.
The Nature of the DAO Prof. Sinclair Davidson RMIT University To establish a robust theoretical framework that situates Decentralized Autonomous Organizations (DAOs) within organizational theory. This project, inspired by Ronald Coase’s seminal question ‘Why do firms exist?’, seeks to answer ‘Why do DAOs exist?’ and aims to provide insights that can guide both practitioners and policymakers.
On the Security of Stake-and-Slash Mechanisms in Layer-2 Scaling Solutions Prof. Jiasun Li Independent To analyze the strategic interactions among participants in various Layer-2 scaling solutions using a game-theoretical framework inspired by the classic “monitoring game” in economics. This project will focus on formally evaluating the security performance of widely adopted “stake and slash” mechanisms in these solutions.
Quantifying and Reducing Builder/Searcher/Relay Centralization Risk in the Context of Maximal Extractable Value Dr. Agostino Capponi Columbia University To assess the threats posed by Miner Extractable Value (MEV) to Ethereum’s security and efficiency, this project proposes the utilization of mechanism design and economic analysis. While Priority Gas Auctions (PGAs) address some security concerns, negative impacts of MEV persist and could even lead to new centralization risks. This project aims to systematically evaluate these concerns and provide practical insights.
Validator Economics: Variable minimum validator deposit size Dr. Sandra Johnson, Prof. Kerrie Mengersen, & Patrick O’Callaghan ConsenSys Software To identify the most effective strategy for capping the validator set size on the Ethereum beacon chain. This research is aimed at ensuring system stability and facilitating the feasibility of single slot finality (SSF), even in situations of potential overpopulation by validators.

Execution Layer

Project Research Team Institution Description
IL-EVM Szymon Kulec Nethermind To explore a new EVM implementation called IL-EVM which leverages the .NET’s intermediate language (MSIL) for improved performance. This approach involves precompiling the most commonly used contracts to MSIL, allowing the .NET Just In Time compiler to optimize the code more effectively, thereby improving the speed of the Ethereum node. Preliminary work indicating the potential of this method can be found here.
Paprika Szymon Kulec Nethermind To reimagine Ethereum’s data storage methods by leveraging techniques such as copy-on-write, a prefix B+-tree, and memory-mapped files. The project focuses on improving the handling of reorganizations, facilitating efficient data access, and constructing Merkle (or potentially Verkle) tries. This unique approach is driven by Ethereum’s distinctive data access patterns and challenges associated with reorganizations. Preliminary results demonstrating the potential of this novel methodology are available here.

Formal Verification

Project Research Team Institution Description
Financial Model-Driven Attack Synthesis for DeFi Prof. Yu Feng, Yanju Chen, & Hongbo Wen University of California, Santa Barbara To develop a highly effective attack synthesis framework for DeFi protocols that goes beyond the capabilities of existing tools like Foundry and Slither. The project aims to address the limitations of these tools, which struggle with complex interactions and large search spaces in non-trivial DeFi protocols. Rather than constructing the attack from scratch, the new approach will respect the high-level semantics of DeFi protocols and be guided by the financial models underpinning them.
FORVES 2.0: FORmally VErified EVM optimizationS — leveraging FORVES to inter-block optimizations Prof. Samir Genaim, Prof. Elvira Albert, & Prof. Enrique Martin-Martin Complutense University of Madrid To develop FORVES 2.0, a fully automated context-sensitive verification tool in Coq, designed to check the semantic equivalence of two EVM sequences under a given initial context. This project’s objective is to facilitate the verification of cross-block optimizations in Ethereum’s Virtual Machine.
GREEN (GREEdy optimizatioN of EVM bytecode) Prof. Elvira Albert, Prof. Pablo Gordillo, Alejando Hernández-Cerezo, Prof. Jesús Correas, Prof. Guillermo Román, & Prof. Alberto Rubio Complutense University of Madrid To construct advanced Ethereum Virtual Machine (EVM) optimization technology by integrating three critical features: optimizing memory/storage usage and identifying inefficient code patterns, deducing inter-block information for EVM sequence optimization, and overcoming SAT/SMT performance limitations for medium-sized EVM instruction sequences. Expected outcomes include a 6% byte-size reduction, 2% gas reduction, and quicker optimization of medium-sized contracts. Furthermore, inefficient memory usage in solc compiler-generated EVM code will be detected and optimized. The result, referred to as the GREEN project, will be a standalone optimization tool that can be integrated into an EVM compiler either fully or in parts.
Real-World Demonstrations of the DafnyEVM Dr. David Pearce, Dr. Franck Cassez, Horacio M.A. Quiles, & Joanne Fuller ConsenSys To continue the development of DafnyEVM, an executable and formal EVM semantics developed by ConsenSys’ Trustworthy Smart Contracts (TSC) Team, and further leverage its deductive verification capabilities for EVM bytecode. DafnyEVM provides an easily understandable representation of EVM semantics that is verified using the Dafny verifier, enabling formal verification of smart contract properties at the bytecode level. This project seeks to enhance DafnyEVM’s robustness in reasoning about bytecode, as demonstrated through validation against numerous Ethereum Common Tests.

P2P Networking

Project Research Team Institution Description
Fast Signature Aggregation Protocol for Single Slot Finality Prof. János Tapolcai, Bence Ladóczki, & Prof. Lajos Rónyai Independent To achieve single slot (12 seconds) on-chain Casper finality loops, this project seeks to explore a space-time trade-off in signature aggregation schemes. The study takes into account two key performance metrics: the space occupied by the signatures stored on-chain and the time to reach finality. The proposed two-step solution involves a primary objective of fast finality achievement, potentially at the cost of more space, followed by a secondary objective of generating a smaller, more efficient proof of finality.
Towards Closing the Loop on Ethereum Network DoS Insecurity by Applied Formal Methods Prof. Yuzhe Tang, Jiaqi Chen, Wanning Ding, & Zhihua Yang Syracuse University To address DoS insecurity in Ethereum networks, this project will systematically identify and formally model vulnerable code modules within Ethereum’s P2P networking stack. By running model checkers, it aims to verify security or detect violations. Outcomes will include an open-source software toolset and benchmarks of defense code, aimed at bolstering Ethereum networking security and crypto-asset safety.
Discovering DoS Attacks in Peer Discovery Protocols of Ethereum P2P Networks Prof. Kai Li, Shixuan Guan, & Darren Lee San Diego State University To systematically test and examine peer discovery protocols and network interfaces in Ethereum execution and consensus clients to discover and fix DoS attacks.

Security

Project Research Team Institution Description
Dynamic Analysis Framework for EVM Prof. Arthur Gervais, Kaihua Qin, Prof. Dawn Song, Zhun Wang, & Zhe Ye University College London, Imperial College London, University of California, Berkeley, Tsinghua University To develop a dynamic analysis framework for Ethereum Virtual Machine (EVM) transactions, which employs a unique graphical structure and graph traversal techniques to identify contract attacks in real-time. This project aims to improve the analysis, understanding, and mitigation of security vulnerabilities in smart contracts.
Machine Learning Empowered Illicit Smart Contract and Transaction Detection Dr. Daniel Xiapu Luo, Zihao Li, Kunsong Zhao, & Jinan Jiang Hong Kong Polytechnic University To propose novel solutions and develop a system capable of detecting malicious smart contracts and transactions on the Ethereum platform. This system will leverage machine learning and program analysis techniques. Furthermore, this system will be used to conduct a large-scale measurement study on malicious activities on Ethereum.
Massively Parallel Smart Contract Fuzzing on GPUs Prof. Ooi Beng Chin, Dr. Dumitrel Loghin, Dr. Ho Nhut Minh, Dr. Ta Quang Trung National University of Singapore To develop a lightweight EVM executor implemented on Nvidia GPUs, designed to expedite fuzz-testing and improve code coverage for smart contracts. This project aims to uncover more bugs within the same time budget by making the execution of smart contracts on an instrumented EVM more efficient.
Understanding Cross-chain Bridges: Characteristics and Security Implications Prof. Yinquan Zhang, Prof. Jianyu Niu, Prof. Zhiquiang Lin, & Prof. Xiaokuan Zhang SUSTech, Ohio State University, George Mason University To undertake a comprehensive exploration of cross-chain bridges, focusing specifically on their characteristics and security implications. This project is an initial step towards understanding these bridges better, which are often used for transferring tokens and data across different blockchain networks, but are currently not thoroughly analyzed for their features and security implications.
Understanding the Security Landscape of Proxy-based Smart Contract Upgrades Through the Lens of Transactions Prof. Xiaokuan Zhang, Prof. Zhiqiang Lin, Mengya Zhang, & Preksha Shukla George Mason University & Ohio State University To conduct a large-scale empirical analysis of upgradable smart contracts to understand their usage, costs, and security implications in the Ethereum ecosystem. This study will shed light on the current landscape of these smart contracts, which offer a mitigation strategy for vulnerabilities due to their ability to be upgraded.

Society and Regulatory

Project Research Team Institution Description
Barriers and drivers of blockchain adoption in emerging markets: Large-scale text analysis and survey experiments among African regulators and citizens Eliza R Oak, Dr. Emmanuel Joel Aikins Abakah, & Mohammad Abdullah Yale, University of Ghana, & UniSZA, Malaysia To discern the key drivers and barriers to blockchain adoption across Africa, this project proposes to systematically collate data through digital trace data, surveys, and interviews. By scraping data from social media, news articles, and Google search trends, the project aims to construct a country-level Blockchain Attitudes Adoption Index for all African nations, comparing it with measures of financial sector stability. The research will particularly focus on Ghana as a case study to collect original data, assessing the perceived potential benefits and risks of blockchain from the perspectives of individuals and regulators.
Blockchain Censorship – Quantitative Analysis of Censorship on Public Blockchains Anton Wharstätter, Prof. Arthur Gervais, Liyi Zhou, Aviv Yaish, Kaihua Qin, Jens Ernstberger, Sebastian Steinhorst, Davor Svetinovic, Nicholas Christin, & Mikołaj Barczentewicz Technical University of Munich, Vienna University of Economics and Business, Hebrew University, Imperial College London, University College London, Carnegie Mellon University, & University of Surrey To investigate the implications of blockchain censorship. The research will formalize, quantify, and analyze the security impact of blockchain censorship, by providing a holistic overview of censorship on the consensus layer and application layer, dissecting the quantitative extent of censorship, and investigating the historical transaction confirmation latency on Ethereum.
DAO Model Law Dr. Primavera De Filippi, Dr. Morshed Mannan, Silke Elrifai, Fatemah Fannizadeh, Constance Choi, Ori Shimony, & Rick Dudley COALA (Coalition of Legal Automated Applications) To enhance legal recognition and protections for Decentralized Autonomous Organizations (DAOs), this project focuses on revising and updating the DAO Model Law v1.0, originally released in 2021. The objective is to address advancements in technology and changes in governance norms over the past two years, as well as to provide necessary additions to support the implementation of the DAO Model Law in various global legal frameworks. This effort builds on previous work that has already influenced DAO legal frameworks in jurisdictions such as Utah and New Hampshire in the United States.
Ethereum as microcredit for financial inclusion in a developing country: Assessing the drivers and barriers Dr. Shazim Khalid, & Andrei O.J. Kwok Monash University To understand the experiences, challenges, and opportunities of using Ethereum as a microcredit system in developing countries, specifically Kenya, this research will conduct interviews with key stakeholders. By focusing on user perceptions of Ethereum’s reliability and efficacy, the study aims to inform policymakers, financial institutions, and developers about the practical implications of blockchain-based microcredit systems. These insights will facilitate the refinement of the Ethereum ecosystem to better meet the needs of its users, especially in regions that lack access to traditional financial services.
Ethereum Development Unraveled: A Blockchain of Communication Dr. Silvia Bartolucci, Dr. Giuseppi Destefanis, Dr. Rumanya Neykova, & Dr. Marco Urtu University College London, Brunel University London, & University of Cagliari To assess the security, risks, and robustness of the Ethereum ecosystem, this research proposes an in-depth analysis of the Ethereum developer community and the software complexity of key open-source projects. Leveraging network theory and sentiment analysis, the study aims to (1) understand the dynamics within the Ethereum developer community and software complexity, (2) predict potential internal conflicts and their potential impact on token prices, and (3) develop a user-friendly digital toolkit providing interactive access to and visualization of the gathered data. This toolkit, utilizing comprehensive datasets from Github, will enhance transparency and understanding of Ethereum’s open-source projects and development practices for both practitioners and end-users.
Ethereum Postdoctoral Scholar (Legal) Reuben Youngblom MIT DCI To bridge the gap between legal and technical understanding in the context of digital currencies, this grant will establish a postdoctoral research position at MIT’s Digital Currency Initiative. This position will host recent law graduates, offering them technical exposure and guidance from both MIT and Stanford Law’s Reuben Youngblom. The goal is to equip new legal professionals with a deeper comprehension of the technical nuances in the digital currency landscape, aiding in better regulation and legal practice.
Forking the Economy: An Ethnography of Crypto Annaliese Milano London School of Economics To address the lack of in-depth academic exploration into the culture of cryptocurrency communities, this project seeks to leverage two years of empirical research to produce an ethnographic study of the Ethereum community and its relationship with the Bitcoin community. Anthropologists, with their expertise in immersive, long-term community studies, are leading this investigation. The primary objectives are to enhance understanding of the social layer of cryptocurrency for better protocol development and to rectify outsiders’ misconceptions about these communities’ objectives.
Governance archaeology for decentralized communities Prof. Nathan Schneider, & Prof. Federica Carugati University of Colorado, Boulder To facilitate collective governance and inspire institutional learning in the realm of decentralized governance, this project, known as Governance Archaeology, aims to establish a comprehensive global resource of historical governance practices, especially from non-Western contexts. The project will expand upon an existing prototype database to include a broader range of practices, analyze emergent patterns, and make the resource publicly accessible and editable as an open-source tool. Additionally, a workshop will be organized for the Web3 community to optimize their use of this database, thus contributing to more successful and sustainable self-governance strategies.
Legally credible neutrality of Ethereum Mikołaj Barczentewicz Independent To safeguard Ethereum’s status as a public, permissionless network, this project aims to explore the legal implications and potential liabilities of network participants, such as validators, particularly in contexts where they have discretionary power. The project is driven by the potential risks that legal accountability could pose to Ethereum’s structure and operations. It proposes to conduct in-depth research on how these legal risks can be addressed and to what extent they should inform protocol design and development.
Merging Eastern Cultures to Complete the Missing Puzzle of DAO Socialware. Sujin Keen, twinfin, & Sunghooon Jin DAOeast Movement To bridge the gap between the technology and community trust in DAOs, this research project, named DAOeast, aims to explore ‘socialware’, the component fostering trusted communities through reciprocal non-contractual relationships. The study will employ a diachronic approach to examine socialware through the lens of ‘relation-centric’ East Asian philosophy, contemplating the convergence of Western philosophies championing individual freedom and Eastern philosophies emphasizing human connection.
Open-Source Software Development and Community Dynamics: Historical Insights and Ethereum Implications Dr. Mariia Petryk & Dr. Jiasun Li Independent To gain deeper insights into Ethereum’s open-source ecosystem, this project aims to apply data-driven analysis techniques, building on the team’s established expertise in open-source software research. The plan is to formally test various hypotheses, drawing from studies conducted on the evolution of other open-source software. The project aspires to uncover patterns pertinent to Ethereum and, by doing so, aims to provide guidance that could steer the long-term development of the Ethereum ecosystem.
The Social Layer: An Ethnography of Ethereum Development Ann Brody & Dr. Paul Dylan-Ennis Independent To understand the dynamics within the Ethereum development community, this project plans to conduct an ethnographic study focused on Ethereum client developers involved in the Shanghai hard fork. The research, utilizing interviews, will explore the developers’ perspectives and the ways they navigate community expectations and pressures. The goal is to gain insights into how core Ethereum developers build trust with the broader community and manage ‘transparency’ throughout the development process of the Shanghai hard fork.

We would like to express our gratitude to all the applicants and congratulate the recipients. We are excited to see the progress of these projects and the positive impact they will have on the Ethereum ecosystem.

For more information about the Ethereum Foundation’s Academic Grants program, please visit our website. We look forward to receiving applications for the next round of grants in 2024.


The Ethereum Foundation’s Academic Grants program is part of our ongoing commitment to supporting research and development that advances the Ethereum ecosystem. We believe in the power of academic research to drive innovation and are proud to support these projects.

Get the latest news and announcements from the Ethereum Foundation. Ethereum can be used to codify, decentralize, secure and trade just about anything: voting, domain names, financial exchanges, crowdfunding, company governance, contracts and agreements of most kind, intellectual property, and even smart property thanks to hardware integration.

What do you think?

-2 Points
Upvote Downvote

Leave a Reply

Avatar

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings

Cosmos has a grand plan for 2024: Will it crush Ethereum? cryptoforbs

Cosmos has a grand plan for 2024: Will it crush Ethereum? cryptoforbs

Top 5 altcoins with a strong team to look at in 2021 cryptoforbs

Top 5 altcoins with a strong team to look at in 2021 cryptoforbs