Rodrigolvc
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    2
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Academic Grants Round 2023 Wishlist We're compiling a wishlist for the next AGR. Please add any areas of research you would like to open for Academic Research with your name next the topic. ### Theoretical Cryptography - Lattice-based SNARKs - Lattice-based aggregate signatures ### Applied Cryptography - Privacy solutions - ZK-EVMs - ZK [beacon chain](https://notes.ethereum.org/3t5cbN7cQnG6VxjgNMKymA) state transition or important components (e.g. signatures, casper FFG, etc) ### Econ & Game Theory - [RIG Open Problems](https://efdn.notion.site/ROPs-RIG-Open-Problems-c11382c213f949a4b89927ef4e962adf) and related projects - [Open questions](https://barnabe.substack.com/p/pbs) in Proposer-Builder Separation and market structure of block production - MEV - Techniques to [smooth](https://ethresear.ch/t/committee-driven-mev-smoothing/10408) or [burn](https://ethresear.ch/t/burning-mev-through-block-proposer-auctions/14029) MEV to reduce variance in validator rewards - MEV market designs to allow open access and reduce centralization pressures - (@ralexstokes) theoretical foundations of MEV (in single and cross domain) - e.g.https://arxiv.org/abs/2112.01472 - can we write (or improve) a specific formalization of MEV as seen in empirical contexts? - can this model inform redistribution efforts? (cf. http://people.eecs.berkeley.edu/~ksk/files/MEV_Redistribution.pdf) ### Consensus/Protocol #### Research areas [Gasper](https://notes.ethereum.org/@luca-zanolini/SyZAX6V8o) is the current implemented proof-of-stake consensus protocol of Ethereum; it is obtained by combining the finality gadget Casper on top and the fork-choice LMD-GHOST as a basis. The [Ethereum consensus specifications](https://github.com/ethereum/consensus-specs) reflect the current state-of-the-art of Gasper, as a consequence of the developments that happened during the years. Because of that, one of the research areas in which the Consensus R&D team is involved is on the improvement of both the protocol *and* the consensus specifications. In particular, * Improvement of some functionality without changing the fundamental design; * Identification of bugs and proposing fixes; * Performance improvements; * Identification of attacks to the protocol and their solutions. This can also be extended by analyzing lesser-reviewed components, such as [weak-subjectivity](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2) or security of committee sampling. Today, Ethereum blocks take 64-95 slots (~15 minutes) to finalize. A long-term goal is to be able to finalize within one slot, in order to prevent [some attack vectors](https://arxiv.org/abs/2110.10086) caused by the current way in which the protocol reaches finalization. This is generally called * [Single-slot finality](https://notes.ethereum.org/@vbuterin/single_slot_finality). More generally, we aim at a fundamental redesign of the consensus protocol with a focus on simplicity. On this line, we are also interested in deeply analyzing *dynamically available* consensus protocols: protocols that allow system participation to flow, while preserving safety and liveness. Some recent research results include [Momose-Ren](https://eprint.iacr.org/2022/404.pdf), [Malkhi-Momose-Ren](https://eprint.iacr.org/2022/1448.pdf), and [Neu-Tas-Tse](https://arxiv.org/abs/2009.04987). Outputs from this line of work would have an inpact on the Ethereum consensus protocol. Finally, we are focusing our attention on the [Proposer/Builder separation](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance) paradigm, where the block construction role is separated from the block proposal role, in order to prevent validator centralization risks that come from MEV. This is a new research direction and, because of that, we aim at the following goals: * Precise identification of the problem; * Properties we want to achieve; * Analysis of possible scenarios in a post-PBS world. #### Censorship resistance * Censorship resistance in the era of account abstraction: Proposer-builder separation and inclusion lists when transaction validity depends on mutable state. ### Society & Impact - Work that explores how principles of international law might be relevant to blockchain networks. International law includes norms of behaviour and principles that states have used to manage relationships with shared resources (e.g. natural resources and environments that cross international borders) or territory outside of their control (e.g. international waters). *Could credibly neutral blockchains like Ethereum be said to share similar properties, such that principles of international law could be used to inform how states should relate to blockchains?* - The crypto ecosystem might be comparable to a small, developing economy which is surrounded by much larger economies. There is a rich body of work in the context of development economics that may contain lessons that are applicable by analogy to Ethereum and other “blockchain economies”. *What can Ethereum learn from this history?* - Work that explores how the history of unionization and labour movements may contain useful analogs to the use of blockchains to better distribute control & profit over internet services and platforms. - The blockchain ecosystem is generally focused on western historical and political contexts. *What can we learn from historical parallels from outside the western tradition?* We'd like work that explores what the blockchain ecosystem can learn from political, historical, and technological movements in countries outside of north american and europe. - Open source software and the communities that form around it are a relatively recent phenomenon. Yet understanding their dynamics may be necessary to build a long-term foundation for credibly neutral blockchains like Ethereum. *We'd like work that explores the history of open source to draw lessons that blockchains must take into account to avoid common failure modes.* - Crucial to blockchain adoption is whether an individual user can, using the resources available to them, come to an informed opinion about the reliability of that blockchain. *We'd like empirical research on how users form expectations about a blockchain or blockchain application.* ### Networking & P2P - Performance and security improvements: - Better signature aggregation techniques -- [original context](https://ethresear.ch/t/pragmatic-signature-aggregation-with-bls/2105), [current specification](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/validator.md#attestation-aggregation), [recent research](https://ethresear.ch/t/horn-collecting-signatures-for-faster-finality/14219) - Message gossip -- [gossipsub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md) - Peer discovery, etc. -- [discovery v5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md) - Advanced sync techniques: - Advanced node sync techniques, state size compression, etc. - Monitoring & analysis: - Tools & techniques for analysis of p2p network health, early detection of attacks, identification of p2p bugs, overall data analysis, etc. - Application of tools/techniques to Ethereum mainnet. What previously unknown conclusions can be drawn? - Client diversity break down - Michael Sproul has done a lot of work here, might be good to formalize further. Would also be extremely valuable to investigate how to determine EL break down of validators. Idea: very likely that clients have different block building heuristics that could be exploited. - Privacy - Nodes leak a lot of information. What techniques can be used at the p2p layer to add more privacy guarantees? -- [some recent work in the domain](https://ethresear.ch/t/a-tor-based-validator-anonymity-approach-incl-comparison-to-dandelion/14134) - What non-protocol techniques can be utilized -- VPNs, TOR, sentry nodes, etc -- at what cost, efficacy, etc ### Client Engineering - Database optimizations - Ethereum has relatively unique data access patterns, would be interesting to investigate performance characteristics across different kinds of databases (LSM, B tree, etc). Supporting reorgs efficiently is where Ethereum access patterns begin to diverge a bit from traditional access patterns - More efficient EVM interpreters, EVM JIT compilation, compilers, etc - EVM parallelization ### Application Layer - ### Layer 2 - **Rollup economics:** incentives for decentralised sequencers, risk management for bridges/rollup operators, congestion/resource pricing, decentralised markets for fraud proofs/validity proofs. *Sample works in this direction:* - [Understanding rollup economics from first principles](https://barnabe.substack.com/p/understanding-rollup-economics-from?utm_source=url) - [Efficient L2 Batch Posting Strategy on L1](https://arxiv.org/abs/2212.10337), Mamageishvili, Felten, 2022 - [SoK: Validating Bridges as a Scaling Solution for Blockchains](https://stonecoldpat.github.io/images/validatingbridges.pdf), McCorry et al., 2021 - [MEV Auction: Auctioning transaction ordering rights as a solution to Miner Extractable Value](https://ethresear.ch/t/mev-auction-auctioning-transaction-ordering-rights-as-a-solution-to-miner-extractable-value/6788) - [Spam resistant block creator selection via burn auction](https://ethresear.ch/t/spam-resistant-block-creator-selection-via-burn-auction/5851) - [Against PoS for rollup leader election](https://ethresear.ch/t/against-proof-of-stake-for-zk-op-rollup-leader-election/7698) ### Security - Researching and implementing new fuzzing targets, e.g. p2p layer - Is GPU based fuzzing of the EVM/p2p feasible and more efficient compared to CPU fuzzing? - Machine Learning on a network level to find anomalies and enable early warning systems for issues that start occurring - What does validator diversity look like if not taking clients into account? For example ISPs, Countries, OS, HW, etc. - What are the security risks with these factors, if for example 70% of validators are running Ubuntu. - Additional Security proposals can be found under "Networking & P2P" ### Formal Verification #### Context Formal verification allows for automated, machine-based verification of the correctness of software programs. A major interest is in verifying the correctness of Ethereum executable specifications and identification of bugs. Additionally, we are interested in novel tools and techniques to ensure correctness of application-layer smart contracts. #### Research Areas - Formal verification of the new [Executable Execution Layer specs](https://github.com/ethereum/execution-specs#consensus-specification-work-in-progress) (EELS) - Improvements & extensions of existing formal verification projects: - E.g., verifying the fork choice component - Anything that helps verify the correctness of the Python "specs" and/or full client implementations of the protocol. - Novel techniques for analysing and verifying applications in the execution layer. #### Past Ethereum Specification FV | Ethereum Component | Formal Verification Work | Verified By | | ------------------ | -------------------------------------------------------------------------------------------- | -------------------- | | Deposit Contract | [Deposit Contract](https://github.com/runtimeverification/deposit-contract-verification) | Runtime Verification | | Beacon Chain | [Coq Model & Verification](https://github.com/runtimeverification/beacon-chain-verification) | Runtime Verification | | Beacon Chain | [K Model & Verification](https://github.com/runtimeverification/beacon-chain-verification) | Runtime Verification | | Beacon Chain | [K Specification](https://github.com/runtimeverification/beacon-chain-spec) | Runtime Verification | | Beacon Chain | [Dafny Spec & Verification](https://github.com/ConsenSys/eth2.0-dafny) | ConsenSys Dafny Team |

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully