| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Ava Labs | New York, NY, United States | $99k - $140k | |||
Nansen.ai | Singapore, Singapore | $22k - $31k | |||
Swell Network | Sydney, Australia | $72k - $84k | |||
OpenZeppelin | Phoenix, AZ, United States | $72k - $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 | |||
Consensys | Remote | $187k - $235k | |||
Consensys | Remote | $45k - $72k | |||
Parity Technologies | New York, NY, United States | $54k - $90k | |||
Calliere Group | United States | $67k - $100k | |||
Astria | Remote | $67k - $70k | |||
Enso | Zurich, Switzerland | $54k - $100k | |||
Enso | Zurich, Switzerland | $67k - $100k | |||
Enso | Zurich, Switzerland | $105k - $180k | |||
Blocknative | Remote | $63k - $117k | |||
Enya | Remote | $72k - $75k | |||
Enya | Palo Alto, CA, United States | $72k - $75k |
Embedded within the Treasury department and working with the Portfolio Manager, this person will be a blend of investment management and technical acumen. As a vital contributor to the department this role will have exposure to valuations, risk management, strategies, and the measurement of performance.
WHAT YOU WILL DO
- Develop and maintain the python backend infrastructure.
- Read and interact directly with DeFi protocols.
- Automate asset management processes (e.g. risk monitoring, execution, etc.)
- Quantitatively analyze the performance of current strategies and assess market conditions
- Interpret financial analysis results and prepares summary reports of findings
WHAT YOU WILL BRING
- Bachelor’s degree in mathematics, engineering, statistics, or related field, masters degree preferred
- 1-2 years of experience working in asset management, with a focus on quant strategies and/or risk management
- 1+ years of working in a start-up environment
- Advanced knowledge of mathematics and statistics.
- Proficient in python, SQL, EVM blockchains, and connecting to APIs.
- Excellent analytical and problem-solving skills
- Strong verbal and written communication skills
- Must possess a high level of integrity and demonstrate a strong ethical character in all professional and personal interactions
- Self-starter with a strong entrepreneurial spirit, and a willingness to take initiative to identify areas for process improvement and drive results.
- Willingness to take a hands-on approach and get involved in all aspects of the job
- Passion for crypto/web3 and eagerness to consume latest market news and developments
Base Salary Range: $99,600 to $140,000
(**This is not a guarantee of compensation or salary, a final offer amount may vary based on factors including but not limited to experience and geographic location.)
#LI-Remote #LI-TW1
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.