Zero Knowledge (ZK) Jobs

847 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

Boundless Networks, Inc.

Remote

$54k - $72k

ChainGPT

Remote

ChainGPT

Remote

The Paradigm Shifters (Team TPS)

Austin, TX, United States

$81k - $95k

Provable

New York, NY, United States

$81k - $100k

Matter Labs

Remote

$84k - $112k

Matter Labs

Remote

$62k - $90k

Aztec

Remote

$105k - $156k

Axiom

New York, NY, United States

$125k - $200k

Horizenlabs

Remote

$72k - $100k

Polygon Labs

New York, NY, United States

$90k - $125k

Polygon Labs

New York, NY, United States

$90k - $125k

Alpha Hub

United States

$175k - $240k

Succinct

Remote

$175k - $225k

Summary
As a Senior Software Engineer, you will be hands-on in designing, developing, and maintaining our product, while also influencing its architecture and technical direction. You will work within an agile team of skilled engineers, taking ownership of critical features and ensuring the reliability, scalability, and maintainability of our systems. You will also mentor junior engineers, participate in code reviews, and help improve development processes, all while remaining deeply involved in day-to-day coding.

Candidate Profile

  • Background in Computer Science or a related field.
  • 5+ years of professional software development experience, with significant Rust experience.
  • Strong expertise with Rust tooling: build systems, package managers, unit testing, and CI/CD pipelines.
  • Knowledge of blockchain architecture, Ethereum, or other decentralized protocols.
  • Proven ability to develop mission-critical features and navigate large, complex codebases.
  • Experience conducting and receiving code reviews, with focus on high-quality, maintainable code.
  • Comfortable taking ownership of features end-to-end: design, implementation, testing, deployment, and maintenance.
  • Strong collaboration skills and ability to work effectively in cross-functional teams.
  • Fluent in Git and GitHub workflows.
    Familiarity with agile development processes, sprint planning, and backlog management.
  • Proactive, self-driven, and detail-oriented, with excellent problem-solving and critical-thinking skills.
  • Habit of writing thorough unit and integration tests.
  • Strong English communication skills, both written and verbal.

Nice to Have

  • Experience with cryptography or security, especially zero-knowledge proofs.
  • Understanding of compilers, virtual machines, or low-level systems.
    Previous work with go-ethereum (geth) or rust-ethereum (reth).
  • Experience mentoring and guiding junior engineers.

Responsibilities

  • Write, review, and maintain high-quality, production-level code for blockchain-related software and infrastructure.
  • Take ownership of end-to-end feature development, from design through deployment and maintenance.
  • Contribute to architecture and design decisions, ensuring scalability, reliability, and maintainability.
  • Identify and resolve complex technical issues in production systems.
  • Mentor junior engineers and guide best practices across the team.
  • Participate actively in sprint planning, backlog refinement, and technical discussions.
    Continuously improve development processes, tooling, and testing strategies.
  • Participate in an on-call rotation schedule to support production systems.

Compensation & Perks

  • Competitive compensation package (commensurate with experience) + performance and referral bonuses.
  • 100% remote and flexible working hours — work from anywhere in the world.
  • Generous paid time off, including maternity/paternity leave.
    Retirement/pension plan.
  • Equity options.
  • Flexibility to work from anywhere.
  • Free gym membership or virtual alternative of your choice.
  • Early access to emerging products and trends in the crypto space.
  • Join quarterly all-expenses-paid retreats in exotic/exclusive locations with the team.
⬇
Apply Now

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.