← Opportunities

Ethereum Bug Bounty Program

Funder
Ethereum Foundation
Type / status
bounty · open
Amount
2,000 – 1,000,000 USD
Deadline
rolling
The bug bounty program is an experimental and discretionary rewards program... It is not a competition. You should know that we can cancel the program at any time, and awards are at the sole discretion of Ethereum Foundation bug bounty panel.
Ecosystems
ethereum
Categories
security
Tech stack
solidityvyperrustgotypescript
Apply
https://bbp-form.ethereum.org/
Source
https://ethereum.org/bug-bounty
Fit
26% · weak fit · The Venture23 Aleo team has ZK and Rust expertise, which is adjacent to the Ethereum bug bounty's focus on Solidity/Vyper and Go/TypeScript, making them a possible but outsider applicant.
Trust
100% · model self-report 95% · first seen 2026-09-09 · v2
Verified
2026-09-15 · by extraction

The Ethereum Bug Bounty Program rewards individuals for discovering and reporting security vulnerabilities in Ethereum protocol specifications, execution and consensus clients, compilers (Solidity/Vyper), deposit contracts, and key dependencies. Eligible participants include security researchers and developers who can submit bugs via the official bug submission form. Rewards are tiered by severity, ranging from up to $2,000 for low-severity issues to up to $1,000,000 for critical vulnerabilities such as infinite ETH creation or network takeover. All submissions must include proof of concept and follow responsible disclosure practices.

Eligibility: Open to the public; excludes Ethereum Foundation employees, contractors, service providers, grantees, and client team members during their engagement and for 90 days after; excludes individuals from sanctioned countries; requires proof of identity and compliance with local laws.

Pipeline

Override status:

Trust breakdown (4/4 checkable facts verified)

SignalWeightResultNote
deadline0.35100%source says rolling
amount0.25100%figure appears in source
apply link0.075100%link in source
funder0.075100%named in source
source quality0.15100%official page or repo
model confidence0.195%model self-report
corroborationbonus+5%2 sources

Fit breakdown (against the ORG_* profile)

SignalWeightResultNote
model fit0.540%model rated 40%
ecosystem overlap0.250%ethereum vs aleo
category overlap0.1517%security vs zk, privacy, infra, dev_tooling, security, interoperability
tech overlap0.133%solidity, vyper, rust, go, typescript vs rust, leo, zk

Sources (2)

RoleDocumentFromFetched
primaryEthereum Bug Bounty Program | ⁦ethereum.org⁩ethereum.org grants directory (follows links)2026-09-09
primaryEthereum Bug Bounty Program | ⁦ethereum.org⁩ethereum.org grants directory (follows links)2026-09-15

History (2)

vChangedFields
22026-09-15summary, amountMin, amountMinUsd, type
12026-09-09created

Extracted text

Clients featured in the bounties

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fbesu.1-y_rf9biry56.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Ferigon.2-oors278grm_.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fgeth.42wmipirmhyo8.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fnethermind.3d291r82nmm2y.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Freth.1jkvl_ih-vjma.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flighthouse-light.3rhy5mzuoik8x.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flodestar.3d3rvwmdf3d0j.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fnimbus-cloud.0-bvdzfr1mflj.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fprysm.2a9dp0ufzdfvp.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fteku-dark.3gnwbnnaprcjy.png&w=1920&q=75)

![item-logo](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fgrandine.2u8pkywenpt75.png&w=1920&q=75)

## In Scope

