| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Rain | New York, NY, United States | $140k - $240k | |||
1010 trading | Remote |
| |||
Asymmetric Research | Remote | $84k - $110k | |||
asymmetric.re | Remote | $91k - $116k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
CoW DAO | Remote |
| |||
Avalabs | Remote | $253k - $269k | |||
CoW DAO | Remote |
| |||
Byzantine Finance | Remote |
| |||
Zenith | Remote |
| |||
Phi Labs | Lisboa, Portugal | $105k - $120k | |||
ANT-TECH ASIA | New York, NY, United States | $60k - $150k | |||
Sherlock | Remote | $100k - $250k | |||
Elysa | Remote | $110k - $150k | |||
pod network | Remote | $74k - $100k | |||
Agora | Remote |
|
About The Company
Rain makes the next generation of payments possible across the globe. We’re a lean and mighty team of passionate builders and veteran founders. Our infrastructure makes stablecoins usable in the real-world by powering card transactions, cross-border payments, B2B purchases, remittances, and more. We partner with fintechs, neobanks, and institutions to help them launch solutions that are global, inclusive, and efficient. You will have the opportunity to deliver massive impact at a hypergrowth company that is funded by some of the top investors in fintech, crypto, and SaaS, including Sapphire Ventures, Norwest, Galaxy Ventures, Lightspeed, Khosla, and several more. If you’re curious, bold, and excited to help shape a borderless financial future, we’d love to talk.
Our Ethos
We believe in an open and flat structure. You will be able to grow into the role that most aligns with your goals. Our team members at all levels have the freedom to explore ideas and impact the roadmap and vision of our company.
About The Role
You'll design, build, and maintain EVM smart contracts and the backend services that integrate with them, while contributing to shared infrastructure across EVM, Solana, and Stellar. Our platform powers crypto-backed card products — processing high transaction volumes, continuously ingesting on-chain data, and navigating the unique complexity of each chain, with scalability and reliability engineered in from day one.
What You'll Do
- Own and evolve EVM smart contracts end-to-end — from development through deployment and maintenance
- Build robust, scalable backend services that interact with EVM, Solana, and Stellar networks
- Scale our on-chain infrastructure to support millions of users globally — powering transactions, data ingestion, and real-time processing
- Play a central role in shaping the technical and product roadmap
- Drive architectural decisions in a fast-moving, rapidly evolving product
- Ship new capabilities quickly and iteratively to our customers
- Deep expertise in the EVM ecosystem, including smart contract development, tooling, and best practices
- Strong proficiency in Solidity
- Experience with development frameworks such as Hardhat or Foundry
- Solid understanding of smart contract security patterns, common vulnerability classes, and gas optimization
- Experience with Node.js and backend systems
- 2–10+ years of engineering experience; compensation will be calibrated accordingly
- Fintech experience — neobank or card issuing background gets extra brownie points
- Experience deploying across multiple EVM-compatible chains (Ethereum, Arbitrum, Base, Polygon, etc.)
- Familiarity with upgradeable contract patterns and proxy architectures
- Unlimited time off 🌴 Unlimited vacation can be daunting, so we require Rainmakers to take at least 10 days off.
- Flexible working ☕ We support a flexible workplace. If you feel comfortable at home, please work from home. If you’d like to work with others in an office, feel free to come in. We want everyone to be able to work in the environment in which they are their most confident and productive selves. New Rainmakers will receive a stipend to create a comfortable home environment.
- Easy to access benefits 🧠For US Rainmakers, we offer comprehensive health, dental and vision plans for you and your dependents, as well as a 100% company subsidized life insurance plan.
- Retirement goals💡Plan for the future with confidence. We offer a 401(k) with a 4% company match.
- Equity plan 📦 We offer every Rainmaker an equity option plan so we can all benefit from our success.
- Rain Cards 🌧️ We want Rainmakers to be knowledgeable about our core products and services. To support this mission, we issue a card for our team to use for testing.
- Health and Wellness 📚 High performance begins from within. Rainmakers are welcome to use their card for eligible health and wellness spending like gym memberships/fitness classes, massages, acupuncture - whatever recharges you!
- Team summits ✨ Summits play an important role at Rain! Time spent together helps us get to know each other, strengthen our relationships, and build a common destiny. Expect team and company off-sites both domestically and internationally.
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.