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

Asymmetric Research

Remote

$84k - $110k

asymmetric.re

Remote

$91k - $116k

1010 trading

Remote

Guardis

Remote

$72k - $90k

CoW DAO

Remote

Avalabs

Remote

$253k - $269k

CoW DAO

Remote

Byzantine Finance

Remote

Zenith

Remote

Phi Labs

Lisboa, Portugal

$105k - $120k

ANT-TECH ASIA

New York, NY, United States

$60k - $150k

pod network

Remote

$74k - $100k

Agora

Remote

Asymmetric Research
$84k - $110k estimated
Remote
Apply

Location

Remote - AMER/EMEA/APAC

Employment Type

Full time

Department

Security Engineering

Asymmetric Research:

Asymmetric Research ("AR") is a specialized security firm focused on deep partnerships with L1/L2 blockchains and DeFi protocols in an effort to keep them safe. We specialize in four core domains of web3 security; research, engineering, incident response, and infrastructure services.

Culture:

AR is a fully remote organization and members of our team have been strongly committed to open-source values for decades, having worked at organizations with deep open-source roots and strong security programs including Google, Netflix, Mozilla, Stripe, and Jump Crypto. We pride ourselves on maintaining the highest levels of confidentiality, trust, and professionalism.

Responsibilities:

  • Design and implement security and defense-in-depth controls to prevent and limit vulnerabilities.

  • Perform cutting edge security research in EVM and/or SVM smart contract platforms.

  • Develop security tooling and developer workflows to aid in the early detection of vulnerabilities.

  • Collaborate with core contributors to conduct internal security audits.

  • Shepherd external security audits with the help of leading 3rd party audit firms.

  • Operate leading bug bounty programs on Immunefi.

  • Work in a diverse decentralized team environment with web3 professionals.

  • Clearly communicate security risks and solutions.

  • Adhere to the highest standards of integrity, trust, and professionalism.

Requirements:

  • Strong desire to understand how things work, and the ability to quickly absorb new information.

  • Familiarity with at least one or more smart contract platforms.

  • Proven experience as either a consultant, engineer, bug bounty hunter or auditor.

  • Prior experience working with open source development practices.

  • Willingness and aptitude to learn multiple blockchains runtimes and validator implementations written in languages like Go and Rust.

  • Understanding of blockchain infrastructure technologies, such as validation, bridging or oracles.

  • Prior experience with reverse engineering and/or fuzzing.

  • Prior experience with code reviews

  • Prior leaderboard ranking on bug bounty, code contest, or CTF competitions.

Benefits:

  • 25-days paid vacation

  • Office and equipment stipend

  • Pension / 401K programs

  • Life Insurance

  • Premium Healthcare

  • Competitive Base Salary

  • Lucrative Bonus Programs

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.