EVM Jobs

1,208 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

SafeGlobal

New York, NY, United States

$89k - $112k

xLabs

Buenos Aires, Argentina

$90k - $100k

Oasis Protocol Foundation

Ljubljana, Slovenia

$98k - $110k

Oasis Protocol Foundation

Ljubljana, Slovenia

$72k - $100k

fam.

China

$58k - $65k

R3

London, United Kingdom

$105k - $117k

R3

London, United Kingdom

$105k - $117k

eBay Deutschland

United States

$72k - $100k

Astria

Remote

$54k - $90k

Matter Labs

Dublin, Ireland

$90k - $100k

Matter Labs

Dublin, Ireland

$90k - $100k

Ellipsis Labs

New York, NY, United States

$74k - $110k

DApp360 Workforce

United States

$72k - $150k

Astranis

San Francisco, CA, United States

$98k - $180k

SafeGlobal

New York, NY, United States

$33k - $75k

SafeGlobal
$89k - $112k estimated
Berlin Berlin Germany
Apply

About Safe and the team

Safe is the account abstraction leader on Ethereum and the EVM with the most secure smart wallet infrastructure and platform. Our mission is to accelerate the transition to smart accounts. For more information about Safe, check out our website.

You’ll be joining a growing team that currently includes 50+ people overall. This role is based in Berlin 🇩🇪, Lisbon🇵🇹 or Zug🇨🇭. Most of our team is based in Berlin, Germany, but we also have awesome teammates in Switzerland 🇨🇭, Spain 🇪🇸, Portugal 🇵🇹, UK 🇬🇧, and other countries.

💻 About the role:

As a DAO Coordinator, you will be responsible for having a significant impact on the governance of SafeDAO and contribute to innovative governance models.

This role will engage actively with the Safe community and ecosystem, leading initiatives and become point of contact for various stakeholders.

You will conduct research on best practices from DAOs staying on top of cutting edge developments of decentralized governance.

🗃️ What you will be doing: 

  • Running and overseeing DAO programs and initiatives 

  • Implementing and maintaining governance processes

  • Sourcing feedback on governance improvements

  • Coordinate engagement and incentive programs

  • Enhancing existing and developing new processes, such as code of conducts, delegate guidelines etc.

  • Research on governance

  • Periodic publications, e.g. financial reports, voting power, maintenance of governance docs

  • Maintenance of DAO tooling (community engagement platform, communication, voting platform etc.)

🎒 What you will bring: 

  • Understanding of Web3/Blockchain and DAOs

  • Project management and proven ability to manage and coordinate projects

  • Experience staying on top of large amount of conversation threads with different external stakeholders

  • Experience managing communities

  • At least 1 year experience in a Web3 role (product, growth, community, marketing)

  • Strong communication skills: Excellent verbal and written communication skills, crucial for interacting with community members and stakeholders efficiently

➕Nice To Have:

  • Direct experience working in a DAO: working group member, delegate or core team

  • Experience working with organizational frameworks or legal contracts

  • Demonstrated experience in leading and managing communities, associations, or similar organizations

  • Understanding of financial management and reporting

🎁 What we can offer you:

  • 🚀 Tech Marvels for Your Workspace: Hardware and home working budget

  • 📚 Ignite Your Genius: Personal Education and Conference Budgets

  • 🌟 Friday Adventures: Unleash Your Creativity and Explore our Ecosystem!

  • ⌛ Time Freedom: Flexible Schedules and Hybrid Work Nirvana!

Please apply with your English resume.

Variety is the spice of life and a celebrated component of our culture. At Safe, we strive to create an inclusive environment that empowers our employees. We believe that our products and services benefit from our diverse backgrounds and experiences and are proud to be an equal opportunity employer: all qualified applicants are considered for positions regardless of race, ethnic origin, age, religion or belief, marital status, gender identification, sexual orientation, or physical ability.

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.