Blog

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Metrics that Matter: Evaluating Chorus One’s winning Solana performance
Evaluating Solana Validator performance metrics and Chorus One's performance in July 2024
August 21, 2024
5 min read
Key Takeaways
  • Chorus One processes 11.4% more transactions per second than the average Solana validator, enhancing network throughput.
  • With a skip rate of 2.03%, Chorus One outperforms both the network average (5.19%) and the superminority (5.68%).
  • Chorus One's blocks contain 7.8% more transactions on average compared to other validators
  • Chorus One achieves top performance through advanced hardware, zero-downtime deployments, strategic data center locations, and continuous monitoring.
  • If all validators performed like Chorus One, Solana’s overall transaction capacity could increase by 11.4%.

--

There are many aspects to validator performance on Solana, and different metrics are important to different people. For users of the Solana network, throughput (transactions per second) and latency (how quickly a transaction lands) are key metrics. In this article we’ll dive into two factors that affect those: skip rate and block size. We’ll explain how Chorus One is able to outperform both network average and the superminority on these metrics. If all validators performed as well as Chorus One on these metrics, Solana would be able to process 11.4% more transactions per second.

Throughput

As a Solana user, when you submit a transaction, you want it to be included in the chain as quickly as possible, as cheaply as possible. When the chain can process only a limited amount of transactions per second, that means that only users who are willing to pay high priority fees can get their transaction included. When the chain can process more transactions per second, transaction processing capacity becomes less scarce, and transaction fees go down. Solana’s throughput is determined by the validators that make up the network, so for good network performance, it is important to delegate to a validator that performs well.

Time period and comparison

For this article we look at the month of July 2024. All metrics are reported over the period from midnight July 1st until midnight August 1st in the UTC time zone. (Slot 274965076 until 280826904, for those who want to reproduce our findings.)

In this article we contrast Chorus One against two groups of validators: the entire network (including Chorus One), and the superminority. The superminority is the smallest set of validators that together control more than one third of the stake. We use the superminority from epoch 650, the final epoch in July. It consists of the top 19 validators by stake.

Skip rate

In the Solana network, validators periodically have a duty to produce blocks. Before the start of the epoch, the protocol sets the leader schedule, which determines when every validator has to produce a block. Validators with more stake get assigned more blocks to produce.

If all goes well, when a validator’s turn comes to be the leader, the validator produces a block. The chain grows by one block, and users’ transactions get included. When things don’t go well, the leader fails to produce a block, or the block may not be accepted by the other validators. When the leader fails to extend the chain, this is called a skip, and the fraction of blocks skipped out of blocks assigned in some period of time is called the skip rate. Skips are bad for users of the network, because during a skip, no transactions get processed. Skips lower the throughput of the chain, and delay when transactions get processed. A lower skip rate is therefore better.

A validator can skip for multiple reasons. Of course a validator that is offline will be unable to produce a block, but even when it is online and produces a block, that can still result in a skip. For example, the validator could have been slightly late, and the network has already moved on, assuming the validator skipped its duty. Many of the factors that affect skip rate are directly or indirectly under the validator’s control, but some amount of skipping is inevitable in a decentralized network. During times of high activity, skip rate is generally higher network-wide than during quiet periods. Therefore, the skip rate is not meaningful in isolation, but comparing skip rate between validators is one way to judge their performance.

Over July 2024, Chorus One achieved a skip rate of 2.03%, while the network-wide skip rate was 5.19%. This means that average Solana validators fail to produce their blocks more than 2.5 times as often as Chorus One.

Maybe network average is not a fair comparison though? It may be the case that a few bad validators are pulling up the average. So let’s look at the superminority, the top validators by stake. This relatively small set of validators has the responsibility to produce one third of the blocks, so its influence on the chain’s throughput is large. Over July 2024, the superminority together achieved a skip rate of 5.68%, which is even worse than network average. Superminority validators fail to produce their blocks almost 3× as often as Chorus One.

The Solana network is effectively leaving 3.3% of its blocks on the table by keeping stake delegated to validators with high skip rates.

Block size

Aside from skip rate, a major factor for throughput is the number of transactions that every block contains. When blocks can fit more transactions, the throughput of the chain goes up. When validators are able to build larger blocks, fewer user transactions have to be postponed to the next block, so latency goes down. Furthermore, more capacity means lower transaction costs.

