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

Uniswap Foundation

Remote

$72k - $110k

OKX

Singapore, Singapore

$54k - $81k

Uniswap Labs

New York, NY, United States

$210k - $240k

Monad Labs

New York, NY, United States

$200k - $250k

Monad

New York, NY, United States

$200k - $250k

Monad Labs

New York, NY, United States

$200k - $250k

Stability

United States

$62k - $90k

Chainstack

Remote

$63k - $90k

Aurora Labs

Remote

$54k - $87k

Truth Seekers

Philadelphia, PA, United States

AcroMeta Solutions LLC

United States

$58k - $90k

Albert Bow

New York, NY, United States

$200k - $400k

BNB Chain Labs

London, United Kingdom

BNB Chain Labs

London, United Kingdom

Discreet Labs

Palo Alto, CA, United States

$60k - $100k

Protocol Lead

Uniswap Foundation
$72k - $110k estimated

This job is closed

Protocol Lead

Remote /
Uniswap Foundation – Protocol Team /
Full Time
/ Hybrid

Apply for this job
Your Mission
Your mission is to lead Uniswap’s continued development and innovation, ensuring it remains a leader in DeFi and in transforming the world's financial system. 

What you'll do:

    • Lead development efforts for future versions of the Uniswap Protocol, both core and peripheral contracts. This includes initial R&D, specification design, development, testing, auditing, deployment, and maintenance. You will work within the UF team and with Uniswap Core Developers to advance the protocol.
    • Establish the Uniswap Core Development Process, leading a group of individuals and teams within the Uniswap ecosystem who contribute to protocol research, specification design, development, testing, etc.
    • Leads R&D on topics relevant to Uniswap’s continued success/innovation, including optimized trade routing, MEV, on-chain oracles, and more.
    • With the UF Grants and Growth teams, design Requests for Proposals (RFPs) for research, analysis, and/or development related to core protocol needs and goals, including for instance developer tooling for future versions.
    • Support cross-chain deployments and EVM-equivalent versions of Uniswap written in new languages through the development and/or testing of these implementations

What you'll bring to the table:

    • Proven alignment with Uniswap’s guiding principles (censorship resistance, decentralization, permissionlessness, and security) in previous engineering roles.
    • Team player. You will be a core contributor to not only the UF team, but to the broader Uniswap community.
    • 5+ years software engineering experience.
    • 2+ years experience with EVM, Solidity, and protocol development. Confidence in design decision making, related to protocol development / smart contract development.
    • Exceptional judgment when encountering complex technical design trade-offs.
    • Previous experience working on open source software (OSS).
    • Tons of positive energy and excitement about transforming the world’s financial system (!)
Apply for this job

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.