Blog

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Opinion
Networks
Initiatives
How Soarchain unlocks dePIN's potential
A deep-dive on Soarchain, and how it unlocks the full potential of DePin technology
January 26, 2024
5 min read

In an era of rapid technological evolution, Soarchain emerges as a vanguard in the automotive industry, redefining the landscape of vehicle-based applications and services. By harnessing the power of blockchain and hardware, Soarchain simplifies the complexities of vehicular connectivity, offering a platform for applications ranging from real-time insurance adjustments to AI-driven diagnostics and safety enhancements. With its Layer-1 Decentralized Physical Infrastructure Network (DePIN) built on the Cosmos SDK, Soarchain is set to transform the mobility sector, offering a more inclusive, transparent, and scalable alternative to the proprietary networks dominating today's market.

In this article, we explore how Soarchain unlocks dePIN’s full potential.


Disclaimer: Buckle Up, But Don't Hit the Gas Just Yet!

Quick pit stop to share that we at Chorus One are on the journey with Soarchain as proud investors.

However, please note that our support and enthusiasm for this venture should not be interpreted as financial advice. While we're keen to explore the blockchain landscape with Soarchain, we advise you to make investment decisions based on your own research and judgment. Consider us as companions sharing insights, not as guides for your financial journey.

What is DePIN?

In a gist, DePIN refers to decentralized networks that employ the use of hardware to enhance data collection for specific use cases. For a wider view of the entire ecosystem, please refer to Mesari’s 2023 report.


DePIN & Existing limitations

Traditional Verification Methods and Conflicts of Interest:

  • Traditional methods often lead to conflicts of interest, inactive service providers, and susceptibility to fraudulent activities.

Unwanted Permission Layers and Security Vulnerabilities:

  • Many DePIN systems introduce permission layers or are susceptible to security vulnerabilities. Hardware verification methods, such as manufacturing-embedded key pairs or using secure elements like trusted execution environments, often lead to restricted network access and are prone to security vulnerabilities.

Scalability Constraints and Oracle Problem:

  • DePINs face challenges in verifying physical sensor data due to scalability constraints and the oracle problem (the difficulty of verifying real-world data in a decentralized context).

Specific Network Challenges:

  • Networks like IoTeX face scalability and privacy issues, Helium and MXC deal with centralized hardware dependence, and IOTA grapples with centralization due to its Coordinator.

Verification in DePIN Projects:

  • Current hardware-based approaches to verification, such as embedding key pairs or using trusted execution environments, have limitations like permissioning and vulnerability to hacks.

Incentive Challenges:

  • DePIN networks often suffer from incentive-related issues like self-dealing, lazy providers, and malicious providers.

Soarchain tackles these through decentralized sequencers, governance frameworks, and a layered approach to network architecture, enhancing scalability and privacy.

Soarchain’s Governance Framework

Soarchain introduces a robust architecture for onboarding new factory manufacturers and hardware providers in a secure and scalable manner.

The Hierarchical Certificate System
  • Master Certificate: The Soarchain Master Certificate sits at the apex of this structure, acting as the ultimate authority and trust anchor. It meticulously verifies and authorizes factory certificates, forming the backbone of the network’s security and trust.
  • Factory Certificates: These certificates, issued to hardware manufacturers, symbolize their commitment to quality and security. They play a crucial role in integrating new hardware providers into the Soarchain ecosystem, ensuring that each component adheres to the highest standards.
  • Device Certificates: At the grassroots level, device certificates verify the authenticity of individual hardware devices, safeguarding against tampering.

Manufacturers can generate a Certificate Signing Request (CSR) using the on-chain Root Certificate through governance proposals. Soarchain aims to incorporate tier-1 manufacturers. This specifically targets those incorporating secure elements in their Electronic Control Units (ECUs) or modules, a growing trend for enhanced security in automotive electronics. This integration will unlock new possibilities on Soarchain, like supply chain management, manufacturing process optimization, and trustless Over-the-Air updates for ECU firmware/software, a long standing costly challenge.

The system allows factories to submit governance proposals for inclusion, followed by proposals to issue a certain number of certificates. A key concern is that issuing non-time-bound or non-quantity-bound certificates grants manufacturers indefinite production rights. This could lead to a lack of accountability for their manufacturing processes and the products they produce. This innovative approach leverages Cosmos SDK and democratizes the onboarding of new manufacturers. It ensures that every level of the manufacturing and device integration process is secure, flexible, transparent and scalable.

Scaling with the Runner Network - The Celestia of DePIN