Over July 2024, blocks produced by Chorus One contained on average 1696.2 transactions. (This includes vote transactions that contribute to Solana’s consensus mechanism.) The network-wide average over this period was a mere 1573.3 per block. This means that Chorus One includes 7.8% more transactions per block than average validators.

Again, let’s compare this to the validators with the greatest responsibility and disproportionate impact on chain-wide throughput: the superminority. Here we see that with 1640.6 transactions per block, the superminority does outperform the network average, but nonetheless Chorus One outperforms the superminority by 3.4%.

This means that the Solana network is effectively leaving a 7.8% throughput boost on the table, by keeping stake delegated to low-performing validators. This number is only for produced blocks, we don’t count skips as zero transactions per block. This means that the 7.8% boost would come on top of the 3.3% skip rate boost. Combined, this means that Chorus One achieves 11.4% more transactions per second than average validators.

How Chorus One achieves top performance

Why is Chorus One able to process 11.4% more transactions per second than other validators? As is often the case with performance optimization, there is no single trick, but if you stack enough small optimizations, the combined result can be substantial. A few of the techniques we use:

  • We use the best hardware available on the market. Solana is very sensitive to single-core CPU performance, and with the current rate of innovation in the hardware world, a CPU that was top of the line 18 months ago no longer cuts it to be a top-tier validator today. Chorus One is always using the latest generation CPUs to ensure maximum performance.
  • We deploy with zero downtime. Occasionally we need to restart a validator client (for example to update after a new version is released) or an entire machine (for example, to apply security updates). This process can take many minutes, during which the validator cannot vote or produce blocks. This amount of downtime is unacceptable to us, so we run multiple Solana instances, on different machines. When we need to restart one instance, a different instance takes over validator duties, ensuring that we don’t skip a single block. This redundancy also enables us to maintain uptime in the case of hardware or network failures, which is something that node operators who save costs by running only a single node are unable to do.
  • We use the best locations. We work with multiple hardware providers and data centers, who offer ample bandwidth, to find the location where Solana performs best. While doing so, we have to keep decentralization of the network in mind. Being close to peers is good for performance, but we don’t want to run from a data center where too many other validators are already located; the network has to remain resilient against disasters in that location. Our secondary instance (for failover) is always located in a different country than our primary one. Operating multiple nodes in multiple locations enables us to measure which locations perform best, and enables us to respond quickly to changes in network conditions.
  • We continuously monitor our nodes, and our 24/7 oncall rotation can respond in minutes when something is amiss. As a professional node operator, we have a team of platforms engineers who are working tirelessly to keep our nodes running smoothly.

Final Word

In this article we highlighted two key Solana performance metrics that matter for users of the network: skip rate and block size. Lower skip rates and larger block sizes mean that users can get their transactions included faster and for a lower fee. These two metrics contribute to how many transactions per second Solana can process. Through multiple optimizations and operational practices, Chorus One achieves 11.4% more transactions per second than the network average. If all delegators would delegate to validators who perform as well as Chorus One, Solana would be able to process 11.4% more transactions per second.

About Chorus One

Chorus One is a leading institutional staking provider, securing over $3 billion in assets across 60+ Proof-of-Stake networks. Since 2018, Chorus One has been a trusted partner for institutions, offering enterprise-grade solutions, industry-leading research, and investments in cutting-edge protocols.

Babylon Bitcoin Staking: Top 10 things to know about the Mainnet Launch
10 key insights about Babylon's Mainnet launch
August 19, 2024
5 min read

The upcoming launch of Babylon’s Bitcoin Staking Mainnet marks a significant milestone in the cryptocurrency landscape and in the evolution of Bitcoin. Babylon is redefining the utility of Bitcoin by integrating it with Proof-of-Stake (PoS) systems, offering new opportunities for Bitcoin holders. Here’s what you need to know about this launch:

1. What is Babylon Bitcoin Staking?

Babylon’s Bitcoin Staking allows Bitcoin holders to participate in the security of PoS blockchains without transferring their assets to a third party. Traditionally, Bitcoin has been seen as a store of value, but Babylon expands its utility by enabling Bitcoin to play an active role in securing various PoS ecosystems. This is achieved through a trust-minimized protocol that connects Bitcoin holders with the demand for network security across multiple blockchain systems, including PoS chains. Read our comprehensive overview of Babylon here.

