| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Hibachi | Remote | $150k - $200k | |||
Hibachi | Remote | $80k - $120k | |||
Kraken | London, United Kingdom | $90k - $100k | |||
1010 trading | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
CoW DAO | 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 |
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.
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.