EVM Jobs

1,209 jobs found

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

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Status

Remote

$63k - $90k

Stellar Development Foundation

Miami, FL, United States

$94k - $144k

Aurora Labs

Remote

$33k - $75k

Cake Pte Ltd

Singapore, Singapore

Monad

New York, NY, United States

Monad Labs

New York, NY, United States

Spectrum Search

San Francisco, CA, United States

$63k - $100k

BlockchainStaffingNinja

United States

$63k - $85k

Coinmarketcap

Remote

$62k - $82k

Securrency

United States

$54k - $90k

Offchain Labs

United States

$63k - $90k

Anagram Ltd

United States

$105k - $111k

BlockchainStaffingNinja

New York, NY, United States

$45k - $90k

Status

Remote

$84k - $110k

Austin Werner Ltd

San Francisco, CA, United States

$140k - $200k

Protocol Research Engineer Protocol Incentivization

Status
$63k - $90k estimated

This job is closed

About Status

Status is building the tools and infrastructure for the advancement of a secure, private, and open web3. 

With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.

As an organization, Status seeks to push the web3 ecosystem forward through research, creation of developer tools, and support of the open source community. 

As a product, Status is an open source, Ethereum-based app that gives users the power to chat, transact, and access a revolutionary world of DApps on the decentralized web. But Status is also building foundational infrastructure for the whole Ethereum ecosystem, including the Nimbus ETH 1.0 and 2.0 clients, the Keycard hardware wallet, and the Waku messaging protocol (a continuation of Whisper).

As a team, Status has been completely distributed since inception.  Our team is currently 150+ core contributors strong, and welcomes a growing number of community members from all walks of life, scattered all around the globe. 

We care deeply about open source, and our organizational structure has minimal hierarchy and no fixed work hours. We believe in working with a high degree of autonomy while supporting the organization's priorities.

<strong>Who are we?</strong></p>

Vac builds public good protocols for the decentralized web.

We do applied research based on which we build protocols, libraries and publications. Custodians of protocols that reflect a set of principles - liberty, privacy, etc.

You can see a sample of some of our work here: Vac, Waku v2 and Ethereum Messaging, Privacy-preserving p2p economic spam protection in Waku v2, Waku v2 RFC. Our attitude towards ZK: Vac <3 ZK.

The role?

This role will be part of a new team that will make a provable and private WASM engine that runs everywhere. As a compiler engineer, you will be responsible for researching, designing, analyzing and implementing zero-knowledge circuits that allow for proving private computation of execution in WASM. This includes having a deep understanding of relevant ZK proof systems and tooling (zk-SNARK, circom, Plonk/Halo 2, zk-STARK, etc), as well as different architectures (zk-EVM Community Effort, Polygon Hermez and similar) and their trade-offs. You will collaborate with the Vac Research team, and work with requirements from our new Logos program. As one of the first hires of a greenfield project, you are expected to take on significant responsibility, while collaborating with other research engineers, including protocol engineers and senior Rust engineers.

Key responsibilities 

  • Research and develop open P2P protocols for secure messaging.
  • Build incentivized, distributed systems.
  • Research incentives for nodes to provide resources and/or offer services in P2P protocols.
  • Use a layered protocol approach that is mindful and explicit about what it requires, what it provides, under what threat models, and with what trade-offs.
  • Combine cryptoeconomics and traditional technologies to create a sustainable, scalable, distributed, and fault-tolerant system.
  • Use libp2p to build application-level protocols.
  • Interpret and implement solutions based on academic research.
  • Provide feedback on overall design decisions, and participate in code reviews.
  • Write Nim code

You ideally will have 

  • A passion for blockchain technology, privacy-preserving technology and decentralization.
  • A strong academic background.
  • Experience with token economics.
  • Experience with protocol incentivization.
  • Experience designing incentive systems and writing/deploying smart contracts in Ethereum.
  • Experience with game theory.
  • Experience with low level/strongly typed languages (C/C++/Go/Rust).
  • Experience building networking-heavy applications and p2p networking specifically.
  • Familiarity with message propagation in loosely connected networks.
  • Familiar with p2p building blocks such as gossiping, routing and discovery (DHTs), and Nat traversal.
  • A Master’s degree in Computer Science with a focus on computer networks.
  • A strong alignment to our principles: https://status.im/about/#our-principles

Bonus points if 

  • A PhD degree in an area related to computer networks.
  • Contributed to a blockchain-related, open source project.
  • In in the Ethereum community.
  • Experience with cryptography such as OTR, X3DH, Noise protocol.
  • Experience with Nim.
  • Experience with off-the-shelf networking stacks such as libp2p / devp2p

[Don’t worry if you don’t meet all of these criteria, we’d still love to hear from you anyway if you think you’d be a great fit for this role. Just explain to us why in your cover letter].

Compensation

We pay a competitive salary based on experience, plus a grant of Status Network Tokens vesting over a three-year period. More info on SNT here here: https://status.im/snt-utility/

Hiring process

The hiring process for this role will be:

  1. Interview with Angel from our Talent team
  2. Interview with team member from the Vac team
  3. Pair programming task with the Vac team
  4. Interview with Oskar, the Program lead

The steps may change along the way if we see it makes sense to adapt the interview stages, so please consider the above as a guideline.

What is EVM?

EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network

It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform

The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly

This is important for security reasons, as it prevents malicious code from affecting the rest of the network

When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM

Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions

When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code

The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step

The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole

The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer

This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs

The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment

It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.