2. What is Babylon’s Mainnet Launch?

The mainnet launch of Babylon represents the transition from a developmental stage to a fully operational network. This is when the protocol becomes available for public use, allowing Bitcoin holders to start staking their assets on a live blockchain. The launch is designed to be phased, ensuring that each component of the network is thoroughly tested and integrated before moving to the next stage. This approach provides a structured rollout, allowing users to gradually engage with the staking process.

3. What Are the Three Phases of the Launch?

Babylon’s mainnet launch is divided into three distinct phases, each with specific goals and functionalities:

  • Phase 1: Bitcoin Locking
    • This phase initiates the staking process. Bitcoin holders can begin locking their Bitcoin by submitting Bitcoin staking transactions directly to the Bitcoin blockchain. These transactions secure the Bitcoin within a self-custodial staking script, where it is prepared to participate in PoS consensus validation. Stakers also designate a finality provider by specifying the provider's public key, allowing their Bitcoin to be used in the PoS process without actually transferring the Bitcoin to the provider.
  • Phase 2: Bitcoin Staking Activation
    • In this phase, Babylon will launch its PoS chain, which will begin receiving security from the Bitcoin locked in Phase 1. Finality providers who have received adequate delegations from Bitcoin stakers will participate in the consensus of the Babylon PoS chain, helping to determine the finality of its blocks. This phase also introduces the Bitcoin timestamping protocol, which ensures cross-chain time synchronization, a crucial aspect of maintaining security across multiple blockchains.
  • Phase 3: Bitcoin Multi-Staking Activation
    • The final phase transforms Babylon into a marketplace for shared security. This allows Bitcoin holders to stake their assets across multiple PoS systems, earning rewards from various sources. The Babylon PoS chain will act as a control plane, facilitating the staking process across different blockchains and ensuring that Bitcoin’s security is effectively leveraged across the ecosystem.

4. What Can You Do in the Babylon Mainnet Launch?

During the Babylon mainnet launch, Bitcoin holders can actively participate in securing PoS blockchains by locking and staking their Bitcoin. In Phase 1, you can initiate staking by locking your Bitcoin in a secure, self-custodial vault on the Bitcoin blockchain. As the launch progresses into Phase 2, your locked Bitcoin will begin to contribute to the consensus process of the Babylon PoS chain. By Phase 3, you’ll have the ability to stake your Bitcoin across multiple PoS chains, maximizing your potential rewards and playing a crucial role in the security of these networks.

5. How Can You Stake Your Bitcoin?

Staking your Bitcoin with Babylon is a multi-step process that begins in Phase 1:

  • Bitcoin Locking: Start by submitting a Bitcoin staking transaction to the Bitcoin blockchain. This locks your Bitcoin in a self-custodial script, ensuring that your assets remain secure and under your control.
  • Choosing a Finality Provider: When locking your Bitcoin, you will specify the public key of a finality provider like Chorus One, which is the entity that will use your Bitcoin’s staking power in the PoS system. If you hold the private key corresponding to this public key, you can self-delegate, retaining full control over your Bitcoin.
  • Staking Activation: In Phase 2, your locked Bitcoin will be activated to participate in PoS consensus, contributing to the security of the Babylon PoS chain.

6. What Rewards Can You Get?

In Phase 1, there are no direct staking rewards because the PoS chain is not yet active. Instead, Babylon introduces a point system to track staking activity. These points, though they do not have direct monetary value, could potentially be used for future benefits within the Babylon ecosystem. As the network progresses into Phase 2 and beyond, your Bitcoin will earn rewards based on its contribution to the security of the PoS systems, allowing you to gain value from your staked assets.

7. Which Wallets Can You Use?

To stake your Bitcoin with Babylon, you’ll need a compatible Bitcoin wallet. The official Babylon staking web application (btcstaking.babylonlabs.io) provides a list of verified finality providers and supports most Bitcoin wallets. You can also use third-party services such as staking websites, custody solutions, or command-line interface (CLI) tools if you are more technically inclined. It’s important to choose a wallet that meets your security needs and is compatible with the staking process. Here’s a list of supported wallets:

  1. OKX Wallet
    • Type: Software Wallet
    • Platforms: Web, Extension, Mobile
  2. Bitget Wallet
    • Type: Software Wallet
    • Platforms: Web, Extension, Mobile
  3. OneKey Wallet
    • Type: Hardware and Software Wallet
    • Platforms: Desktop, Mobile, Hardware Bridge, Extension, Web
  4. Binance Web3 Wallet
    • Type: Software Wallet
    • Platform: Binance App
  5. Tomo Wallet
    • Type: Software Wallet
    • Platforms: Extension, Mobile
  6. Keystone Wallet
    • Type: Hardware Wallet
  7. imToken Wallet
    • Type: Software and Hardware Wallet
    • Platform: Mobile