To address scalability, Soarchain implements a layer-2 solution with runner nodes that handle the bulk of data processing. This significantly reduces the load on the main blockchain and enhances the network's capacity to handle large data transactions. Runner nodes in Soarchain parallel the function of sequencers in the Celestia network. They manage data flow, gather public keys, create Merkle trees, and submit these summaries to the blockchain. From the Layer 1 perspective, the addition of thousands of vehicles and hundreds of thousands of new messages translates to only a moderate increase in network transactions.

Soarchain employs a Verifiable Random Function (VRF) within its core layer-1 virtual machine to dynamically select a consensus group from the pool of runners, preventing data validation centralization and potential collusion, operating like a decentralized sequencer. Runners in the consensus group are tasked with receiving, ordering, and verifying messages from vehicles, using these to create Merkle trees. They then generate and submit claims about these trees to validate their honesty and correctness. The system involves a distributed key generation process (Shamir Secret sharing algorithm) and threshold public key encryption to ensure that the content each runner submits is identical, maintaining the integrity of the verification process.

Users can operate a 'runner' via the Motus Connect and Drive mobile app. This setup allows users to earn extra network rewards. Runners are akin to Celestia's light clients but with an added responsibility: they sequence messages and verify their authenticity, ensuring the content is original, unaltered, and plausible. Similarly, more runners in Soarchain increase the number of supported vehicles, thereby expanding the network's message broadcasting capacity (as long as a certain percentage of full / validator nodes operate as runners).

Runners are also required to delegate a minimum amount of tokens to a validator. This serves two purposes:

  • It prevents unhealthy competition between runners and validators. As the number of runners grows, more tokens are delegated to validators, enhancing network security.
  • It ensures runners have a stake in the network, aligning their interests with its overall health and security.

Just like that, Soarchain presents the first ever mobile / app based shared sequencer to operate light clients.

Solving Privacy: The Role of zk-SNARKs

Soarchain has integrated zk-SNARKs, particularly through the Groth16 scheme, to ensure robust data verification while maintaining confidentiality. This technology allows vehicles to generate cryptographic proofs of data authenticity and integrity without revealing the underlying data, thereby preserving privacy.


Uses of zk-SNARKs
  • At the core of Soarchain's privacy solution are Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge (zk-SNARKs).
  • This cryptographic method allows vehicles within the Soarchain network to prove the authenticity and integrity of their data without revealing the actual content.
  • The integration of zk-SNARKs maintains data confidentiality, ensuring sensitive vehicular information remains private.

Data Verification and Privacy
  • Vehicles transmit Parameter IDs (PIDs) to the blockchain, which are standardized diagnostic codes containing vital vehicle information.
  • This data is securely signed with the vehicle's certificate (containing public keys) derived from device certificates, validating the data's origin and ensuring integrity.

The use of zk-SNARKs, particularly through the Groth16 scheme, allows for efficient management of multiple proofs for similar types of PID data, crucial in Soarchain's network. Soarchain employs a unique method to verify the plausibility of PIDs (Parameter IDs) through two approaches: individual analysis of each PID and joint analysis of PIDs with known high correlations.  Each Performance Indicator Data (PID), like fuel pressure or engine temperature, is validated meticulously, ensuring the accuracy and reliability of data transmitted via distributed MQTT brokers. This process ensures user privacy, as it doesn't require decrypting plaintext data on the public blockchain. Instead, plausibility checks are conducted while preserving privacy. This is made possible through specially designed arithmetic circuits, verified using zero-knowledge methods, ensuring that no sensitive data is exposed during the verification process.

A physical decentralized oracle

The oracle problem, particularly in the context of Soarchain, refers to the challenge blockchains face in accurately interacting with external, real-world data. For Soarchain, this data is physical, real-time mobility information generated by sensors, cameras, and actuators on vehicles and road users. The key issue is ensuring the data's authenticity and that the data sources are honest. To address this, Soarchain uses hardware equipped with a secure element, ensuring that a) the hardware runs the intended firmware, preserving the operational integrity, and b) private keys corresponding to public keys and certificates are securely stored, safeguarding the security, integrity, and authenticity of the data.

Once these pre-verification checks are completed, the data is transformed into "messages" akin to transactions and sent to Soarchain's verification layer. This layer constructs Merkle trees using these messages and generates a proof once a certain number of messages are aggregated. The proof is then submitted to the chain, and the metadata of the data is immutably recorded on the blockchain. This process enables any entity on the chain to interact with a reference to the proven and verified data originating from real-life sources.

