EVM Jobs

1,208 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

Monad

New York, NY, United States

$200k - $250k

R3

Abu Dhabi, United Arab Emirates

$116k - $189k

Evmos

New York, NY, United States

$76k - $150k

Monad Labs

New York, NY, United States

$150k - $200k

Gnosis

Remote

Monad

New York, NY, United States

$125k - $150k

Monad

New York, NY, United States

$150k - $200k

Selby Jennings

United States

$180k - $250k

Magic Eden

Remote

$150k - $200k

Altiplanic GmbH

Berlin, Germany

$90k - $100k

Gloify

Bengaluru, India

$72k - $90k

Hex Trust

Kuala Lumpur, Malaysia

$98k - $100k

Gnosis

Remote

Evmos

New York, NY, United States

$72k - $110k

Senior Software Engineer Smart Contracts

Monad
$200k - $250k

This job is closed

Monad Labs is a contributor to the Monad blockchain, an ultra-high-performance EVM-compatible layer-1 blockchain designed to bring world adoption to decentralized apps. We help the EVM scale through parallel execution and other significant innovations in distributed consensus and smart contract execution. Monad offers developers the best of both worlds: unparalleled performance (10,000 transactions per second) and portability (full compatibility for Ethereum smart contracts).

We are founded byJump Trading alums, and backed by notable leaders in the crypto space, including Dragonfly, Cobie, and Hasu. We have an office in NYC, and are partially distributed throughout the US and Canada.

The Role

We are looking for a Senior Software Engineer (Smart Contracts)to join our core team. Your work will include the design, implementation, and deployment of critical infrastructure powering the Monad blockchain.

You will contribute to development of major projects with a smart contract component, such as bridges, order books, staking, and NFT minting services.

You’ll contribute to design, development, testing, and deployment of these new features. You’ll make critical decisions on security and maintainability. Your work will power components with billions of dollars of TVL; as such, you’ll need to maintain exceptional focus in defining invariants and defending against attacks.

You’ll also contribute to design and development of new VM features that enable developers to build more powerful dapps. The smart contracts you develop will serve as initial use cases for new features that we are pioneering in the Monad VM, which supports and extends the EVM.

Requirements

Required prior experience:

  • 3+ years of smart contract development including production deployments of original protocols
  • Extensive knowledge of Solidity and the EVM
  • Extensive knowledge of smart contract security and common pitfalls (e.g. you understand the cause of all historical reentrancy attacks and other vulnerabilities)
  • Extensive experience with proper deployment and security practices
  • Experience writing extensive unit and integration tests

Required personal attributes:

  • Extreme attention to detail
  • Auditor/hacker mindset
  • Low ego
  • Independence
  • Extremely strong work ethic
  • Ambition/desire to make a massive impact
  • Enthusiasm for Monad’s mission of helping decentralization scale

Bonuses:

  • Experience with auditing smart contracts
  • Earned bug bounties
  • Experience building and managing a protocol with significant TVL is a plus
  • Experience writing high-performance C++

What you’ll be doing

  • You’ll contribute to design and development of major projects with a smart contract component such as bridges, order books, staking, and NFT minting services. This will draw on your knowledge of existing tools as well as leveraging new primitives in Monad’s VM.
  • You’ll develop rigorous unit and integration tests, and thoroughly consider potential attack vectors
  • You’ll contribute to architectural decisions that maximize security and minimize trust requirements
  • You’ll collaborate with the rest of the team to develop features of the Monad VM
  • You’ll hire other smart contract engineers
  • You’ll mentor junior engineers and interns
  • You’ll think strategically about initiatives or features that will aid in early adoption of the Monad blockchain

Why work with us

  • You’ll work on extremely challenging problems with massive potential impact
  • You’ll work with and learn from a small, exceptional team
  • You’ll receive a competitive salary, along with equity
  • You’ll shape the culture as an early employee and make impactful contributions from day one
  • You’ll be part of a flat, results-driven organization
  • Your work will be extremely impactful in enabling onramps and usage of the Monad blockchain, facilitating adoption by many users.
  • Your work will be deeply impactful, enabling much cheaper and more efficient decentralized computation and ultimately paving the way for new dapps that improve many people’s lives.

Working at Monad Labs means doing challenging work on a high-impact problem with exceptional teammates.

Here are some of the people you’ll work with:

  • James, performance engineering expert and system architect; previously designed and built ultra-low-latency systems for a top high-frequency trading team at Jump Trading;
  • Ariq, expert at low-level firmware and software programming; previously a senior engineer at Arista Networks, where he served as lead maintainer on multiple linux kernel networking drivers for Arista EOS devices;
  • Aashish, expert systems designer and hacker, previously the first engineer at Pattern Research, a leading crypto HFT firm, where he designed and built the entire trading stack from scratch

We think you’ll enjoy working with us, and that you’ll find the work to be extremely impactful and challenging.

Salary and benefits

Minimum full-time salary of $200,000 - $250,000. (**This is not a guarantee of compensation or salary; a final offer amount may vary based on factors including but not limited to experience and geographic location.)

Monad Labs’ benefits include unlimited and encouraged paid time off; insurance coverage; home office equipment stipend; monthly wellness/fitness stipend; and 10 company-observed holidays.

The majority of our team is in NYC and works together a few days a week. We have a slight preference for candidates based in or able to relocate to NYC.

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.