8. What Are the Transaction Details in Phase 1?

During Phase 1, all transactions are conducted on the Bitcoin blockchain. These include:

  • Staking Transactions: Used to lock Bitcoin and initiate the staking process.
  • Unbonding and Early Withdrawal Transactions: If you wish to withdraw your Bitcoin before the staking period expires, you’ll need to submit an unbonding transaction, followed by a withdrawal transaction after a waiting period of approximately seven days.
  • Automatic Expiration and Withdrawal: If you do not withdraw your Bitcoin early, it will automatically become available for withdrawal after 64,000 Bitcoin blocks (around 15 months).

Notably, there is no PoS slashing in Phase 1, meaning your staked Bitcoin is not at risk of being slashed for any consensus violations.

9. What Are the Limits and Caps in Phase 1?

To ensure security and broad participation, Phase 1 introduces several limits:

  • Total Staking Cap: Initially set at 1,000 Bitcoins, this cap controls the total amount of Bitcoin that can be staked during this phase. Stakes are accepted on a first-come, first-served basis.
  • Minimum and Maximum Stakes: The minimum stake is set at 0.005 Bitcoins, ensuring that the staking amount can cover transaction fees. The maximum stake is capped at 0.05 Bitcoins, encouraging widespread participation and preventing any single entity from dominating the staking pool.

These caps and limits are designed to foster a secure and inclusive staking environment.

10. Eligibility and Security Considerations

Before participating in the Babylon mainnet launch, it’s crucial to ensure you meet the eligibility criteria. Staking is prohibited for residents of certain countries, including the United States, Canada, Australia, and Mainland China, due to regulatory restrictions. Additionally, Babylon has implemented robust security features, such as the covenant committee, a multi-signature verification scheme that ensures the safety and correctness of unbonding transactions.

The Babylon Bitcoin Staking Mainnet launch represents a significant evolution in how Bitcoin can be used within the broader blockchain ecosystem. By participating in this launch, you can contribute to the security of PoS systems, earn rewards, and engage with one of the most innovative protocols in the cryptocurrency space. As the launch progresses, staying informed and involved will be key to maximizing your experience with Babylon.

Final word

And that's everything you need to know to be prepared for the mainnet launch. Stay tuned and follow us on Twitter/X to stay ahead of the curve.

Ready to start? Stake your first BTC with Babylon and Chorus One today!

About Chorus One

Chorus One is one of the biggest institutional staking providers globally, operating infrastructure for 60+ Proof-of-Stake networks, including Ethereum, Cosmos, Solana, Avalanche, and Near, amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures. We are a team of over 50 passionate individuals spread throughout the globe who believe in the transformative power of blockchain technology.

Chorus One launches new Stakewise vault as part of Obol Collective's contributions program
Participate in secure and resilient ETH staking and earn access to future governance and ownership in the Obol Collective
August 13, 2024
5 min read

We’re excited to announce the launch of our latest product, the Obol DV Vault, through which stakers can participate in the Obol Collective’s new Contributions Program. By staking on distributed validators using the Chorus One DV vault, stakers meaningfully take part in the Obol Collective’s mission—to scale Ethereum by securing and decentralizing the consensus layer. With Obol DVs contributing 1% of daily staking rewards to the Obol retroactive funding program focused on scaling Ethereum infrastructure, stakers’ contributions will be tracked and serve as a basis for future governance and  ownership of the Obol Collective.

The Obol DV Vault joins our MEV Max Vault as Chorus One's suite of ETH validation options.  Both vaults are built on the Stakewise V3 and support staking without any minimum ETH requirements and the optional minting of osETH.  

🌟 Our customers have have the flexibility to choose between our MEV-Max Vault and the new Obol Vault. You can stake to this vault directly via Stakewise or effortlessly through our ETH staking dApp, OPUS Pool, which also enables restaking with EigenLayer or Symbiotic.

