Zero Knowledge (ZK) Jobs

760 jobs found

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

Coinbase

Dublin, Ireland

$148k - $149k

Consensys

Remote

$108k - $111k

Windranger Labs

Singapore, Singapore

$88k - $115k

Nethermind

Remote

$72k - $77k

Succinct

Remote

$22k - $60k

Matter Labs

Remote

$90k - $110k

Codex

Remote

$81k - $95k

Logos

Remote

$81k - $95k

Logos

Remote

$81k - $95k

Vac

Remote

$81k - $95k

Fabric of Truth, Inc

Belgium

$81k - $95k

Fabric of Truth, Inc

Belgium

$84k - $164k

Fabric of Truth, Inc

Belgium

$89k - $102k

Animoca Brands Limited

Dubai, United Arab Emirates

$84k - $100k

Nethermind

Remote

$84k - $115k

Coinbase
$148k - $149k estimated
Dublin, Ireland
Apply

Ready to be pushed beyond what you think you’re capable of?

At Coinbase, our mission is to increase economic freedom in the world. It’s a massive, ambitious opportunity that demands the best of us, every day, as we build the emerging onchain platform — and with it, the future global financial system.

To achieve our mission, we’re seeking a very specific candidate. We want someone who is passionate about our mission and who believes in the power of crypto and blockchain technology to update the financial system. We want someone who is eager to leave their mark on the world, who relishes the pressure and privilege of working with high caliber colleagues, and who actively seeks feedback to keep leveling up. We want someone who will run towards, not away from, solving the company’s hardest problems.

Our work culture is intense and isn’t for everyone. But if you want to build the future alongside others who excel in their disciplines and expect the same from you, there’s no better place to be.

Security is a primary competency at Coinbase, and the Security Team keeps a watchful eye over every aspect of it. Every day, we go to battle against some of the most sophisticated attackers in the world to protect billions of dollars worth of digital assets and ensure that our customers and employees can enjoy a safe, trusted experience. As Coinbase scales globally, our team is scaling along with it, using a blend of tooling, automation, and strategic team growth to ensure that we’re well-equipped to protect the next billion users of crypto.

Blockchain Security (BlockSec) team’s mission is to secure funds and data from protocols to wallets. Coinbase has a unique opportunity: enabling our customers to easily and securely interface with blockchains, a.k.a. digital asset networks, a.k.a. cryptocurrencies. Blockchains are a cutting edge technology, with many unique security considerations for any entity that supports interaction with them. Understanding those unique considerations requires deep expertise in blockchains and the ability to maintain that expertise over time.

Onchain is the new online. We want to bring 1B+ people onchain in the most secure way possible. We want to provide them secure platforms and tools to build and interact with exciting applications.

Protocol Security ensures the security of all onchain development at Coinbase. We partner closely with product teams to make sure that our users can safely and confidently engage with the onchain world.

What you’ll be doing (ie. job duties):

  • Identify gaps in our security infrastructure and drive cross-function efforts to address them.
  • Perform security assessments, framework development, and threat modeling of assets, including various blockchain protocols, smart contracts, and other distributed ledger tech.
  • Partner with software engineering teams to advise on code and architecture for internal smart contract development.
  • Partner with internal tooling teams to drive the roadmap and vision for internal Coinbase blockchain security tools.
  • Identify automation opportunities in our tooling and processes, deliver a Proof of Concept, and write detail technical requirements.
  • Investigate impactful changes to the space, blockchain upgrades, and novel innovations such as zero-knowledge proofs and bleeding-edge blockchain protocols.
  • Publish blogs and give talks (internal and external) on newfound vulnerabilities, incident investigations, unique integration risks, and related topics.

What we look for in you (ie. job requirements):

  • Strong understanding of blockchains (particularly EVM chains) and highly “crypto forward”.
  • Extensive experience in architecture and threat modeling of security-critical backend crypto systems.
  • Familiar with the threat model of a crypto custodian, including common vulnerabilities and pitfalls for systems that custody cryptocurrency.
  • Familiar with all the fundamentals of onchain activity – blockchain explorers, funds tracing, bridging, DEXs, NFTs, smart contracts.
  • Familiar with recent innovations such as restaking and the various EIPs currently being considered.
  • Ability to provide leadership and mentorship to coworkers.
  • Experience in a highly cross-functional role and/or leading a team.
  • Excellence in clear, direct, and kind communication with technical and non-technical stakeholders.

Nice to haves:

  • Knowledge of security architecture of non-EVM based blockchains.
  • Deep understanding of cryptography such as zk-SNARKs, FHE and MPC.

ID: G2686

#LI-Remote

Pay Transparency Notice: The target annual salary for this position can range as detailed below. Full time offers from Coinbase also include target bonus + target equity + benefits (including medical, dental, and vision).

Pay Range:
€132.900—€132.900 EUR

Please be advised that each candidate may submit a maximum of four applications within any 30-day period. We encourage you to carefully evaluate how your skills and interests align with Coinbase's roles before applying.

Commitment to Equal Opportunity

Coinbase is committed to diversity in its workforce and is proud to be an Equal Opportunity Employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, creed, gender, national origin, age, disability, veteran status, sex, gender expression or identity, sexual orientation or any other basis protected by applicable law. Coinbase will also consider for employment qualified applicants with criminal histories in a manner consistent with applicable federal, state and local law. For US applicants, you may view the Know Your Rights notice here. Additionally, Coinbase participates in the E-Verify programin certain locations, as required by law.

Coinbase is also committed to providing reasonable accommodations to individuals with disabilities. If you need a reasonable accommodation because of a disability for any part of the employment process, please contact us at accommodations[at]coinbase.com to let us know the nature of your request and your contact information. For quick access to screen reading technology compatible with this site click here to download a free compatible screen reader (free step by step tutorial can be found here).

Global Data Privacy Notice for Job Candidates and Applicants

Depending on your location, the General Data Protection Regulation (GDPR) and California Consumer Privacy Act (CCPA) may regulate the way we manage the data of job applicants. Our full notice outlining how data will be processed as part of the application procedure for applicable locations is available here. By submitting your application, you are agreeing to our use and processing of your data as required. For US applicants only, by submitting your application you are agreeing to arbitration of disputes as outlined here.

⬇
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.