Zero Knowledge (ZK) Jobs

762 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of Zero Knowledge (ZK) Jobs
Job Position Company Posted Location Salary Tags

Ethereum Foundation

Remote

Matter Labs

EU

$72k - $102k

Matter Labs

EU

$76k - $77k

Matter Labs

EU

$72k - $120k

Matter Labs

EU

$72k - $75k

Matter Labs

EU

$45k - $72k

Matter Labs

EU

$39k - $77k

Matter Labs

EU

$63k - $65k

Matter Labs

EU

$76k - $77k

Matter Labs

EU

$81k - $100k

Matter Labs

EU

$72k - $102k

Matter Labs

EU

$76k - $77k

Matter Labs

EU

$72k - $110k

Matter Labs

EU

$72k - $100k

Matter Labs

EU

$81k - $91k

Validator Privacy Researcher Remote Full time

Ethereum Foundation

This job is closed

Validator Privacy Researcher | Remote | Full time

Remote /
Ethereum Foundation – Privacy and Scaling Explorations /
Full-time
/ Remote

Apply for this job
Validator Privacy Researcher
The Ethereum Foundation's Privacy & Scaling Explorations Team is seeking a Validator Privacy Researcher with a strong background in complex, multi-system problems and networking, as well as an interest in privacy and Ethereum.

About the Privacy & Scaling Explorations Team
We are a research group exploring practical applications for Zero-Knowledge Proofs and Scaling solutions. Our mission is to build the cryptographic primitives that will form the bedrock of a rich and vibrant ecosystem of decentralized applications (dapps), built on Ethereum. We do this through pure research projects, by building proofs of concept, and by facilitating the integration of technological primitives into decentralized applications.

About you

    • You are passionate about complex problem-solving and have experience working with multi-system environments.
    • You have a strong interest in privacy, Ethereum, and decentralized systems.
    • You are proficient in Rust or Golang for implementing and testing solutions, and Python or JavaScript for prototyping.
    • You have expertise or a solid foundation in networking, with experience in decentralized networking technologies such as Libp2p, Waku, TOR/Onion-Routing, or similar.
    • You are familiar with the Ethereum Beacon Chain, and experience as a validator is a significant plus.
    • You possess some familiarity with data science and enjoy working on challenging, complex problems.
    • You are a strong communicator and work well in a remote, global team environment.

Recommended Skills and Experience

    • Proficiency in Rust or Golang for software development and testing
    • Proficiency in Python or JavaScript for prototyping
    • Experience with decentralized networking technologies (e.g., Libp2p, Waku, TOR/Onion-Routing)
    • Familiarity with the Ethereum Beacon Chain and validator processes
    • General understanding of data science concepts
    • Interest in internet/network privacy for p2p systems

Contract details

    • Fully remote
    • Contract with 3-month probation, details depend on jurisdiction
    • To apply, please include a cover letter, a resume or CV, and your GitHub profile
Apply for this job

What is Zero-knowledge?

Zero-knowledge is a concept in cryptography that allows two parties to exchange information without revealing any additional information beyond what is necessary to prove a particular fact

In other words, zero-knowledge is a way of proving something without actually revealing any details about the proof

Here are some examples of zero-knowledge:

  1. Password authentication: When you enter your password to log into an online account, the server doesn't actually know your password. Instead, it checks to see if the hash of your password matches the stored hash in its database. This is a form of zero-knowledge because the server doesn't know your actual password, just the hash that proves you know the correct password.
  2. Sudoku puzzles: Suppose you want to prove to someone that you've solved a particularly difficult Sudoku puzzle. You could do this by providing them with the completed puzzle, but that would reveal how you solved it. Instead, you could use a zero-knowledge proof where you demonstrate that you know the solution without actually revealing the solution itself.
  3. Bitcoin transactions: In a Bitcoin transaction, you prove that you have ownership of a certain amount of Bitcoin without revealing your private key. This is done using a zero-knowledge proof called a Schnorr signature, which allows you to prove ownership of a specific transaction output without revealing the private key associated with that output.
  4. Secure messaging: In a secure messaging app, you can prove to your contacts that you have access to a shared secret without revealing the secret itself. This is done using a zero-knowledge proof, which allows you to prove that you have access to the secret without actually revealing what the secret is.