To overcome the oracle problem's scalability constraints and complexities, Soarchain combines decentralized oracle systems with hardware-accelerated and proof-based mechanisms. While centralized oracle solutions pose a risk of single-point failure and require significant trust, decentralized oracles, though more secure, often lack a hardware-accelerated, proof-based system. Soarchain's runner architecture not only serves as an incentivized, trust-minimized oracle network, but it also acts as a scaling layer. This allows for the aggregation and proof of pre-verified data messages without needing to submit each message in full to the blockchain. This method significantly reduces the burden on the blockchain while maintaining the integrity and trustworthiness of the data being processed.

Conclusion

In conclusion, Soarchain stands at the forefront of revolutionizing decentralized mobility and related applications. Its robust Layer 1 blockchain technology enables a myriad of real-world applications, from decentralized ride-sharing platforms, offering a more equitable and transparent system, to smart parking solutions that ensure secure, fraud-resistant transactions. Additionally, Soarchain plays a pivotal role in the coordination of autonomous vehicles, promoting safety and efficiency through real-time communication and decentralized consensus.

Soarchain represents a significant leap forward in the world of decentralized networks. Its innovative governance framework, the integration of zk-SNARKs for data verification, and the unique approach of using runner nodes and a decentralized sequencer collectively forge a path towards a more secure, scalable, and trustable digital future. With these technologies, Soarchain is not just solving the present challenges of dePINs but also paving the way for the untapped potential of hardware based decentralized networks.

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 50+ 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.

Initiatives
Opinion
Chorus One Achieves ISO 27001:2022 Certification, Setting a Major Security Milestone
Chorus One has achieved the ISO 27001:2022 certification - a world-class standard dedicated to safeguarding vital information assets, including employee and customer data.
October 23, 2023
5 min read

Ensuring the security of our customers' assets and information has always been our foremost priority at Chorus One. Today, we are excited to announce a significant milestone in our ongoing commitment to establishing world-class security measures for our customers: the attainment of the ISO 27001:2022 certification.

Understanding ISO 27001 and Its Significance for Sophisticated Investors

The ISO 27001 certification is a globally recognized standard designed to safeguard critical information assets, including employee and customer data. More precisely, ISO 27001 outlines specific requirements for the creation, maintenance, and continual improvement of an Information Security Management System (ISMS).

As a customer, when you entrust a third party like Chorus One with your data, it's imperative that they are not only certified but also compliant with the ISO 27001 standard. This certification ensures that the provider's processes and data controls undergo regular and independent audits, providing you with the highest level of assurance that your information will remain safeguarded.

Given the escalating prevalence of cybercrime and the constant emergence of new threats in the industry, managing cyber-risks can appear daunting. By prioritizing information security and business continuity, we aim to offer our users the peace of mind that their investments are secure, even in the face of adversity. With this certification, we're better prepared than ever to offer our customers the safest way to earn returns on digital assets through simplified staking.

The Benefits of Choosing an ISO 27001 Certified Staking Provider
  • Quality Assurance: ISO 27001 certification assures customers of high-quality security measures.
  • Prevents Downtime: Ensures that our operations run smoothly without disruption.
  • Reduces Security Vulnerabilities: Diminishes potential weaknesses and security loopholes.
  • Minimizes Human Errors: Reducing the likelihood of human-related mistakes.
  • Avoidance and Mitigation of Damages: Rapid response and recovery in case of security breaches.
  • Lower Risk of Cyber Attacks: Enhanced protection against online threats.
"Attaining the ISO 27001 Certification represents a significant milestone in Chorus One's commitment to building trust with our partners. It offers the highest assurance that our staking infrastructure, operations, and systems adhere to world-class security standards. While not a mandatory requirement, we have chosen to obtain this certification as a testament to how seriously we take the security of our customers." - Brian Fabian Crain, CEO, Chorus One

To gain a more comprehensive understanding of Chorus One's security framework and practices, visit our dedicated security page.

If you'd like to learn more about how we provide the safest and easiest means to maximize yields on your assets, don't hesitate to reach out to us at staking@chorus.one.

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 45+ 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.

Initiatives
How Chorus One aims to address Gender Inequality in Crypto
Presenting the Equal3 initiative, our response to Crypto’s Gender Equality problem.
September 23, 2022
5 min read

Fertile land and ripe opportunities. We’re not talking about a utopic piece of land but about the world of blockchains.

Built on blockchain technologies and integrating crypto economies, Web3 is building a more decentralised, open, and utile version of the World Wide Web. Still in its infancy, we haven’t even scratched the surface of how this gamut of revolutionary technologies can transform our lives. It is inevitable that higher user experience demands, coupled with the gradual adoption of blockchain technologies, will bring in more innovative use-cases and of course, need more people.