What is the Obol Contributions Program?

The Collective is fueled by Obol’s economic model, which directs 1% of staking rewards from DVs to ecosystem projects via retroactive funding - a positive flywheel to accelerate adoption of DVs and scale the consensus layer.

To accelerate the adoption of DVs and grow participation in the Obol Collective, those staking on distributed validators and thus making contributions to the Obol RAF will be tracked and recognized.

The aim is to encourage continuous participation and sustained support in the health and growth of Ethereum consensus. The Obol Contributions program is thus built to be fair and transparent, without arbitrary gimmicks that promote short-term interest at the cost of long-term participation.

Contributions are tracked in an off-chain centralized database, and will serve as the basis for future community ownership of the Obol Collective.

Learn more about the Contribution program at Obol.org/contributions.

Learn more about Obol Collective’s Obol retroactive funding program here.

Who is This Vault For?

The Obol Vault is relevant for:

  • ETH stakers who are looking to contribute to the decentralization and security of the Ethereum network.
  • Institutional investors and entities looking for a secure, resilient, and decentralized staking solution.
  • Projects and individuals who want to support and contribute to Ethereum's consensus layer through staking.
  • Participants in the Ethereum ecosystem who want to be part of the Obol Contributions initiative and potentially receive recognition or rewards in the future.

Benefit for ETH Stakers

The Obol Vault benefits ETH stakers by:

  • Providing a secure and resilient staking solution through the use of distributed validators.
  • Offering stakers access to future community governance and ownership of the Obol Collective.
  • Enabling participation in the 1% for Decentralisation retroactive fund, which supports the overall health and growth of the Ethereum ecosystem.

How can you participate in the Obol contributions program?

Users can join the Obol Contribution Program by staking ETH through our Obol DV Vault on OPUS Pool, where they can also easily track their contributions.

How are Obol Contributions calculated?

Chorus One validators automatically make contributions based on the rewards in gwei that are received in a day, with 1% of these going to the Obol Collective’s retroactive funding program. Each address that is present in a reward splitter will be recognized for their contributions based on the percentage of the rewards received for each DV cluster. The lowest level at which contributions are made is at the validator level which can be aggregated into addresses, clusters, operators, and protocol if relevant. For more information, visit Obol’s docs.

Final Word

Chorus One is proud to be at the forefront of enhancing Ethereum’s security and decentralisation through our partnership with the Obol Collective. The launch of the Obol Vault represents a significant milestone in our mission to support the Ethereum ecosystem and we invite all ETH stakers, institutional investors, and ecosystem contributors to join us in this exciting initiative. Together, we can build a more secure, resilient, and decentralized Ethereum for the future. Let’s make Ethereum stronger, together.

For more information on how to get started with the Obol Vault, please reach out to us at https://chorusone.my.salesforce-sites.com/WebToLead or email at staking@chorus.one, or visit obol.org/contributions.

About Chorus One

Chorus One is one of the biggest institutional staking providers globally, operating infrastructure for 60+ Proof-of-Stake networks, including Ethereum, Cosmos, Solana, Avalanche, and Near, amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures. We are a team of over 50 passionate individuals spread throughout the globe who believe in the transformative power of blockchain technology.

Berachain’s Proof-of-Liquidity: Explained 🐻
We break down what exactly Berachain's Proof-of-Liquidity is, how it works, how it differs from Proof-of-Stake when it comes to blockchain security and efficiency
August 13, 2024
5 min read

Consensus mechanisms are the linchpins of securing blockchain networks and enabling their functionalities. While Proof of Stake (PoS) has been a stalwart method, ensuring robust security and operational efficiency, it is not without its limitations. Berachain, an Ethereum Virtual Machine (EVM) compatible Layer 1 blockchain, introduces a unique alternative: Proof of Liquidity (PoL).

This article delves into the innovative mechanisms of Berachain, exploring its genesis, unique tri-token model, and the technical prowess that Chorus One brings to optimizing this approach, with ‘BeraBoost’.

The Constraints of Proof-of-Stake

