| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
1010 trading | Remote |
| |||
Guardis | Remote | $72k - $90k | |||
CoW DAO | Remote |
| |||
Ballistic | Remote | $70k - $80k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Sherlock | Remote | $100k - $250k | |||
Elysa | Remote | $110k - $150k | |||
pod network | Remote | $74k - $100k | |||
Agora | Remote |
| |||
LI.FI | Remote | $65k - $120k |
About the Role
We’re looking for a strong Backend Rust Engineer with solid knowledge of the EVM ecosystem and a genuine interest in DeFi and trading systems.
You’ll work on backend services that power high-performance on-chain data processing, transaction simulation, trading logic, and core system components for internal products.
This role is for an engineer who enjoys deeply understanding systems, optimizing performance, and writing reliable, predictable code.
Responsibilities
- Develop backend services and internal infrastructure
- Build and maintain high-performance services in Rust
- Design modules working with EVM transactions, ABI, calldata, serialization and deserialization
- Implement low-level logic for interacting with nodes and RPC endpoints
- Optimize system performance: concurrency, async execution, memory management
Trading & Data Systems
- Develop components supporting algorithmic trading and decision-making systems
- Build internal APIs and services for fetching, processing, and aggregating on-chain data
- Maintain and optimize data pipelines for traders and analytics
- Work with large data volumes, streams and real-time processing
Requirements
- Strong Rust skills (networking, concurrency, multithreading)
- Solid understanding of EVM internals: transactions, calldata, ABI, gas model, state
- Strong interest in blockchain, DeFi and automated trading systems
- Fundamental understanding of CPU, memory and OS internals
Nice to Have
- Ability to read Solidity code
- Experience with PostgreSQL, ClickHouse, or other databases
Why This Role Is Interesting
- Work on core infrastructure used in real trading operations
- Direct impact on architecture and technical decisions
- Strong engineering culture with minimal bureaucracy and fast iteration
- Growth opportunities in systems programming and HFT-style infrastructure
- Competitive compensation aligned with results
- Team of strong engineers and traders with top-tier technical backgrounds
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.