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

Kraken

London, United Kingdom

$90k - $100k

1010 trading

Remote

Rain

New York, NY, United States

$140k - $240k

Asymmetric Research

Remote

$84k - $110k

asymmetric.re

Remote

$91k - $116k

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

Who We Are

Stablecoins are beginning to reshape the global FX market, where more than $10 trillion trades every day. Hibachi is building the exchange designed for that shift.

We are building a modern central limit order book for global currencies with transparent prices, direct access to liquidity, and infrastructure designed for continuous global markets. Our goal is to open FX trading beyond the traditional interbank system and create a venue where global money can move freely.

We are a small team of engineers and traders who have built market infrastructure at Tower Research, Citadel, Coinbase, and Bloomberg. We care deeply about performance, correctness, and building systems that operate at global scale.

Hibachi is backed by Dragonfly Capital, Electric Capital, Coinbase Ventures, and Circle Ventures.



About The Technology

Hibachi runs a high performance off chain central limit order book built for fast, private trading and deep liquidity. Zero knowledge proofs allow anyone to verify the exchange’s solvency on chain without revealing user positions. The result is transparent infrastructure built for global markets.



The Role

We’re looking for a seasoned Rust engineer to help build and extend the core trading systems that power Hibachi. This role focuses primarily on exchange functionality — execution logic, ledger operations, and performance optimization — but the role offers exposure to smart contract engineering as well.

You’ll Be Responsible for:

  • Designing and implementing high-performance Rust systems for matching, execution, and settlement
  • Collaborating on architecture for trading flows, ledger operations, and data pipelines
  • Optimizing concurrency, memory usage, and throughput for institutional-scale trading
  • Improving observability, error handling, and resilience in critical trading paths
  • Acting as a thought partner for design improvements to the ZK infrastructure and data availability pipeline
  • Working hand-in-hand with frontend, data, infrastructure, and security engineering teams to build the best experience possible for the Hibachi community


You’ll Need to Have:

  • 3+ years of professional Rust experience (mid to senior level)
  • Strong background in performance engineering and concurrency (Tokio, Rayon, lock-free design)
  • Familiarity with exchange or OMS systems, trading flows, or other real-time infrastructure
  • Deep problem-solving and design skills suited to ambitious startup environments
  • Comfort owning features from concept to deployment
  • Familiarity with Web3 primitives and ecosystem


We’d Love to See:

  • Familiarity with ZK systems, proofs, or smart contract interactions
  • Background in trading, HFT, or capital markets infrastructure
  • Experience with blockchain or decentralized protocols

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.