EVM Jobs

1,210 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Moonsong Labs

Madrid, Spain

$45k - $72k

Kronos Research

Hong Kong, Hong Kong

$27k - $90k

Stealth Startup

Remote

$150k - $250k

Bitbrand

United States

$90k - $100k

Evmos

New York, NY, United States

$90k - $100k

Trust Machines

New York, NY, United States

$160k - $215k

OpenZeppelin

Remote

$72k - $150k

Trust Wallet

Remote

$74k - $75k

Overmind

United States

$86k - $115k

Consensys

Remote

$80k - $200k

Aave Companies

London, United Kingdom

$72k - $100k

Coinmarketcap

Remote

$84k - $180k

Storm2

United States

$200k - $300k

Austin Werner

New York, NY, United States

$200k - $300k

Head of Product Glacis

Moonsong Labs
$45k - $72k estimated
Madrid
Join Talent Pool

This job is closed

Head of Product (Glacis)

Madrid /
Glacis Protocol Team /
/ Remote

Apply for this job
🌙 About Moonsong Labs🔮
Moonsong Labs is a cutting-edge Web3 incubator focused on driving projects and ideas in the next wave of developer and end user adoption.. We're assembling a dream team of brilliant minds who are as excited as we are about building the future of the internet. Together, we'll disrupt traditional industries, empower individuals, and create a more equitable and transparent digital landscape. Examples of Moonsong Labs projects include  Moonbeam (EVM compatible L1 optimized for cross chain use cases),  Tanssi (AppChain Infrastructure), and Glacis (Cross Chain Router / Firewall). 

🔥 The Glacis Team (A Router & Firewall for Cross Chain Messages)
The new initiative, named Glacis, is a complementary decentralized protocol which offers routing and firewalling services for cross chain messages sent via Axelar, Wormhole, LayerZero, XCM, and other general message passing systems.  The idea is for devs to be able to use a single sdk to implement cross chain messaging scenarios, including the ability to specify granular routing and security logic in a messaging transport agnostic way.   The protocol will start as a smart contract implementation targeting EVM compatible chains.

💡 Your Role: The Product and Strategy Lead will be a core member of the founding team of Glacis and will be the main outward face for the project from a product perspective.  They will be responsible for driving product strategy, as well as understanding the market and competitive landscape including Axelar, Wormhole, LayerZero, and other cross chain messaging protocols.   They will also be responsible for thought leadership, including presenting at conferences, writing content and blogs, raising awareness for the project through interviews and PR, and supporting ecosystem growth efforts as a subject matter expert.

The ideal candidate has at least 5 years experience in a product, strategy, or technical role.   Web3 experience including knowledge of Ethereum, Axelar, Wormhole, Layerzero, and infrastructure products for a developer audience is highly desirable, but not required.  An engineering or technical background, but a current preference to be outward facing is ideal.  All of this should support having credible conversations about Glacis with protocol founders who are considering different cross chain approaches for their project.  

Moonsong Labs specializes in web3 protocol engineering and incubation services.  As part of the Glacis project initiative, we expect you to bring your ideas, experience, and knowledge to help the Glacis protocol develop and grow.  Reach out to us if you are interested in helping to drive a multichain future, where applications span multiple chains increasing addressable markets while at the same time unifying and simplifying user experiences.

🚀 What You'll Do: Define and drive product strategy, work closely with other founders and stakeholders to implement and execute strategies.Be the outward face of the project from a product perspective.  This includes presenting at conferences, interviews, and engaging in PR activities.Research the competitive landscape. Stay current with the cross chain messaging infrastructure market including projects like Axelar, Wormhole, and LayerZero.  Clarify and push competitive differentiation relative to other offerings.Be a strong voice of the customer back into the protocol engineering team.Work with other founders on strategic project decisions, partnerships, go to market strategies, and other key cross cutting initiatives.Establish relationships with key ecosystem and industry stakeholders to be able to drive awareness and ecosystem growth.Attend conferences and other events to network, identify new opportunities, and raise awareness for Moonbeam and its ecosystem.Write blogs and other thought leadership pieces to establish Glacis as the leader in the cross chain infrastructure space.Support ecosystem development efforts by bringing a product and technical lens to the conversation.Communicate regularly and clearly, verbally and in written form, with other team members and also with other partners, vendors, and community members.Participate in public governance discussions if required for initiatives and partnerships.Quarterly and annual goal setting and tracking activity against commitments.

🌟 What You'll Bring: Previous Web3 experience5 years experience in a product, strategy, or technology leadership role is strongly preferred.Track record of thought leadership in a related domain, presenting at conferences.Experience on a team that developed a blockchain or cross chain protocol is highly desirable.  Hands-on experience in a protocol development or engineering role is also a plus.Knowledge of Ethereum /  EVM, Cosmos, Polkadot, Solidity is a plus.Good writing skills with an ability to explain complex concepts in a clear and accessible way.  An ability to point to published blogs or content that demonstrates this.Attention to detail while working well under pressure.Undergraduate degree required.

✨ Perks and Benefits: 100% RemoteCompetitive salaryFlexible vacation policyHealth and Dental plansDirect line of access to Managing Partners and senior leadership A flat organizational structure,and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancementContinuous learning

🌐 Ready to Shape the Future? Join Us Today! 🌐

Equal Opportunity is the law, and at Moonsong Labs, we are ardently committed to equal employment opportunity regardless of race, color, ancestry, religion, sex, national origin, sexual orientation, age, citizenship, marital status, disability, gender identity, or Veteran status. If you have a specific need that requires accommodation, please let us know.

Apply for this job

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.