Berachain's Proof-of-Liquidity (PoL) consensus mechanism addresses several limitations inherent in Proof-of-Stake (PoS) systems. In PoS, validators and users lock up a substantial amount of native tokens to secure the network. This staked capital, while ensuring network security, remains idle and does not contribute to the liquidity of the ecosystem. Consequently, these tokens cannot be used for DeFi applications, trading, or other on-chain activities. Although PoS is a resilient method for achieving consensus and securing blockchain networks, aiming for a high percentage of staked tokens can counteract liquidity needs within the ecosystem.

Liquid staking was developed to mitigate these concerns by creating liquidity for staked tokens, and it has proven successful in many ecosystems. However, Berachain's PoL model aims to surpass liquid staking. PoL can be simplistically described as "security by liquidity," meaning the only way to secure the chain is by providing liquidity. Given Berachain's primary focus on DeFi, this model is particularly relevant. But how does PoL actually function on Berachain?

The Genesis of Berachain 🐻

Berachain's innovative journey began with the "Bong Bears" NFT project—a whimsical collection that captivated the DeFi community. Through this creative endeavor, the founders recognized a crucial gap: the need to harmonize liquidity provision with network security. This insight led to the birth of Berachain, designed to leverage liquidity as the cornerstone of its security model. With substantial backing from prominent investors such as Framework Ventures, Brevan Howard, Polychain Capital, and Samsung Next, Berachain is well-positioned to redefine blockchain consensus.

Berachain’s Tri-Token model 🐻

At the heart of Berachain's ecosystem lies its tri-token model, consisting of BERA, BGT, and HONEY. Each token serves distinct purposes, ensuring that the network can achieve its objectives of security, governance, and efficient transaction processing while maintaining a stable economic environment for decentralized finance (DeFi) activities:

$BERA (Liquid Token)

  • Function: Used for transaction fees and general utility within the network.
  • Liquidity: Fully liquid and subject to market price fluctuations.
  • Role: Facilitates economic activities and interactions on the blockchain.

$BGT (Governance and Staking Token)

  • Function: Primarily used for governance and staking.
  • Liquidity: Non-transferable and earned by providing liquidity.
  • Role: Influences network governance and secures the blockchain through staking.

$HONEY (Stablecoin)

  • Function: Provides stable value transfer within the ecosystem.
  • Liquidity: Fully liquid and pegged to USD.
  • Role: Acts as a medium of exchange, collateral, and fee payment mechanism.

Let’s take a deeper look at their individual roles:

How does Berachain work? 🐻

  1. Users stake their Proof of liquidity (PoL) eligible digital assets into reward vaults to receive $BGT rewards. Reward vaults are the sole method for earning $BGT rewards and thus play a crucial role in getting entry into the PoL ecosystem.
  2. Validators produce blocks and allocate a portion of their $BGT emissions to specific reward vaults according to discretionary strategies. These strategies aim to maximize yield for their stakers. Validators take a commission on the $BGT emissions.
  3. Applications can offer incentives to validators to encourage them to direct BGT rewards to them, usually in exchange for rewards in the form of the protocol’s native token.
  4. Liquidity providers participating in PoL receive yields in $BGT, minus the validators’ commission.
  5. Liquidity providers can stake $BGT with validators that align with their strategy and participate in governance.
  6. Liquidity providers who receive $BGT can choose to burn $BGT to obtain $BERA tokens at a 1:1 ratio.

Optimizing PoL performance through BeraBoost 🐻

Under the hood, PoL requires validators to direct incentives to on-chain pools of capital called "reward vaults”. We are committed to approaching this process scientifically, through an algorithm we’ve named “BeraBoost” - it will be open source software, and run on a public dashboard. Beraboost will distribute incentives such that delegators to Chorus One earn maximum rewards, by tracking their LP positions and directing incentives to the relevant pools.

Staking BGT 🐻

Berachain is currently on testnet and staking is not enabled. We are closely involved with the Berachain team and will support all institutional and individual use-cases for supporting BGT. If you're interested in knowing more, fill out this form.

OR

Email us - staking@chorus.one

About Chorus One

Chorus One is one of the biggest institutional staking providers globally, operating infrastructure for 60+ Proof-of-Stake networks, including Ethereum, Cosmos, Solana, Avalanche, and Near, amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures. We are a team of over 50 passionate individuals spread throughout the globe who believe in the transformative power of blockchain technology.

 Join our mailing list to receive our latest updates, research reports, and industry news.

Want to be a guest?
Drop us a line!

Submit
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.