EVM Jobs

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

Crypto.com

United States

$63k - $95k

IOTA Foundation

Remote

$82k - $87k

Ankr

San Francisco, CA, United States

$11k - $85k

Ankr

San Francisco, CA, United States

$11k - $85k

a16z

Menlo Park, CA, United States

$43k - $56k

Fuel Labs

Remote

$63k - $90k

Acala

Remote

$86k - $110k

Binance

Remote

Paraswap

Paris, France

$72k - $80k

Verisart

London, United Kingdom

$60k - $64k

Crypto.com

United States

$105k - $111k

Avantgarde Finance

New York, NY, United States

$98k - $150k

Crypto.com

Singapore, Singapore

$63k - $95k

Crypto.com

London, United Kingdom

$63k - $95k

Aave

London, United Kingdom

$63k - $100k

Smart Contract Auditor

Crypto.com
$63k - $95k estimated
United States
Join Talent Pool

This job is closed



About Crypto.com

Crypto.com was founded in 2016 on a simple belief: it's a basic human right for everyone to control their money, data and identity. With over 10 million users on its platform today, Crypto.com provides a powerful alternative to traditional financial services, turning its vision of "cryptocurrency in every wallet" into reality, one customer at a time. Crypto.com is built on a solid foundation of security, privacy and compliance and is the first cryptocurrency company in the world to have CCSS Level 3, ISO27001:2013 and PCI:DSS 3.2.1, Level 1 compliance. Crypto.com is headquartered in Hong Kong with a 900+ strong team.

For more information, please visit www.crypto.com




Responsibilities:

  • Establish oneself as DeFi security thought leader with hands-on audit of smart contract and research/sharing of smart contract security
  • Establish best practices for smart contract development
  • Establish DeFi product security rating system (using industry standard or an adapted version) for internal use
  • Establish monitoring and alerting on the DeFi space
  • Understand existing and new and upcoming DeFi products
  • Coordinate and work with external stakeholders, partners and auditors on safe-guarding crypto.com DeFi products
  • Drive the organisation on creating a safer and secure DeFi with well-researched security solutions.
  • Educate others on the trends of DeFi product and smart contract security
  • Keep abreast with new/recent attacks on smart contract/DeFi products
  • Keep abreast with upcoming trends in DeFi such as Layer 2 technologies


  • Degree in Computer Science or Engineering or Mathematics or similar discipline
  • Expect the candidates to have at least 5 years of working experience (not necessary for the full 5 years in blockchain space, but ideally should have worked in blockchain industry)
  • Understanding and hands-on experience in DeFi ecosystem (specifically in Ethereum)
  • Understanding of Ethereum blockchain, Ethereum Virtual Machine (EVM)
  • Understanding of Layer 2 solutions and cross-chain bridge technologies
  • In depth understand and hands-on experience with Solidity programming language
  • Knowledgeable of smart contract vulnerability and hands-on experience to exploit these vulnerability
  • Experience across common vulnerability classes for smart contract at design or system level
  • Knowledgeable on various security analysis tools on smart contract and hands-on experience to setup and use it
  • Have basic understanding of finance such as trading, lending, automatic market making (AMM), derivatives
  • Ability to communicate across roles to drive security mindset across the organization
  • General programming ability - such as Python, Javascript, Bash, Rust, Go
  • We offer an attractive compensation package working in a cutting-edge field of Fintech
  • Huge responsibilities from Day 1. Be the owner of your own learning curve. The possibilities are limitless and depend on you
  • You get to work in a very dynamic environment and be part of an international team
  • Health Care Plan (Medical, Dental & Vision)
  • Retirement Plan (401k, IRA)
  • Paid Time Off (Vacation, Sick & Public Holidays)

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.