Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Chaos Labs | New York, NY, United States | $87k - $115k | |||
Enso | Zurich, Switzerland | $65k - $100k | |||
Axiom | New York, NY, United States | $87k - $100k | |||
Kiln | Paris, France | $105k - $150k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Safe | New York, NY, United States | $90k - $90k | |||
IOTA Foundation | Remote | $105k - $120k | |||
Oasis Network | New York, NY, United States | $91k - $104k | |||
Calyptus | United States | $36k - $54k | |||
Parity Technologies | London, United Kingdom | $45k - $92k | |||
Trust Machines | New York, NY, United States | $75k - $150k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
thirdweb | San Francisco, CA, United States | $140k - $220k | |||
Accroid Inc | New York, NY, United States | $72k - $100k | |||
Oasis Protocol Foundation | London, United Kingdom | $87k - $112k | |||
Enoda Ltd | Edinburgh, United Kingdom | $57k - $100k |
Chaos Labs is the first automated, on-chain economic security system enabling crypto protocols to optimize risk management and capital efficiency while protecting user funds. We use world-class custom EVM simulations to understand protocol mechanics and scenario implications.
Leading protocols use our platform and tools, helping them manage and secure billions of dollars in assets, including Aave, GMX, Benqi, Uniswap, and more.
Requirements:
- Develop and execute a comprehensive product strategy aligned with the company's vision and goals.
- Collaborate with cross-functional teams to define product features and enhancements.
- Create and manage the product roadmap, ensuring alignment with business objectives.
- Prioritize features based on market trends, user feedback, and business priorities.
- Lead user research and gather insights to drive user-centric design and development.
- Work closely with design and development teams to deliver a seamless user experience and high-quality product delivery..
- Oversee the entire product development lifecycle, from concept to launch.
- Conduct market analysis and stay informed about industry trends and competitor products.
- Use market insights to identify new opportunities and enhance existing features.
- Proven experience as a Senior Product Manager in the blockchain industry.
- Strong understanding of blockchain technology and decentralized finance (DeFi) - Must.
- Experience with product management in complex technical environments.
- Exceptional analytical and problem-solving skills.
- Excellent communication and collaboration abilities.
- Bachelor's degree in Business, Computer Science, or a related field.
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.