Layer 2 Jobs

1,039 jobs found

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

Receive emails of Layer 2 Jobs
Job Position Company Posted Location Salary Tags

Hiro Systems PBC

New York, NY, United States

$160k - $200k

Obol Labs Inc.

New York, NY, United States

$63k - $70k

Windranger Labs

Singapore, Singapore

$110k - $124k

Obol

Lisbon, Portugal

Obol

New York, NY, United States

Windranger Labs

Singapore, Singapore

$84k - $100k

Ripple

Bangalore, India

$91k - $100k

Base

Remote

$175k - $206k

Gnosis

Remote

OKX

Madrid, Spain

$72k - $110k

Obol

Lisbon, Portugal

3FA

San Francisco, CA, United States

$63k - $85k

Google

Dubai, United Arab Emirates

$81k - $120k

Google

London, United Kingdom

$81k - $120k

OKX

Dubai, United Arab Emirates

$72k - $110k

Blockchain Engineer

Hiro Systems PBC
$160k - $200k

This job is closed

At Hiro, we build developer tools that bring Web3 to Bitcoin. Our suite of tools unlocks the full potential of Bitcoin through smart contracts, digital assets, and decentralized applications. With Hiro tools, developers can test and deploy smart contracts, spin up nodes and other server-side resources for scaling, and more. Building on Bitcoin is hard. Hiro's developer tools make it easier. We’re very proud to say that Hiro won 3 Built In’s Best Places to Work awards, including Best Places to Work NYC, Best Places to Work Small Companies, and Best Paying Companies NYC!
Hiro is funded and backed by more than $75 million from Union Square Ventures, Y Combinator, Lux Capital, Winklevoss Capital, Naval Ravikant, and others.
About the Opportunity
Hiro is looking for a passionate and collaborative Blockchain Engineer to help with the build and evolution of Subnets - our Layer-2 solution for Stacks Blockchain that enables high throughput and low latency. You'll collaborate with a team and work independently to architect and deliver feature upgrades and improvements. In this role, you will build critical features for our developer community. You must be comfortable working in diverse development ecosystems and have worked independently in a rapidly scaling startup.OSS experience is preferred as we are an open source project.

What You’ll Do:

    • Contribute to the development, maintenance, and testing of the Subnets and Stacks blockchain.
    • Subnets is under active development and our initial version is active on Testnet. As part of your role, you will be tasked with designing new features, improving the performance and reliability, and helping ensure that the Subnets can serve as a reliable, secure, and performant foundation for the entire Stacks ecosystem.
    • Utilize advanced cryptographic algorithms and concepts to evolve the next iteration of Subnets
    • Implement rigorous and thorough monitoring and testing practices to meet the security and performance requirements
    • Design and implement blockchain supporting tools and utilities(e.g., CLI client, tools for exploring the blockchain, monitoring, benchmarking or debugging tools)
    • Collaborate with other teams on new product features that have a dependency on the Stacks blockchain(e.g. developer tooling, UX tooling, 3rd party integrations etc)

What We’re Looking For:

    • Master’s degree in Computer Science, a related technical field, or equivalent practical experience.
    • 5-10 years of experience in software engineering with experience in building and shipping products.
    • 3-5 years of hands on experience in a production environment with one or more of: public blockchains; consensus protocols; large-scale distributed systems; high availability, and real-time systems; applied cryptography; compilers; any other equivalent / adjacent technology
    • Experience in research
    • Experience working on and designing tests for long-running projects
    • Experience in Rust
    • Experience with Cryptography
    • Prior experience with Blockchain is necessary

We’d Also Like to See:

    • Experience testing distributed systems for behaviors in the presence of faults, network partitions, and network delays
    • Working knowledge of the limitations and complexities involved in peer-to-peer systems
    • Working knowledge of programming language interpreters, compilers, and static analysis
    • Experience building highly secure software and shipping new products
We’d love to hear from you even if you don’t have experience or interest in every bullet. There’s no perfect candidate and we want to find the right fit, even if it’s different than we imagine. We especially would like to meet underrepresented/underestimated candidates.

What we’ll offer:

    • Salary Range (regardless of location, benchmarked annually) $160,000 - $200,000.
    • Company equity and Stacks (STX) tokens--STX is the native cryptocurrency of the Stacks network
    • $500/mo co-working space reimbursement
    • $1,200/yr budget for learning and development stipend
    • $1000/yr of charity donation matching to an organization of your choosing
    • Daily Lunch Reimbursement(even if you’re remote!)
    • Open Vacation Policy, take the days you need
    • Family-Friendly Health Benefits
    • Free Life and Disability Insurance
    • Health and dependent care(FSA)
    • Up to 16 weeks of paid parental leave
    • Pre-tax commuter benefits
    • 401k with 3% match

What is the meaning of Layer 2?

Layer 2 in the context of cryptocurrency and blockchain technology refers to a secondary framework or protocol that is built on top of an existing blockchain system (the main chain or Layer 1)

The primary purpose of Layer 2 solutions is to solve the scalability and speed issues that many blockchains face, especially those that have become popular and heavily used, like Ethereum

Here are the key aspects of Layer 2 solutions:

  1. Scalability Enhancement: They help in scaling the main blockchain by handling transactions off the main chain. This reduces the burden on the main chain, allowing for faster and cheaper transactions.
  2. Types of Layer 2 Solutions: There are various forms of Layer 2 solutions, including state channels, sidechains, plasma chains, and rollups. Each has its own mechanism for interacting with the main chain and handling transactions.
  3. State Channels: These involve two parties engaging in numerous transactions outside of the main chain, which are then consolidated into a single transaction. This is especially useful for situations where multiple transactions occur between the same parties.
  4. Sidechains: These are separate blockchains that are connected to the main chain via a two-way peg. They operate independently and can have their own consensus mechanisms but are secured by the main chain.
  5. Plasma Chains: Plasma chains are similar to sidechains but with a more hierarchical structure. They report back to the main chain regularly and are optimized for mass transaction handling.
  6. Rollups: Rollups process and store transaction data on a sidechain but post transaction data to the main chain. They come in two varieties: optimistic rollups and zk-rollups, each with its own method of transaction verification.
  7. Security Considerations: While Layer 2 solutions are generally secure, they can have different security models compared to the main chain. This is an important consideration for users and developers.
  8. Impact on User Experience: For end-users, Layer 2 solutions can greatly improve the experience by reducing transaction fees and increasing transaction speeds.
  9. Adoption and Development: Many blockchain projects are actively developing Layer 2 solutions to enhance their networks. This is an ongoing area of innovation in the blockchain space.