EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
OKX | Singapore, Singapore | $90k - $168k | |||
OKX | Singapore, Singapore | $54k - $93k | |||
Smith Arnold Partners | Stamford, CT, United States | $120k - $140k | |||
Trust Machines | New York, NY, United States | $74k - $84k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Uniswap Labs | New York, NY, United States | $180k - $210k | |||
Ava Labs | New York, NY, United States | $190k - $238k | |||
Kava Labs | Remote | $154k - $180k | |||
Gnosis | Remote |
| |||
Scroll.io | Remote | $72k - $112k | |||
FEDML | New York, NY, United States | $72k - $112k | |||
Nethermind | Warsaw, Poland | $71k - $100k | |||
Gnosis | Remote |
| |||
Gnosis | Remote |
| |||
Oasis Protocol Foundation | Madrid, Spain | $91k - $104k | |||
Stellar Staffing Solution | New York, NY, United States | $90k - $112k |
This job is closed
Who We Are
At OKX, we believe our future is reshaped with technology. As one of the world's leading cryptocurrency spot and derivatives exchanges, OKX uses innovative blockchain technology to redefine the financial ecosystem. With millions of global users and an array of diverse and sophisticated products, solutions, and trading tools, we strive to empower everyone to explore the world of crypto.
At OKX's Web3 product team, we enable users to connect to the DeFi world through a multi-chain EVM compatible, self-custodial wallet experience right from our OKX superapp. OKX's Web 3 platform is a secure interface for managing digital assets within the Web3 multi-chain wallet, provides real-time liquidity by aggregating across DEXs, and is committed to building high-quality smart contracts and high-yield products. Our Web 3 platform is also a major decentralized marketplace, providing aggregated liquidity, including NFTs. Join OKX's Web3 team and embrace the future of Web3 DeFi, leveraging the latest and most cutting-edge technology with us!
- Responsible for optimizing the underlying logic design of perpetual contracts, spot, leverage, and other financial derivatives.
- Responsible for the core financial logic, trading processes, account systems, clearing rules, risk control rules, refining trading strategies, and enhancing user trading experience for perpetual contracts. Work closely with the team on these aspects.
- Establish and maintain the roadmap for the core product system. Coordinate and implement risk control requirements, core data requirements, liquidity strategy requirements, and output systematic solutions. Work with the development team to implement these solutions.
- Independently handle cross-departmental and complex product logic requirements analysis, continuously optimize and improve the products.
- Cooperate with developers to complete product development, testing, acceptance, release, and other related work for product launch.
- Follow up on user feedback, data analysis, competitor analysis, industry trends, etc., for iterative optimization of the product.
- Bachelor's degree or above in finance, statistics, mathematics, or related fields.
- Minimum of 3 years of risk control work experience. Prior experience independently leading the design of perpetual contracts, futures, swaps, and other financial derivatives from scratch is preferred.
- Basic understanding of blockchain (smart contracts), consensus mechanisms, layer-two networks, ZK implementation solutions, and their basic concepts.
- Familiar with risk control modeling methods, model evaluation, and application. Skilled in communication, coordination, strong logical thinking, and a high sense of responsibility.
- Prior experience with international work is preferred.
- Proficiency in tech tools like Visio, Xmind, SQL, etc.
- Experience in smart contract development like Solidity
- Experience as a ZK Dex user
- Competitive total compensation.
- Comprehensive insurance coverage for employees and their dependents.
- More benefits to be revealed throughout the process!
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.