But then come gender diversity issues. Those aren’t new in the blockchain space and the cryptocurrency industry, neither are we the first ones nor are we the only ones to talk about it. As the table grows longer, women should be taking more seats to tap into the immense career opportunities and economic growth at hand. But alas…

Industry of the future with problems of the past

Economic freedom in Web3 will be powered by crypto, an industry that is at the cusp of and was born from two male-dominated industries — finance, and technology.

A “Women’s story in the cryptosphere” survey by BDC Consulting established that whilst 35.4% of the respondents worked in the crypto industry, only 15.7% got involved in crypto through their main job as most (36.7%) entered the market through inspiration by friends or colleagues.

In 2019, as cryptocurrency ownership had nearly doubled from the previous year to a considerable 14% in the US, the country’s male population owning crypto equalled 19% of men whilst the rate stood at only one out of every 10 women. Two years later, Pew Research confirmed that the figure remained the same for American women whilst the percentage of American men engaged with crypto rose by three points.

For Bitcoin in particular, women contribute to only 21% of all investments despite stats shared by Buy Bitcoin Worldwide stating that more than 70% of women have heard about the Satoshi Nakamoto-pioneered currency.

So how did an industry as young as Crypto carry a 20th-century gender gap problem into the 21st century? How did it become an overwhelmingly male space? Is it because it is the fruit of the union between two male-dominated industries? Or is it because we never really thought about this problem as we were busy moving fast and breaking things?

We may not have all the answers to this question, but we can contribute — in our own way as an organisation striving for equality and diversity — to encourage more women to take a seat at the widening table.

At Chorus One, our aim is to provide women with the needed support and resources in their exploration of the Web3 field. It is a valid dream, a valid target, and a valid goal to accomplish.

Presenting Equal3, Chorus One’s response to help reduce the gender gap in crypto

Be it as users, workers, or founders, women are greatly under-represented in the blockchain industry. In a humble quest to help change the reality through Equal3, Chorus One aims to:
  • Upskill women with the right resources to enter and thrive in Web3
  • Provide scholarships and courses to underprivileged women
  • Create more job opportunities — at the company and elsewhere — for women in Web3
  • Help remove economic barriers by championing equal pay and encouraging women to become crypto investors

Thus far, Chorus One has provided 23 scholarships worth $53K across three different cohorts. In 2022, we sponsored 10 students from DappCamp, an Ethereum focussed bootcamp, with the objective to support aspiring women engineers. We’ve already hired two of them full-time at our company: Full-stack Engineer Maria Varvaroi, and Research Analyst Thalita Franklin.

WATCH: Female founder Preethi Kasireddy takes Chorus One CEO and Epicenter Podcast host Brian Crain on a deep dive into 21-day cohort-based Web3 course, DappCamp.

On the road to enabling a more gender-equal world in the blockchain industry, our mission is backed by humble goals. Among those, we aim to:
  • Provide up to 50 scholarships in the next 12 months
  • Create regular mentorship opportunities for budding web3 talent with the Chorus One team
  • Improve the gender balance at Chorus One

And there is so much more in the pipeline — hackathons and podcasts, among other initiatives. We aim to invest up to $150,000 in the next 12 months in lieu of this initiative and we look forward to collaborating with like-minded teams.

The well-being and representation of working women matter

Speaking about barriers for women in Tech, a survey conducted this year revealed that almost 50% of the female-only respondents felt “visible allies within a tech organisation would attract them when looking for a new role”.

In another report by Deloitte, 94% of the women respondents feared that their chances of getting promoted would be hurt by requesting flexible working arrangements. What’s worse, less than half feel at ease even discussing mental health issues at work.

At Chorus One, the well-being of our team is a top priority. Our fully-remote company culture enables team members to structure their own working hours and context with the maximum autonomy possible. With unlimited PTO, anyone on the team can take a break whenever they want and need.

We’ve also fostered a safe space to accommodate the company’s growing number of women and make it easier for new female recruits to familiarise themselves with staking and the blockchain industry. We are improving but we’re not done.

WATCH: Diversity is not just a buzzword at Chorus One.

With the rolling out of Equal3, we hope to inspire more organisations to introspect and contribute to changing gender inequality perceptions in the tech industry. Chorus One’s Equal3 programme sets out to welcome the women of today and assist them to become the builders of tomorrow’s improved Web3 and crypto ecosystems.

No results found.

Please try different keywords.

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

Thanks for subscribing. Watch out for us in your inbox.
Oops! Something went wrong while submitting the form.

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.