| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Vertivert Inc | San Francisco, CA, United States | $72k - $100k | |||
Sarvatech Labs Pvt Ltd | Bengaluru, India | $71k - $150k | |||
Monad | New York, NY, United States | $125k - $150k | |||
Gnosis | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
DApp360 Workforce | United States | $67k - $70k | |||
DApp360 Workforce | United States | $63k - $65k | |||
Venom Technologies | Remote | $80k - $180k | |||
Cake Pte Ltd | Kuala Lumpur, Malaysia | $63k - $75k | |||
Celestia Labs | Remote | $72k - $75k | |||
Parity Technologies | New York, NY, United States | $105k - $111k | |||
Numeus | Ny, NY, United States | $125k - $200k | |||
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 |
The role
We are seeking a technical and product oriented analyst or associate. We would like a mix of technical and product analysis and outbound deal sourcing and people skills. The main focus will be on sourcing, understanding, analyzing, debating and post-investment support for startups. We are looking for someone able to reason about Zk-EVM, Zk snarks, rollups, cross-chain bridging, DEX, AMM, DeFi, multi-party computation (MPC) and other cryptographic primitives in the context of blockchain. Experience with middleware and developer tooling a plus, especially web3 stack programming models including Solidity, Hardhat, rust, solidity. Entrepreneurial experience is a plus. You will enjoy networking and meeting people at industry events as well as studying white papers, APIs, code repositories, open source contributions including Github profiles and you will be comfortable interviewing and analyzing technical and product founders. You will take an interest in improving our business processes and data systems and all tools that support our fund and decision making process.
You have a university degree that demonstrates strong technical capabilities. You will have some entrepreneurial experience, ideally in a technical product management role or one involving technical product development. You can code and have experience shipping products.
You are a growth and improvement oriented person, constantly reading, studying and learning.
Responsibilities
- Understanding and evaluating new techniques and technologies in blockchain
- Evaluating early-stage ventures, their products and potential for unicorn scale growth
- Quantitative/qualitative market research and analysis of different industry sectors, including market sizes, competitive factors, market dynamics and technologies
- Preparing information memos that helps guide our investment decisions
- Connecting and discussing with early-stage founders
- Developing a strong and contrarian point-of-view
Requirements
- Eligible to work in the US and willing to relocate to SF
- +2 years of relevant professional experience in software development or as a technical product manager at respected projects
- A track-record of shipping products
- Proof of work of an expressed passion for the crypto industry
- Past promotions indicating excellent on the job performance
- Experience with network theory, blockchain technology, computer science, game theory, distributed systems, privacy and consensus algorithms
- Experience with distilling complex information from a variety of sources
- A track-record that shows strategic skills, initiative & ownership
- Ability to connect with people and to communicate clearly
- Experience with driving complex multi-stakeholder processes forward
- Ability think from first principles
Nice-to-haves
- Experience building high growth startups
- A degree or past experience in a technical area (i.e. mathematics, engineering or computer science)
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.