EVM Jobs

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

Coindex Capital

Atlanta, GA, United States

$63k - $100k

OKX

San Francisco, CA, United States

$45k - $80k

Nori

Seattle, WA, United States

$63k - $75k

Mycelium

Brisbane, Australia

$45k - $60k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

OKX

Singapore, Singapore

Bisonai

Seoul, South Korea

$60k - $150k

Fabrica

San Francisco, CA, United States

$36k - $54k

Webaverse

San Francisco, CA, United States

$170k - $250k

Pocket Network

Tampa, FL, United States

$120k - $150k

Pocket Network

Tampa, FL, United States

$80k - $110k

Blockswap network

San Francisco, CA, United States

$70k - $110k

Optimism

Los Angeles, CA, United States

$72k - $100k

Optimism

Los Angeles, CA, United States

$72k - $100k

Optimism

Los Angeles, CA, United States

$71k - $75k

DeFi Engineer

Coindex Capital
$63k - $100k estimated

This job is closed

DeFi Engineer at Coindex Capital

Abstract

Fast growing crypto hedge fund startup seeking DeFi Software Engineer with advanced analytical skills (typically evidenced by a degree in math, physics, computer science, engineering, etc.), and a deep understanding of decentralized finance and blockchain. We highly value an entrepreneurial mindset and a determination that any problem can be solved no matter how complex/challenging the issue.


Company

Coindex Capital Management is a revolutionary asset management company. With technology in our DNA, we use innovative software models and proprietary strategies to create a market edge for our client investors.


Role

In this role you’ll have the opportunity to join an early stage company operating in programmatic trading and AI-powered investment strategies. Compensation includes a base salary based on experience, full benefits, and an extremely competitive performance-based bonus structure. Join a fast moving and fast growing company that acknowledges bold new ideas and rewards people who make those ideas a successful reality.


Overview

You will work closely with the founding team on the most important and challenging parts of the business and you will own your own areas related to our DeFi code base from day one. There will be plenty of opportunity to proactively shape your role, while driving real change and lasting impact for the company.


Responsibilities

  • Integrating with DeFi protocols, blockchains and exchanges using latest gen APIs and smart contract architecture
  • Analyze on-chain data and activity and develop internal analytical tooling to produce new insights and actionable data analysis on blockchain activity
  • Design and implement new smart contract integrations to take on-chain actions within our larger trading strategy and infrastructure
  • Design and develop off-chain internal applications that operate within our existing trading structure via price oracles and exchange APIs
  • Any other relevant responsibility that may arise from time to time.

Qualifications

A successful candidate should have some of these specializations:

  • Deep understanding of blockchain fundamentals, protocol design and decentralized finance
  • 2+ years of experience working with Python or 1+ year working with web3.py
  • At least one project experience working with smart contracts, especially an EVM chain
  • 2+ years of experience working with REST APIs, websockets, JSON, and/or trading data integration
  • Strong applied programming skills with a demonstrated ability to write secure and high quality code
  • Strong quantitative and analytical skills
  • Strong interest and willingness to learn about, or prior knowledge of algorithmic trading, arbitrage, yield farming, market making, high frequency trading
  • Comfortable working with GCP, Git, Docker
  • Ability to work independently with minimal supervision and successfully drive projects to production
  • Experience with data visualisation tools
  • Good applied statistics skills, such as distributions, statistical testing, regression, etc.
  • Good Communication skills, data-oriented, and startup-minded personality.

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.