| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Further Ventures | Abu Dhabi, United Arab Emirates | $43k - $86k | |||
Infinite Reality | San Francisco, CA, United States | $45k - $75k | |||
Aragon Association | Remote | $90k - $90k | |||
Toki | Miami, FL, United States | $54k - $115k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Susquehanna International Group, LLP (SIG) | United States | $72k - $100k | |||
Syro | New York, NY, United States | $150k - $250k | |||
Succinct | San Francisco, CA, United States | $62k - $77k | |||
Succinct | San Francisco, CA, United States | $84k - $110k | |||
Enya | Palo Alto, CA, United States | $37k - $75k | |||
OKX | San Jose, CA, United States | $52k - $80k | |||
Ethereum Foundation | Remote |
| |||
Hang | San Francisco, CA, United States | $140k - $220k | |||
Golden | Remote | $39k - $75k | |||
Spaceport Technologies | Boston, MA, United States | $72k - $100k | |||
Aresfi | United States | $36k - $65k |
This job is closed
We are Further Ventures - the global venture network providing real backing for regional companies with global ambitions
Our aim is to become the leading Venture Studio Platform globally. We partner with entrepreneurs, offering capital and resources - such as product, tech, design, marketing, and legal - to build game-changing ventures. In addition, we operate as a Venture Capital fund.
We are a team of mentors and partners on a growth mission: real capital, real connections, and real people. Our network is our greatest strength, helping companies start and scale up faster than the competition. With us, there are no frills or red tape - just building great companies with people we like to work with.
To date, we have already launched several ventures, including a salary advance/lending solution, a B2B food marketplace, a quick commerce delivery app, a neobank, and a crypto venture.
About your role and responsibilities
Are you authentic, bold, and grounded like us? Do you think like an entrepreneur, are respectfully honest, and like working in a team? Come and build the next unicorn with us!
Job Responsibilities:
- Research new crypto assets and integrate them into the planned custody system
- Maintain our custody system and its integrations with various blockchains as each blockchain evolves
- Develop novel security solutions to safeguard our clients assets
- Delve into novel emerging technologies such as Multi-Party Computation (MPC5 and MPC6)
- Actively participate in the development of custody related systems, the scaling and growth of the team, and the ultimate direction of crypto custody
- Work cross functionally with the crypto asset team on new assets
- Remain security, detail, and quality focused above all other concerns
- Focus on developing end to end test frameworks that use little to no mocks
- Able to reason about and build threat models when developing software
About you
- Experience auditing (internally/externally) DeFi systems, from both technical and economical points of view
- Hands-on experience with formal verification tools
- Ability to write high-quality security reports, private and public
- Interest on Ethereum research and edge advancement on the ecosystem
- Solid understanding and proficiency of Javascript/Typescript and/or Python
- Good cryptography primitives knowledge
- Participation on core Ethereum development, including but not limited to contribution to EIPs
- Production experience developing a DeFi protocol. - Knowledge of Ethereum nodes implementation like Geth
- Solid understanding/experience with non-EVM blockchains or paradigms (e.g. Polkadot, Solana)
What you can expect
- People first company culture: We hire people we trust and give team members autonomy to do their best work.
- Professional growth: We have a highly dynamic and energetic environment with a lot of growth opportunities. We support professional development with training, coaching, and regular feedback.
- Comprehensive benefits: We offer competitive pay along with extensive health insurance (including dental & vision) for onsite team members. We also provide Apple products for your daily work.
- Remote / Onsite, Abu Dhabi Office
Note: Please include a link to your work/projects in your CV.
Start Date: ASAP
Although the role is remote-friendly, it is preferred that you are located or working within the GMT+ 4 zone for coordination.
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.