| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Trust Machines | New York, NY, United States | $150k - $215k | |||
NAHC Limited | Hong Kong, Hong Kong | $39k - $80k | |||
Moonsong Labs | Madrid, Spain | $81k - $180k | |||
Xion Global | Remote | $70k - $95k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Chainalysis | New York, NY, United States | $58k - $65k | |||
Cookbook | San Francisco, CA, United States | $45k - $75k | |||
OKX | Singapore, Singapore | $90k - $150k | |||
ChainSafe Systems | New York, NY, United States | $72k - $75k | |||
Rome Protocol | Los Angeles, CA, United States | $67k - $107k | |||
Gnosis | Remote |
| |||
Gnosis | Remote |
| |||
Consensys | Remote | $72k - $100k | |||
Evmos | New York, NY, United States | $90k - $100k | |||
Gnosis | Remote |
| |||
Kiln | Paris, France | $72k - $150k |
This job is closed
About the Opportunity
Trust Machines is incubating a DeFi Lending app, and we’re looking for a Lead Engineer to join our remote-first team as the first dedicated Lending engineer. The Lending app is building the bleeding edge of Bitcoin DeFi, using novel smart contracting functionality on Bitcoin to deliver a 10x improvement on existing DeFi lending. This role will be critical in determining vision and direction, advising on and implementing technical design, and working with the team to develop a robust and long-term product. The ideal candidate has start-up experience, is passionate about building amazing consumer apps, and is hungry to build the next big Web3 app.
Here’s what you’ll do:
- Collaborate with our core engineering team to architect a secure, decentralized, and highly-functional web3 lending app
- Transition codebase from external engineering team, bringing development in-house and setting up operational processes for our new internal team
- Partner with GM to build a team of dedicated engineers for Lending, while also collaborating with the broader Trust Machines engineering team
- Help define the vision and direction for Lending and DeFi at Trust Machines
- Own Lending product development, from ideation and design through deployment and operation
- Design, develop, and deploy smart contracts and decentralized applications on various blockchain platforms, writing clean, efficient, and maintainable code
- Collaborate cross-functionally with various TM teams including core engineering, product design, UX, and business development
What we're looking for:
- A passion for Bitcoin, DeFi, and crypto
- Self-motivation and self-management
- Strong problem-solving and analytical skills, with a focus on discovering solutions instead of identifying roadblocks
- Hands-on experience with smart contract blockchains platforms like Ethereum (EVM), Cosmos, Solana, Stacks, or WebAssembly virtual machines
- Fluency in Solidity or another smart contract language
- Proven experience as a Blockchain Developer or similar role, with a strong understanding of blockchain concepts, consensus algorithms, and cryptographic principles
- Familiarity with smart contract development tools and frameworks (e.g., Truffle, Remix, Web3.js)
- 5+ years of work experience in software development, ideally including work in a consumer-facing fintech startup or defi protocol
Nice to haves:
- Fluency in Rust
- Experience in the end-to-end full-stack development and/or launch of a Web3 DeFi protocol
- Experience at a startup as an early engineer, even better if you’ve tried to launch your own
- Bachelor's or Master's degree in Computer Science, Software Engineering, or a related field
- Familiarity with scripting languages for handling and analyzing large datasets (ex: Python using using libraries like Pandas and NumPy)
What we’ll offer:
- Remote-first work environment (with home office subsidy)
- Competitive NYC based Salary (regardless of location, benchmarked annually)
- $150,000 - $215,000
- Equity in Trust Machines
- Participation in future protocol incentives
- Open Vacation Policy, take the days you need
- Health Benefits
- Up to 16 weeks of paid parental leave
- Your choice of technical setup and equipment
- Awesome coworkers and a fun, collaborative environment
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.