Our bug bounty program spans end-to-end: from soundness of protocols (such as the blockchain consensus model, the wire and p2p protocols, proof of stake, etc.) and protocol/implementation compliance to network security and consensus integrity. Classical client security as well as security of cryptographic primitives are also part of the program. All bug disclosures and vulnerability submissions must be made through our [bug submission form (opens in a new tab)](https://bbp-form.ethereum.org/).

### Specification bugs

The Ethereum Specifications detail the design rationale for the Execution Layer and Consensus Layer.

[Consensus Layer Specifications (opens in a new tab)](https://github.com/ethereum/consensus-specs)  
[Execution Layer Specifications (opens in a new tab)](https://github.com/ethereum/execution-specs)

It might be helpful to check out the following annotations:

*   [Ben Edgington's annotated spec (opens in a new tab)](https://benjaminion.xyz/eth2-annotated-spec/)
*   [Vitalik Buterin's annotated spec (opens in a new tab)](https://github.com/ethereum/annotated-spec)

#### Types of bugs

*   Safety/finality-breaking bugs
*   Denial of service (DOS) vectors
*   Inconsistencies in assumptions, like situations where honest validators can be slashed
*   Calculation or parameter inconsistencies

#### Specification documents

[Beacon Chain (opens in a new tab)](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/beacon-chain.md)

[Fork choice (opens in a new tab)](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/fork-choice.md)

[Solidity deposit contract (opens in a new tab)](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/deposit-contract.md)

[Peer-to-peer networking (opens in a new tab)](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/p2p-interface.md)

### Client bugs

Clients run the Ethereum Network, and they need to follow the logic set out in the specification and be secure against potential attacks. The bugs we want to find are related to the implementation of the protocol.

Currently execution layer clients (Besu, Erigon, Geth, Nethermind and Reth) and consensus layer clients (Grandine, Lighthouse, Lodestar, Nimbus, Prysm and Teku) are included in the Bug Bounty Program.

#### Types of bugs

*   Spec non-compliance issues
*   Unexpected crashes, RCE or denial of service (DOS) vulnerabilities
*   Any issues causing irreparable consensus splits from the rest of the network

#### Helpful links

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fbesu.1-y_rf9biry56.png&w=48&q=75)

[Besu (opens in a new tab)](https://docs.besu-eth.org/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Ferigon.2-oors278grm_.png&w=48&q=75)

[Erigon (opens in a new tab)](https://github.com/erigontech/erigon)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fgeth.42wmipirmhyo8.png&w=48&q=75)

[Geth (opens in a new tab)](https://geth.ethereum.org/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flighthouse-light.3rhy5mzuoik8x.png&w=48&q=75)

[Lighthouse (opens in a new tab)](https://lighthouse-book.sigmaprime.io/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flodestar.3d3rvwmdf3d0j.png&w=48&q=75)

[Lodestar (opens in a new tab)](https://chainsafe.github.io/lodestar/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fnimbus-cloud.0-bvdzfr1mflj.png&w=48&q=75)

[Nimbus (opens in a new tab)](https://nimbus.team/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fnethermind.3d291r82nmm2y.png&w=48&q=75)

[Nethermind (opens in a new tab)](https://docs.nethermind.io/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fprysm.2a9dp0ufzdfvp.png&w=48&q=75)

[Prysm (opens in a new tab)](https://prysm.offchainlabs.com/docs/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Freth.1jkvl_ih-vjma.png&w=48&q=75)

[Reth (opens in a new tab)](https://reth.rs/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fteku-dark.3gnwbnnaprcjy.png&w=48&q=75)

[Teku (opens in a new tab)](https://consensys.io/teku)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fgrandine.2u8pkywenpt75.png&w=48&q=75)

[Grandine (opens in a new tab)](https://grandine.io/)

### Language compiler bugs

The Solidity and Vyper compilers are in scope of the bug bounty program. Please include all details necessary to reproduce the vulnerability such as: Input program that triggers the bug, Compiler version affected, Target EVM version, Framework/IDE if applicable, EVM execution environment/client if applicable and Operating system, Please include steps to reproduce the bug you have found in as much detail as possible.

Solidity and Vyper do not hold security guarantees regarding compilation of untrusted input – and we do not issue rewards for crashes of the compiler on maliciously generated data.

#### Helpful links

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fsolidity-light.0vf2n3gvceaie.png&w=48&q=75)

[Solidity (opens in a new tab)](https://soliditylang.org/)

![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fvyper.3mo8fxp-kmhjy.png&w=48&q=75)

[Vyper (opens in a new tab)](https://vyperlang.org/)

### Deposit Contract bugs

The specifications and source code of the Beacon Chain Deposit Contract is part of the bug bounty program.

#### Helpful links

[Deposit Contract Specifications (opens in a new tab)](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/deposit-contract.md)  
[Deposit Contract Source Code (opens in a new tab)](https://github.com/ethereum/solidity-deposit-contract/blob/master/deposit_contract.sol)

### Dependency bugs

Certain dependencies are crucial for the Ethereum Network to function, and some of these have been added to the bug bounty program. Currently, the list of dependencies included in the bug bounty program are C-KZG-4844 and Go-ETH-KZG.

#### Helpful links

[C-KZG-4844 (opens in a new tab)](https://github.com/ethereum/c-kzg-4844)  
[Go-ETH-KZG (opens in a new tab)](https://github.com/crate-crypto/go-eth-kzg)

## Out of scope

Only the [targets listed under in-scope](#in-scope) are part of the Bug Bounty Program. Vulnerabilities that do NOT qualify under the program include:

*   ✕Infrastructure bugs—such as webpages, DNS, email, etc.\*
*   ✕ERC-20 contract bugs\*
*   ✕Ethereum Naming Service (ENS) bugs (maintained by the ENS foundation)
*   ✕Vulnerabilities requiring the user to have publicly exposed an API, such as JSON-RPC or the Beacon API
*   ✕EngineAPI is considered trusted and not meant to be publicly exposed
*   ✕Typographical errors
*   ✕Tests
*   ✕High-effort (sustained, CPU or bandwidth intensive, and/or requires more than 1 packet or onchain transaction) single-peer DoS attacks
*   ✕Any publicly known issues (includes forum posts, PRs, github issues, commits, blog posts, public discord messages, etc.)
*   ✕Anything that does not currently have a direct impact on Ethereum mainnet.

\*These are not included, however, we can sometimes help reach out to affected parties

## Bug hunting rules

_The bug bounty program is an experimental and discretionary rewards program for our active Ethereum community to encourage and reward those who are helping to improve the platform. It is not a competition. You should know that we can cancel the program at any time, and awards are at the sole discretion of Ethereum Foundation bug bounty panel. In addition, we are not able to issue awards to individuals who are on sanctions lists or who are in countries on sanctions lists (e.g., North Korea, Iran, etc). Local laws require us to ask for proof of your identity. You are responsible for all taxes. All awards are subject to applicable law. Finally, your testing must not violate any law or compromise any data that is not yours and must take place on local running testnets._

1.  1Issues without a POC or that have already been submitted by another user or are already known to spec and client maintainers are not eligible for bounty rewards.
2.  2Public disclosure of a vulnerability or reporting it to other parties without prior agreement makes it ineligible for a bounty.
3.  3Employees, contractors, service providers or grantees of the Ethereum Foundation, or members of client teams in scope of the bounty program, may participate in the program only in the accrual of points and will not receive monetary rewards during the relevant relationship and for 90 days after it ends. Vulnerabilities discovered during either of these periods, or through non-public information obtained through such a relationship, remain ineligible for monetary rewards regardless of when they are reported.
4.  4Ethereum bounty program considers a number of variables in determining rewards. Determinations of eligibility, score and all terms related to an award are at the sole and final discretion of the Ethereum Foundation bug bounty panel.

## Vulnerability severity qualifications

Severity is assessed based on each discovered vulnerability's unique ability to do the following:

Low severity

*   Slash **\>0.01%** of validators
*   Trivially cause network splits affecting **\>0.01%** of the network
*   Be able to bring down **\>0.01%** of the network by sending a single network packet or an onchain transaction

Medium severity

*   Slash **\>1%** of validators
*   Trivially cause network splits affecting **\>5%** of the network
*   Be able to bring down **\>5%** of the network by sending a single network packet or an onchain transaction

High severity

*   Slash **\>33%** of validators
*   Trivially cause network splits affecting **\>33%** of the network
*   Be able to bring down **\>33%** of the network by sending a single onchain transaction

Critical severity

*   Slash **\>50%** of validators
*   Exploit an EIP/specification or client bug to easily **create an infinite amount of ETH** which is finalized by the network
*   **Steal ETH** from all EOAs
*   **Burn ETH** from all EOAs
*   **Take down the entire network** by sending a single malicious onchain transaction that ends up crashing all clients

## Submit a bug

Up to 2,000 USD

### Low

Up to 2,000 USD

Up to 1,000 points

[Submit low risk bug (opens in a new tab)](https://bbp-form.ethereum.org/)

Up to 10,000 USD

### Medium

Up to 10,000 USD

Up to 5,000 points

[Submit medium risk bug (opens in a new tab)](https://bbp-form.ethereum.org/)

Up to 50,000 USD

### High

Up to 50,000 USD

Up to 10,000 points

[Submit high risk bug (opens in a new tab)](https://bbp-form.ethereum.org/)

Up to 1,000,000 USD

### Critical

Up to 1,000,000 USD

Up to 25,000 points

[Submit critical risk bug (opens in a new tab)](https://bbp-form.ethereum.org/)

## Execution Layer Bug Bounty leaderboard

Find execution layer bugs to get added to this leaderboard

*   1
    
    [![holiman GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fholiman.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/holiman)
    
    [In place number 1 with 64,500 pointsMartin Holst Swende (See GitHub Profile) (opens in a new tab)](https://github.com/holiman)
    
    64500 points
    
*   2
    
    [![guidovranken GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fguidovranken.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/guidovranken)
    
    [In place number 2 with 35,250 pointsGuido Vranken (See GitHub Profile) (opens in a new tab)](https://github.com/guidovranken)
    
    35250 points
    
*   3
    
    [![samczsun GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fsamczsun.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/samczsun)
    
    [In place number 3 with 35,000 pointsSam Sun (See GitHub Profile) (opens in a new tab)](https://github.com/samczsun)
    
    35000 points
    
*   4
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 4 with 31,000 pointsnrv (@nervoir)](#)
    
    31000 points
    
*   5
    
    [![revofusion GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frevofusion.png%3Fsize%3D40&w=1920&q=100)rGa (opens in a new tab)](https://github.com/revofusion)
    
    [In place number 5 with 25,000 pointsRevofusion (See GitHub Profile) (opens in a new tab)](https://github.com/revofusion)
    
    25000 points
    
*   6
    
    [![chainsecurity GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fchainsecurity.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/chainsecurity)
    
    [In place number 6 with 24,500 pointsChainSecurity (See GitHub Profile) (opens in a new tab)](https://github.com/chainsecurity)
    
    24500 points
    
*   7
    
    [![cyberthirst GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcyberthirst.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/cyberthirst)
    
    [In place number 7 with 21,000 pointscyberthirst (See GitHub Profile) (opens in a new tab)](https://github.com/cyberthirst)
    
    21000 points
    
*   8
    
    [![junorouse GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjunorouse.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/junorouse)
    
    [In place number 8 with 20,500 pointsJuno Im (See GitHub Profile) (opens in a new tab)](https://github.com/junorouse)
    
    20500 points
    
*   9
    
    [![uknowy GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fuknowy.png%3Fsize%3D40&w=1920&q=100)uGa (opens in a new tab)](https://github.com/uknowy)
    
    [In place number 9 with 20,000 pointsYoonho Kim (team Hithereum) (See GitHub Profile) (opens in a new tab)](https://github.com/uknowy)
    
    20000 points
    
*   10
    
    [![johnyangk GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjohnyangk.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/johnyangk)
    
    [In place number 10 with 20,000 pointsJohn Youngseok Yang (Software Platform Lab) (See GitHub Profile) (opens in a new tab)](https://github.com/johnyangk)
    
    20000 points
    
*   11
    
    [![peckshield GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fpeckshield.png%3Fsize%3D40&w=1920&q=100)pGa (opens in a new tab)](https://github.com/peckshield)
    
    [In place number 11 with 17,000 pointsPeckShield (See GitHub Profile) (opens in a new tab)](https://github.com/peckshield)
    
    17000 points
    
*   12
    
    [![iam-ned GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fiam-ned.png%3Fsize%3D40&w=1920&q=100)iGa (opens in a new tab)](https://github.com/iam-ned)
    
    [In place number 12 with 16,250 pointsDavid Matosse (See GitHub Profile) (opens in a new tab)](https://github.com/iam-ned)
    
    16250 points
    
*   13
    
    [![itsunixiknowthis GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fitsunixiknowthis.png%3Fsize%3D40&w=1920&q=100)iGa (opens in a new tab)](https://github.com/itsunixiknowthis)
    
    [In place number 13 with 15,000 pointsItsUnixIKnowThis (See GitHub Profile) (opens in a new tab)](https://github.com/itsunixiknowthis)
    
    15000 points
    
*   14
    
    [![catageek GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcatageek.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/catageek)
    
    [In place number 14 with 15,000 pointsBertrand Masius (See GitHub Profile) (opens in a new tab)](https://github.com/catageek)
    
    15000 points
    
*   15
    
    [![VulSight GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FVulSight.png%3Fsize%3D40&w=1920&q=100)VGa (opens in a new tab)](https://github.com/VulSight)
    
    [In place number 15 with 15,000 pointsVulSight (See GitHub Profile) (opens in a new tab)](https://github.com/VulSight)
    
    15000 points
    
*   16
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 16 with 14,000 pointsBob Conan](#)
    
    14000 points
    
*   17
    
    [![tintinweb GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftintinweb.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/tintinweb)
    
    [In place number 17 with 12,500 pointsTin (See GitHub Profile) (opens in a new tab)](https://github.com/tintinweb)
    
    12500 points
    
*   18
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 18 with 12,500 pointsRalph Pichler](#)
    
    12500 points
    
*   19
    
    [![DELENE-TCHIO-ROMUALD GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FDELENE-TCHIO-ROMUALD.png%3Fsize%3D40&w=1920&q=100)DGa (opens in a new tab)](https://github.com/DELENE-TCHIO-ROMUALD)
    
    [In place number 19 with 11,250 pointsDelene Tchio Romuald (See GitHub Profile) (opens in a new tab)](https://github.com/DELENE-TCHIO-ROMUALD)
    
    11250 points
    
*   20
    
    [![lukaszmatczak GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Flukaszmatczak.png%3Fsize%3D40&w=1920&q=100)lGa (opens in a new tab)](https://github.com/lukaszmatczak)
    
    [In place number 20 with 11,000 pointsŁukasz Matczak (See GitHub Profile) (opens in a new tab)](https://github.com/lukaszmatczak)
    
    11000 points
    
*   21
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 21 with 10,000 pointsHeilman/Marcus/Goldberg](#)
    
    10000 points
    
*   22
    
    [![jonasnick GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjonasnick.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/jonasnick)
    
    [In place number 22 with 10,000 pointsJonas Nick (See GitHub Profile) (opens in a new tab)](https://github.com/jonasnick)
    
    10000 points
    
*   23
    
    [![jtoman GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjtoman.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/jtoman)
    
    [In place number 23 with 10,000 pointsJohn Toman (See GitHub Profile) (opens in a new tab)](https://github.com/jtoman)
    
    10000 points
    
*   24
    
    [![ehdgks0627 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fehdgks0627.png%3Fsize%3D40&w=1920&q=100)eGa (opens in a new tab)](https://github.com/ehdgks0627)
    
    [In place number 24 with 10,000 pointsDongHan Kim (See GitHub Profile) (opens in a new tab)](https://github.com/ehdgks0627)
    
    10000 points
    
*   25
    
    [![cantinaxyz GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcantinaxyz.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/cantinaxyz)
    
    [In place number 25 with 10,000 pointsCantina (See GitHub Profile) (opens in a new tab)](https://github.com/cantinaxyz)
    
    10000 points
    
*   26
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 26 with 8,000 pointsSebastian Henningsen](#)
    
    8000 points
    
*   27
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 27 with 7,500 pointsDominic Brütsch](#)
    
    7500 points
    
*   28
    
    [![r9295 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fr9295.png%3Fsize%3D40&w=1920&q=100)rGa (opens in a new tab)](https://github.com/r9295)
    
    [In place number 28 with 5,250 pointsaarnavrotten (See GitHub Profile) (opens in a new tab)](https://github.com/r9295)
    
    5250 points
    
*   29
    
    [![HarryR GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FHarryR.png%3Fsize%3D40&w=1920&q=100)HGa (opens in a new tab)](https://github.com/HarryR)
    
    [In place number 29 with 5,000 pointsHarry Roberts (See GitHub Profile) (opens in a new tab)](https://github.com/HarryR)
    
    5000 points
    
*   30
    
    [![p- GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fp-.png%3Fsize%3D40&w=1920&q=100)pGa (opens in a new tab)](https://github.com/p-)
    
    [In place number 30 with 5,000 pointsPeter Stöckli (See GitHub Profile) (opens in a new tab)](https://github.com/p-)
    
    5000 points
    
*   31
    
    [![Dedaub GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FDedaub.png%3Fsize%3D40&w=1920&q=100)DGa (opens in a new tab)](https://github.com/Dedaub)
    
    [In place number 31 with 5,000 pointsNeville Grech (See GitHub Profile) (opens in a new tab)](https://github.com/Dedaub)
    
    5000 points
    
*   32
    
    [![EthHead GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FEthHead.png%3Fsize%3D40&w=1920&q=100)EGa (opens in a new tab)](https://github.com/EthHead)
    
    [In place number 32 with 5,000 pointsEthHead (See GitHub Profile) (opens in a new tab)](https://github.com/EthHead)
    
    5000 points
    
*   33
    
    [![iosiro GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fiosiro.png%3Fsize%3D40&w=1920&q=100)iGa (opens in a new tab)](https://github.com/iosiro)
    
    [In place number 33 with 5,000 pointsiosiro (See GitHub Profile) (opens in a new tab)](https://github.com/iosiro)
    
    5000 points
    
*   34
    
    [![Yenya030 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FYenya030.png%3Fsize%3D40&w=1920&q=100)YGa (opens in a new tab)](https://github.com/Yenya030)
    
    [In place number 34 with 5,000 pointsYenya (See GitHub Profile) (opens in a new tab)](https://github.com/Yenya030)
    
    5000 points
    
*   35
    
    [![gzeoneth GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fgzeoneth.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/gzeoneth)
    
    [In place number 35 with 5,000 pointsgzeon (See GitHub Profile) (opens in a new tab)](https://github.com/gzeoneth)
    
    5000 points
    
*   36
    
    [![hyunmini GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fhyunmini.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/hyunmini)
    
    [In place number 36 with 3,750 pointssecuholic (See GitHub Profile) (opens in a new tab)](https://github.com/hyunmini)
    
    3750 points
    
*   37
    
    [![axic GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Faxic.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/axic)
    
    [In place number 37 with 3,500 pointsAlex Beregszaszi (See GitHub Profile) (opens in a new tab)](https://github.com/axic)
    
    3500 points
    
*   38
    
    [![grandchildrice GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fgrandchildrice.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/grandchildrice)
    
    [In place number 38 with 3,500 pointsgrandchildrice (Nyx Foundation) (See GitHub Profile) (opens in a new tab)](https://github.com/grandchildrice)
    
    3500 points
    
*   39
    
    [![0xalpharush GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F0xalpharush.png%3Fsize%3D40&w=1920&q=100)0Ga (opens in a new tab)](https://github.com/0xalpharush)
    
    [In place number 39 with 3,000 pointsalpharush (See GitHub Profile) (opens in a new tab)](https://github.com/0xalpharush)
    
    3000 points
    
*   40
    
    [![SergioDemianLerner GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FSergioDemianLerner.png%3Fsize%3D40&w=1920&q=100)SGa (opens in a new tab)](https://github.com/SergioDemianLerner)
    
    [In place number 40 with 2,500 pointsSergio Demian Lerner (See GitHub Profile) (opens in a new tab)](https://github.com/SergioDemianLerner)
    
    2500 points
    
*   41
    
    [![danhper GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fdanhper.png%3Fsize%3D40&w=1920&q=100)dGa (opens in a new tab)](https://github.com/danhper)
    
    [In place number 41 with 2,500 pointsDaniel Perez (See GitHub Profile) (opens in a new tab)](https://github.com/danhper)
    
    2500 points
    
*   42
    
    [![ethereum-optimism GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fethereum-optimism.png%3Fsize%3D40&w=1920&q=100)eGa (opens in a new tab)](https://github.com/ethereum-optimism)
    
    [In place number 42 with 2,500 pointsOP Labs (See GitHub Profile) (opens in a new tab)](https://github.com/ethereum-optimism)
    
    2500 points
    
*   43
    
    [![yaronvel GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fyaronvel.png%3Fsize%3D40&w=1920&q=100)yGa (opens in a new tab)](https://github.com/yaronvel)
    
    [In place number 43 with 2,000 pointsYaron Velner (See GitHub Profile) (opens in a new tab)](https://github.com/yaronvel)
    
    2000 points
    
*   44
    
    [![whitj00 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fwhitj00.png%3Fsize%3D40&w=1920&q=100)wGa (opens in a new tab)](https://github.com/whitj00)
    
    [In place number 44 with 2,000 pointsWhit Jackson (See GitHub Profile) (opens in a new tab)](https://github.com/whitj00)
    
    2000 points
    
*   45
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 45 with 2,000 pointsMing Chuan Lin](#)
    
    2000 points
    
*   46
    
    [![melonport GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fmelonport.png%3Fsize%3D40&w=1920&q=100)mGa (opens in a new tab)](https://github.com/melonport)
    
    [In place number 46 with 2,000 pointsMelonport team (See GitHub Profile) (opens in a new tab)](https://github.com/melonport)
    
    2000 points
    
*   47
    
    [![maurelian GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fmaurelian.png%3Fsize%3D40&w=1920&q=100)mGa (opens in a new tab)](https://github.com/maurelian)
    
    [In place number 47 with 2,000 pointsMaurelian (See GitHub Profile) (opens in a new tab)](https://github.com/maurelian)
    
    2000 points
    
*   48
    
    [![Cjentzsch GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FCjentzsch.png%3Fsize%3D40&w=1920&q=100)CGa (opens in a new tab)](https://github.com/Cjentzsch)
    
    [In place number 48 with 2,000 pointsChristoph Jentzsch (See GitHub Profile) (opens in a new tab)](https://github.com/Cjentzsch)
    
    2000 points
    
*   49
    
    [![hwanjo GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fhwanjo.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/hwanjo)
    
    [In place number 49 with 1,500 pointsHwanjo Heo (See GitHub Profile) (opens in a new tab)](https://github.com/hwanjo)
    
    1500 points
    
*   50
    
    [![BlockTrident GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FBlockTrident.png%3Fsize%3D40&w=1920&q=100)BGa (opens in a new tab)](https://github.com/BlockTrident)
    
    [In place number 50 with 1,500 pointsBlockTrident (See GitHub Profile) (opens in a new tab)](https://github.com/BlockTrident)
    
    1500 points
    
*   51
    
    [![1033309821 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F1033309821.png%3Fsize%3D40&w=1920&q=100)1Ga (opens in a new tab)](https://github.com/1033309821)
    
    [In place number 51 with 1,500 pointsFudong Wu (See GitHub Profile) (opens in a new tab)](https://github.com/1033309821)
    
    1500 points
    
*   52
    
    [![DVPNET GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FDVPNET.png%3Fsize%3D40&w=1920&q=100)DGa (opens in a new tab)](https://github.com/DVPNET)
    
    [In place number 52 with 1,200 pointsDVP (dvpnet.io) (See GitHub Profile) (opens in a new tab)](https://github.com/DVPNET)
    
    1200 points
    
*   53
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 53 with 1,000 pointsVasily Vasiliev](#)
    
    1000 points
    
*   54
    
    [![talko GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftalko.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/talko)
    
    [In place number 54 with 1,000 pointstalko (See GitHub Profile) (opens in a new tab)](https://github.com/talko)
    
    1000 points
    
*   55
    
    [![swaldman GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fswaldman.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/swaldman)
    
    [In place number 55 with 1,000 pointsSteve Waldman (See GitHub Profile) (opens in a new tab)](https://github.com/swaldman)
    
    1000 points
    
*   56
    
    [![ptk GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fptk.png%3Fsize%3D40&w=1920&q=100)pGa (opens in a new tab)](https://github.com/ptk)
    
    [In place number 56 with 1,000 pointsPanu Kekäläinen (See GitHub Profile) (opens in a new tab)](https://github.com/ptk)
    
    1000 points
    
*   57
    
    [![montyly GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fmontyly.png%3Fsize%3D40&w=1920&q=100)mGa (opens in a new tab)](https://github.com/montyly)
    
    [In place number 57 with 1,000 pointsJosselin Feist (See GitHub Profile) (opens in a new tab)](https://github.com/montyly)
    
    1000 points
    
*   58
    
    [![henrit GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fhenrit.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/henrit)
    
    [In place number 58 with 1,000 pointsHenrit (See GitHub Profile) (opens in a new tab)](https://github.com/henrit)
    
    1000 points
    
*   59
    
    [![BlameByte GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FBlameByte.png%3Fsize%3D40&w=1920&q=100)BGa (opens in a new tab)](https://github.com/BlameByte)
    
    [In place number 59 with 1,000 pointsMarc Bartlett (See GitHub Profile) (opens in a new tab)](https://github.com/BlameByte)
    
    1000 points
    
*   60
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 60 with 1,000 pointsBarry Whitehat](#)
    
    1000 points
    
*   61
    
    [![badmofo GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fbadmofo.png%3Fsize%3D40&w=1920&q=100)bGa (opens in a new tab)](https://github.com/badmofo)
    
    [In place number 61 with 1,000 pointsLucas Ryan (See GitHub Profile) (opens in a new tab)](https://github.com/badmofo)
    
    1000 points
    
*   62
    
    [![agroce GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fagroce.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/agroce)
    
    [In place number 62 with 1,000 pointsAlex Groce (See GitHub Profile) (opens in a new tab)](https://github.com/agroce)
    
    1000 points
    
*   63
    
    [![cybermong GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcybermong.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/cybermong)
    
    [In place number 63 with 1,000 pointsCybermong (See GitHub Profile) (opens in a new tab)](https://github.com/cybermong)
    
    1000 points
    
*   64
    
    [![nerolation GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fnerolation.png%3Fsize%3D40&w=1920&q=100)nGa (opens in a new tab)](https://github.com/nerolation)
    
    [In place number 64 with 1,000 pointsToni Wahrstätter (See GitHub Profile) (opens in a new tab)](https://github.com/nerolation)
    
    1000 points
    
*   65
    
    [![iosiro GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fiosiro.png%3Fsize%3D40&w=1920&q=100)iGa (opens in a new tab)](https://github.com/iosiro)
    
    [In place number 65 with 1,000 pointsiosiro (See GitHub Profile) (opens in a new tab)](https://github.com/iosiro)
    
    1000 points
    
*   66
    
    [![gln7 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fgln7.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/gln7)
    
    [In place number 66 with 1,000 pointsgln (See GitHub Profile) (opens in a new tab)](https://github.com/gln7)
    
    1000 points
    
*   67
    
    [![Mart1i1n GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FMart1i1n.png%3Fsize%3D40&w=1920&q=100)MGa (opens in a new tab)](https://github.com/Mart1i1n)
    
    [In place number 67 with 1,000 pointsMingfei Zhang (See GitHub Profile) (opens in a new tab)](https://github.com/Mart1i1n)
    
    1000 points
    
*   68
    
    [![BlockianComp GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FBlockianComp.png%3Fsize%3D40&w=1920&q=100)BGa (opens in a new tab)](https://github.com/BlockianComp)
    
    [In place number 68 with 1,000 pointsBlockian (See GitHub Profile) (opens in a new tab)](https://github.com/BlockianComp)
    
    1000 points
    
*   69
    
    [![Audittens GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FAudittens.png%3Fsize%3D40&w=1920&q=100)AGa (opens in a new tab)](https://github.com/Audittens)
    
    [In place number 69 with 1,000 pointsAudittens (See GitHub Profile) (opens in a new tab)](https://github.com/Audittens)
    
    1000 points
    
*   70
    
    [![sonny2k GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fsonny2k.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/sonny2k)
    
    [In place number 70 with 1,000 pointssonny2k (See GitHub Profile) (opens in a new tab)](https://github.com/sonny2k)
    
    1000 points
    
*   71
    
    [![lgandx GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Flgandx.png%3Fsize%3D40&w=1920&q=100)lGa (opens in a new tab)](https://github.com/lgandx)
    
    [In place number 71 with 1,000 pointsLaurent Gaffie (See GitHub Profile) (opens in a new tab)](https://github.com/lgandx)
    
    1000 points
    
*   72
    
    [![aydarkhusaenov GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Faydarkhusaenov.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/aydarkhusaenov)
    
    [In place number 72 with 1,000 pointsLegat (See GitHub Profile) (opens in a new tab)](https://github.com/aydarkhusaenov)
    
    1000 points
    
*   73
    
    [![phx-Alleysira GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fphx-Alleysira.png%3Fsize%3D40&w=1920&q=100)pGa (opens in a new tab)](https://github.com/phx-Alleysira)
    
    [In place number 73 with 1,000 pointsphx & Alleysira (UTUX Labs) (See GitHub Profile) (opens in a new tab)](https://github.com/phx-Alleysira)
    
    1000 points
    
*   74
    
    [![n0thingness GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fn0thingness.png%3Fsize%3D40&w=1920&q=100)nGa (opens in a new tab)](https://github.com/n0thingness)
    
    [In place number 74 with 750 pointsDaniel Briskin (See GitHub Profile) (opens in a new tab)](https://github.com/n0thingness)
    
    750 points
    
*   75
    
    [![daenamkim GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fdaenamkim.png%3Fsize%3D40&w=1920&q=100)dGa (opens in a new tab)](https://github.com/daenamkim)
    
    [In place number 75 with 750 pointsDaenam Kim (See GitHub Profile) (opens in a new tab)](https://github.com/daenamkim)
    
    750 points
    
*   76
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 76 with 500 pointsMyeongjae Lee](#)
    
    500 points
    
*   77
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 77 with 500 pointsMarcin Noga (Cisco/Talos Security)](#)
    
    500 points
    
*   78
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 78 with 500 pointsjazzybedi](#)
    
    500 points
    
*   79
    
    [![feeker GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ffeeker.png%3Fsize%3D40&w=1920&q=100)fGa (opens in a new tab)](https://github.com/feeker)
    
    [In place number 79 with 500 pointsFeeker - 360 ESG Codesafe Team (See GitHub Profile) (opens in a new tab)](https://github.com/feeker)
    
    500 points
    
*   80
    
    [![ethernomad GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fethernomad.png%3Fsize%3D40&w=1920&q=100)eGa (opens in a new tab)](https://github.com/ethernomad)
    
    [In place number 80 with 500 pointsJonathan Brown (See GitHub Profile) (opens in a new tab)](https://github.com/ethernomad)
    
    500 points
    
*   81
    
    [![davidmurdoch GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fdavidmurdoch.png%3Fsize%3D40&w=1920&q=100)dGa (opens in a new tab)](https://github.com/davidmurdoch)
    
    [In place number 81 with 500 pointsDavid Murdoch (See GitHub Profile) (opens in a new tab)](https://github.com/davidmurdoch)
    
    500 points
    
*   82
    
    [![wadeAlexC GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FwadeAlexC.png%3Fsize%3D40&w=1920&q=100)wGa (opens in a new tab)](https://github.com/wadeAlexC)
    
    [In place number 82 with 500 pointsAlexander Wade (See GitHub Profile) (opens in a new tab)](https://github.com/wadeAlexC)
    
    500 points
    
*   83
    
    [![chfast GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fchfast.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/chfast)
    
    [In place number 83 with 500 pointsPaweł Bylica (See GitHub Profile) (opens in a new tab)](https://github.com/chfast)
    
    500 points
    
*   84
    
    [![timmylegodt GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftimmylegodt.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/timmylegodt)
    
    [In place number 84 with 500 pointsTimmy (See GitHub Profile) (opens in a new tab)](https://github.com/timmylegodt)
    
    500 points
    
*   85
    
    [![rholterhus GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frholterhus.png%3Fsize%3D40&w=1920&q=100)rGa (opens in a new tab)](https://github.com/rholterhus)
    
    [In place number 85 with 250 pointsRiley Holterhus (See GitHub Profile) (opens in a new tab)](https://github.com/rholterhus)
    
    250 points
    
*   86
    
    [![howydev GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fhowydev.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/howydev)
    
    [In place number 86 with 250 pointsHowy (See GitHub Profile) (opens in a new tab)](https://github.com/howydev)
    
    250 points
    
*   87
    
    [![gitpusha GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fgitpusha.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/gitpusha)
    
    [In place number 87 with 200 pointsLuis Schliesske (See GitHub Profile) (opens in a new tab)](https://github.com/gitpusha)
    
    200 points
    

## Consensus Layer Bug Bounty leaderboard

Find consensus layer bugs to get added to this leaderboard

*   1
    
    [![revofusion GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frevofusion.png%3Fsize%3D40&w=1920&q=100)rGa (opens in a new tab)](https://github.com/revofusion)
    
    [In place number 1 with 46,250 pointsRevofusion (See GitHub Profile) (opens in a new tab)](https://github.com/revofusion)
    
    46250 points
    
*   2
    
    [![protolambda GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fprotolambda.png%3Fsize%3D40&w=1920&q=100)pGa (opens in a new tab)](https://github.com/protolambda)
    
    [In place number 2 with 42,400 pointsprotolambda (See GitHub Profile) (opens in a new tab)](https://github.com/protolambda)
    
    42400 points
    
*   3
    
    [![cryptosubtlety GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcryptosubtlety.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/cryptosubtlety)
    
    [In place number 3 with 19,650 pointsQuan Thoi Minh Nguyen (See GitHub Profile) (opens in a new tab)](https://github.com/cryptosubtlety)
    
    19650 points
    
*   4
    
    [![jrhea GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjrhea.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/jrhea)
    
    [In place number 4 with 18,700 pointsJonny Rhea (See GitHub Profile) (opens in a new tab)](https://github.com/jrhea)
    
    18700 points
    
*   5
    
    [![guidovranken GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fguidovranken.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/guidovranken)
    
    [In place number 5 with 17,850 pointsGuido Vranken (See GitHub Profile) (opens in a new tab)](https://github.com/guidovranken)
    
    17850 points
    
*   6
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 6 with 10,000 pointsscio](#)
    
    10000 points
    
*   7
    
    [![grandinetech GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fgrandinetech.png%3Fsize%3D40&w=1920&q=100)gGa (opens in a new tab)](https://github.com/grandinetech)
    
    [In place number 7 with 9,000 pointsGrandine team (See GitHub Profile) (opens in a new tab)](https://github.com/grandinetech)
    
    9000 points
    
*   8
    
    [![alexfilippov314 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Falexfilippov314.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/alexfilippov314)
    
    [In place number 8 with 6,000 pointsalexfilippov314 (See GitHub Profile) (opens in a new tab)](https://github.com/alexfilippov314)
    
    6000 points
    
*   9
    
    [![kilic GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fkilic.png%3Fsize%3D40&w=1920&q=100)kGa (opens in a new tab)](https://github.com/kilic)
    
    [In place number 9 with 6,000 pointsOnur Kılıç (See GitHub Profile) (opens in a new tab)](https://github.com/kilic)
    
    6000 points
    
*   10
    
    [![link-infsec GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Flink-infsec.png%3Fsize%3D40&w=1920&q=100)lGa (opens in a new tab)](https://github.com/link-infsec)
    
    [In place number 10 with 6,000 pointsInfiniteSec (See GitHub Profile) (opens in a new tab)](https://github.com/link-infsec)
    
    6000 points
    
*   11
    
    [![atoulme GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fatoulme.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/atoulme)
    
    [In place number 11 with 5,000 pointsAntoine Toulme (See GitHub Profile) (opens in a new tab)](https://github.com/atoulme)
    
    5000 points
    
*   12
    
    [![Vulnerability-X GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FVulnerability-X.png%3Fsize%3D40&w=1920&q=100)VGa (opens in a new tab)](https://github.com/Vulnerability-X)
    
    [In place number 12 with 5,000 pointsVulnerabilityX (See GitHub Profile) (opens in a new tab)](https://github.com/Vulnerability-X)
    
    5000 points
    
*   13
    
    [![jstawinski GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fjstawinski.png%3Fsize%3D40&w=1920&q=100)jGa (opens in a new tab)](https://github.com/jstawinski)
    
    [In place number 13 with 5,000 pointsJohn Stawinski (See GitHub Profile) (opens in a new tab)](https://github.com/jstawinski)
    
    5000 points
    
*   14
    
    [![sbudella-gco GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fsbudella-gco.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/sbudella-gco)
    
    [In place number 14 with 5,000 pointsGiuseppe Cocomazzi (See GitHub Profile) (opens in a new tab)](https://github.com/sbudella-gco)
    
    5000 points
    
*   15
    
    [![asanso GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fasanso.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/asanso)
    
    [In place number 15 with 4,000 pointsAntonio Sanso (See GitHub Profile) (opens in a new tab)](https://github.com/asanso)
    
    4000 points
    
*   16
    
    [![karalabe GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fkaralabe.png%3Fsize%3D40&w=1920&q=100)kGa (opens in a new tab)](https://github.com/karalabe)
    
    [In place number 16 with 3,000 pointsPeter Szilagyi (See GitHub Profile) (opens in a new tab)](https://github.com/karalabe)
    
    3000 points
    
*   17
    
    [![itsunixiknowthis GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fitsunixiknowthis.png%3Fsize%3D40&w=1920&q=100)iGa (opens in a new tab)](https://github.com/itsunixiknowthis)
    
    [In place number 17 with 2,850 pointsItsUnixIKnowThis (See GitHub Profile) (opens in a new tab)](https://github.com/itsunixiknowthis)
    
    2850 points
    
*   18
    
    [![AlexSSD7 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FAlexSSD7.png%3Fsize%3D40&w=1920&q=100)AGa (opens in a new tab)](https://github.com/AlexSSD7)
    
    [In place number 18 with 2,500 pointsAlexander Sadovskyi (See GitHub Profile) (opens in a new tab)](https://github.com/AlexSSD7)
    
    2500 points
    
*   19
    
    [![tintinweb GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftintinweb.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/tintinweb)
    
    [In place number 19 with 2,500 pointstintin (See GitHub Profile) (opens in a new tab)](https://github.com/tintinweb)
    
    2500 points
    
*   20
    
    [![holiman GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fholiman.png%3Fsize%3D40&w=1920&q=100)hGa (opens in a new tab)](https://github.com/holiman)
    
    [In place number 20 with 2,500 pointsMartin Holst Swende (See GitHub Profile) (opens in a new tab)](https://github.com/holiman)
    
    2500 points
    
*   21
    
    [![sonny2k GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fsonny2k.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/sonny2k)
    
    [In place number 21 with 2,500 pointsThanh Luu (sonny2k) (See GitHub Profile) (opens in a new tab)](https://github.com/sonny2k)
    
    2500 points
    
*   22
    
    [![0xalpharush GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F0xalpharush.png%3Fsize%3D40&w=1920&q=100)0Ga (opens in a new tab)](https://github.com/0xalpharush)
    
    [In place number 22 with 2,000 pointsalpharush (See GitHub Profile) (opens in a new tab)](https://github.com/0xalpharush)
    
    2000 points
    
*   23
    
    [![](/_next/image/?url=https%3A%2F%2Fgithub.com%2Frandom.png%3Fsize%3D40&w=1920&q=100)](#)
    
    [In place number 23 with 1,750 pointsAkincibor](#)
    
    1750 points
    
*   24
    
    [![quasar GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fquasar.png%3Fsize%3D40&w=1920&q=100)qGa (opens in a new tab)](https://github.com/quasar)
    
    [In place number 24 with 1,500 pointsEvgeny Legerov (See GitHub Profile) (opens in a new tab)](https://github.com/quasar)
    
    1500 points
    
*   25
    
    [![nerolation GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fnerolation.png%3Fsize%3D40&w=1920&q=100)nGa (opens in a new tab)](https://github.com/nerolation)
    
    [In place number 25 with 1,000 pointsToni Wahrstätter (See GitHub Profile) (opens in a new tab)](https://github.com/nerolation)
    
    1000 points
    
*   26
    
    [![DragonDev1906 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FDragonDev1906.png%3Fsize%3D40&w=1920&q=100)DGa (opens in a new tab)](https://github.com/DragonDev1906)
    
    [In place number 26 with 1,000 pointsDragonDev1906 (See GitHub Profile) (opens in a new tab)](https://github.com/DragonDev1906)
    
    1000 points
    
*   27
    
    [![chainsecurity GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fchainsecurity.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/chainsecurity)
    
    [In place number 27 with 1,000 pointsChainSecurity (See GitHub Profile) (opens in a new tab)](https://github.com/chainsecurity)
    
    1000 points
    
*   28
    
    [![0xpulp GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F0xpulp.png%3Fsize%3D40&w=1920&q=100)0Ga (opens in a new tab)](https://github.com/0xpulp)
    
    [In place number 28 with 1,000 points0xPulp (See GitHub Profile) (opens in a new tab)](https://github.com/0xpulp)
    
    1000 points
    
*   29
    
    [![0xfadam GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F0xfadam.png%3Fsize%3D40&w=1920&q=100)0Ga (opens in a new tab)](https://github.com/0xfadam)
    
    [In place number 29 with 1,000 pointsfadam (See GitHub Profile) (opens in a new tab)](https://github.com/0xfadam)
    
    1000 points
    
*   30
    
    [![therealgregoai GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftherealgregoai.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/therealgregoai)
    
    [In place number 30 with 1,000 pointsGrego AI (See GitHub Profile) (opens in a new tab)](https://github.com/therealgregoai)
    
    1000 points
    
*   31
    
    [![Jeongmin Choi GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FJeongmin%20Choi.png%3Fsize%3D40&w=1920&q=100)JCGa (opens in a new tab)](<https://github.com/Jeongmin Choi>)
    
    [In place number 31 with 1,000 pointsJeongmin Choi (See GitHub Profile) (opens in a new tab)](<https://github.com/Jeongmin Choi>)
    
    1000 points
    
*   32
    
    [![Alleysira GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2FAlleysira.png%3Fsize%3D40&w=1920&q=100)AGa (opens in a new tab)](https://github.com/Alleysira)
    
    [In place number 32 with 1,000 pointsJie Ma (UTUX Labs) (See GitHub Profile) (opens in a new tab)](https://github.com/Alleysira)
    
    1000 points
    
*   33
    
    [![aydarkhusaenov GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Faydarkhusaenov.png%3Fsize%3D40&w=1920&q=100)aGa (opens in a new tab)](https://github.com/aydarkhusaenov)
    
    [In place number 33 with 1,000 pointsLegat (See GitHub Profile) (opens in a new tab)](https://github.com/aydarkhusaenov)
    
    1000 points
    
*   34
    
    [![sko94 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fsko94.png%3Fsize%3D40&w=1920&q=100)sGa (opens in a new tab)](https://github.com/sko94)
    
    [In place number 34 with 500 pointsXDZIBECX (See GitHub Profile) (opens in a new tab)](https://github.com/sko94)
    
    500 points
    
*   35
    
    [![cyberthirst GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fcyberthirst.png%3Fsize%3D40&w=1920&q=100)cGa (opens in a new tab)](https://github.com/cyberthirst)
    
    [In place number 35 with 500 pointscyberthirst (See GitHub Profile) (opens in a new tab)](https://github.com/cyberthirst)
    
    500 points
    
*   36
    
    [![eclipse07077 GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Feclipse07077.png%3Fsize%3D40&w=1920&q=100)eGa (opens in a new tab)](https://github.com/eclipse07077)
    
    [In place number 36 with 500 pointseclipse07077 (See GitHub Profile) (opens in a new tab)](https://github.com/eclipse07077)
    
    500 points
    
*   37
    
    [![trailofbits GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Ftrailofbits.png%3Fsize%3D40&w=1920&q=100)tGa (opens in a new tab)](https://github.com/trailofbits)
    
    [In place number 37 with 500 pointsTrail of Bits (See GitHub Profile) (opens in a new tab)](https://github.com/trailofbits)
    
    500 points
    
*   38
    
    [![0xSorryNotSorry GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2F0xSorryNotSorry.png%3Fsize%3D40&w=1920&q=100)0Ga (opens in a new tab)](https://github.com/0xSorryNotSorry)
    
    [In place number 38 with 375 pointssorryNotsorry (See GitHub Profile) (opens in a new tab)](https://github.com/0xSorryNotSorry)
    
    375 points
    
*   39
    
    [![mcdee GitHub avatar](/_next/image/?url=https%3A%2F%2Fgithub.com%2Fmcdee.png%3Fsize%3D40&w=1920&q=100)mGa (opens in a new tab)](https://github.com/mcdee)
    
    [In place number 39 with 200 pointsJim McDonald (See GitHub Profile) (opens in a new tab)](https://github.com/mcdee)
    
    200 points
    

## Frequently asked questions

### 

### Is the bug bounty program time limited?

No.

More

No end date is currently set. See [the Ethereum Foundation blog (opens in a new tab)](https://blog.ethereum.org/) for the latest news.

### 

### How are bounties paid out?

Rewards are paid out in ETH or DAI.

More

Rewards are paid out in ETH or DAI after the submission has been validated, usually a few days later. Local laws require us to ask for **proof of your identity**. In addition, we will need your ETH address.

### 

### Can I donate my reward to charity?

Yes!

More

We can donate your reward to an established charitable organization of your choice.

### 

### I reported an issue / vulnerability but have not received a response!

Please allow a few days for someone to respond to your submission.

More

We aim to respond to submissions as fast as possible. Due to the increase in AI submissions, please allow up to a week for us to respond to your submission.

### 

### I want to be anonymous / I do not want my name on the leader board.

You can do this, but it might make you ineligible for rewards.

More

Submitting anonymously or with a pseudonym is OK, but will make you ineligible for ETH/DAI rewards. To be eligible for ETH/DAI rewards, we require your real name and a proof of your identity to be sent, encrypted using PGP on our secure drop website, to our legal team at the Ethereum Foundation who are the sole reviewers of the documentation. Donating your bounty to a charity doesn’t require your identity.

Please let us know if you do not want your name/nick displayed on the leader board.

### 

### What are the points in the leaderboard?

Every found vulnerability / issue is assigned a score

More

Every found vulnerability / issue is assigned a score. Bounty hunters are ranked on our leaderboard by total points.