| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Arbitrary Execution, Inc. | United States | $72k - $100k | |||
Hex Trust | Dubai, United Arab Emirates | $72k - $22k | |||
Chaos Labs | New York, NY, United States |
| |||
Bitget | Hong Kong, Hong Kong | $72k - $91k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Evmos | San Francisco, CA, United States | $67k - $72k | |||
SeaClub | United States | $75k - $120k | |||
Coinmarketcap | Remote | $72k - $110k | |||
Chaos Labs | New York, NY, United States | $31k - $100k | |||
Chaos Labs | New York, NY, United States | $72k - $80k | |||
Kava Labs | Los Angeles, CA, United States | $130k - $160k | |||
Celsius | United States | $54k - $60k | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $63k - $90k | |||
Halborn | United States |
| |||
RabbitHole | New York, NY, United States | $63k - $75k | |||
Evmos | New York, NY, United States | $54k - $90k |
This job is closed
Working with Arbitrary Execution
Arbitrary Execution is committed to securing the decentralized ecosystem. We are a team of experienced security research engineers that enjoys tackling complex problems in innovative ways. We work on smart contract auditing, security research, software development, consulting, and customized training. At Arbitrary Execution, you’ll be making a difference in the fast-growing crypto world, doing meaningful work to enable the success of our diverse set of customers. As a Web3 Security Researcher, you’ll work in a unique position at the intersection of security, software development, and blockchain technology.
You’re a smart, detail-oriented person that knows how to get things done. You’re a professional security practitioner who likes to figure out how things work and embraces the hacker’s mindset for bending and breaking the rules of a system. Whether it’s deconstructing or building software, you enjoy working with others on challenging problems and you also have:
- A bachelor’s degree in computer science, data science, cyber security, computer engineering, or other technical degree or equivalent work experience
- 4+ years of experience in a security research role
- Knowledge of how EVM-based blockchains and smart contracts work
- Basic knowledge of software vulnerabilities and mitigations
- Experience with reverse engineering tools and techniques
- Proficiency with low-level languages such as C or assembly
- Proficiency with Python or JavaScript
- Experience reading and writing Solidity code
- A strong desire to learn and grow
Arbitrary Execution recognizes that a company is nothing without happy employees. We cultivate an encouraging and innovative workplace and give employees flexibility to work on their terms. Arbitrary Execution offers industry-leading benefits, including:
- Employer-funded health, dental, vision, and life insurance
- 401(k) employer contribution (no need to deposit matching funds)
- Monthly wellness allowance
- Flexible leave policy
- Flexible hours and opportunities to work from home
- An equity ownership share in our company
This is a US-based, 100% remote position.
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.