Fast and Curious 4: ZKPs 4 Collective Good (from Collective Action)

In the fourth installment of our summer learning series, we talk about how ZKPs can be used for the greater good. 

Below is a transcript of the video:

Welcome back to Fast and Curious.

Today we’re going to talk a little bit about use cases or what positive social impact we can get from things like zero-knowledge proofs. A saying we have at VIA is that “collective good comes from collective action.”  And what we mean by that is, when people work together, they can do incredible things.

National security is an example of that. We collectively gather together to defend our borders. Health is another example. People get vaccinated and we eradicated polio and smallpox by everybody saying, “Hey, the collective good has forced us to do something together. Let’s take the collective action of vaccination.”

Climate change is another one. We can mitigate climate change, if we all do our part.

For us to actually have the collective action yield collective good, we need to be able to trace, “I did this and the outcome actually happened.”

How can I know who did what?

How do I know they did or did not join the army? They did or did not get vaccinated? They did or did not turn down their thermostat or charge their electric vehicle at a certain time? I need to compare the individual and their actions and I need to link them in some way. Zero-knowledge proofs are a mechanism to be able to say, “we mathematically guarantee this action was taken. But, we’re going to keep the identity of the individual private.”

And so, some examples of collective good around this, related to our mission at VIA of cleaner, safer, more equitable communities are that we want to have cleaner air. Our intent is that the action of electrification will yield reduced asthma for children in neighborhoods around the urban cities around the world. How do we link the incidents of hospital visits by children and their asthma related incidents to the action of reducing electricity? Well, I want that linkage, but I want to keep the identities of those children and their health conditions private. ZKPs can deliver that mathematical guarantee of the action or the outcome while keeping the individual identity anonymous.

Another example is around safety. You are going to have a family, maybe for weather conditions or maybe for refugee status, take shelter. How do I know that the individuals showed up and were sheltered at that time and place they were supposed to be while keeping the identities of those individuals safe, secure, private, and anonymous?

And then, there are many examples where equity plays a role. There’s probably a whole video that we could spend just on that. One example here is preventing child labor. I want to verify the age of the workers and make sure that for each and every one, they are above whatever the age statute of limitations is in that jurisdiction.

Those are the examples of cleaner, safer, more equitable community use cases that we think have great social impact, great for the world, and are a good use for zero-knowledge proofs. We’re excited to have the opportunity to support those.

Disclaimer: In the spirit of staying current with the fast moving tech world, these videos are done in one take! The result is they are fresh but may be a little rough around the edges. Enjoy!

Fast and Curious 3: An introduction to zero-knowledge proofs

In the third installment of our summer learning series, we give a quick introduction to zero-knowledge proofs and an example of how they can be applied in cryptocurrency.

Below is a transcript of the video:

Welcome to Fast and Curious.

A question we often get around zero-knowledge proofs is “That sounds complicated.” So, we’re going to do a super high-level overview here for folks. In data privacy and data security, historically there have been two extremes of methods or approaches.

On the one hand, you’ve got an option which is keeping the data so private and so secure that no one has access to it. That’s beneficial to data security, but basically not very beneficial to anybody who wants to make use of it.

There’s a second option on the other extreme, which is: I’m going to sign some paperwork, provide a file or access to somebody, and I’m going to trust that they do the right thing with it and keep it private and confidential. That’s the other opposite end of the spectrum.

At VIA, we had a notion when we were in our very early days that there had to be a better, software intermediated way of dealing with that. We bet that blockchain and Web3 technologies were going to be the foundation of it. And it turned out to be true. So, the Goldilocks way is not too restricted, not too risky. The Goldilocks way is actually through something called zero-knowledge proofs, and we’ve been working in that space for a little while.

You ask the question, what is a zero-knowledge proof? And how does that actually work?

I’ll give you the quick example from cryptocurrency. Zero-knowledge proofs have been around since the 1990s. They more recently came into popularity from a software perspective because of cryptocurrencies.

So meet Mary and José – not their real names! Their identity has been protected. Mary is saying, “hey, I’m gonna send some cash to José.” José says “that’s terrific.” But then he says, “wait, I didn’t get the money. Did you send it, Mary?”

How are they going to resolve this dispute? In the old days, if Mary was going to wire money or send money to José, they would probably know each other, they would know each other’s names, and they would have a bank that would intermediate that transaction.

In the newfangled cryptocurrency, NFT, blockchain world, Mary and José by definition don’t know each other, right? Part of the benefits of blockchain-based transactions is anonymity, and the other benefit or the other challenge in this case is its peer-to-peer. There is no intermediary. So how can José reconcile the fact that he did or didn’t get what he was expecting from Mary and vice versa. Mary says, yep, I did or can verify that transaction.

And that’s what zero-knowledge proofs are.

It’s essentially a piece of software code that can verify this transaction happened. José got it or didn’t get it without revealing either José or Mary or their identities or any details about their bank accounts.

And if you’re interested, there are actually terrific videos by experts that explain a little bit more detail about exactly how that works, from both professors as well as Up and Atom, that you can find at solvewithvia.com on our blog page.

That gives you the nickel summary. We’re excited to have the opportunity to use and leverage that same zero-knowledge proof technology in new areas like energy transactions and identity. And you can read or see more about that in the upcoming Fast and Curious.

Disclaimer: In the spirit of staying current with the fast moving tech world, these videos are done in one take! The result is they are fresh but may be a little rough around the edges. Enjoy!

Testing decentralized storage speed

Long time VIA blog readers will know that VIA focuses on military-grade and enterprise-grade Web3 components for data privacy like zero-knowledge proofs. But where is all that data stored? In the Web3 world, IPFS is a standard for decentralized storage. Is a private version of decentralized storage ready for the enterprise?

We’re going to focus on speed. Decentralized storage has claims of being faster than centralized storage. We decided to test that with our own private deployment of decentralized storage and publish the results for you.

For our testing, we put four files of different sizes (114 bytes, 6.2Mb, 311 MB, and 933 MB) on a node in Japan. We also created a node in our local region of the East Coast of North America. 

As expected, the download times for when we accessed the file without a local node varied by file size. The download times for each file size was relatively consistent:

File Size Average Range
114 bytes 292ms 288ms to 293ms
6.2 Mb 1.84s 1.58s to 2.14s
311 MB 20.33s 19.77s to 22.09s
933 MB 62.67s 60s to 65s

In comparison, decentralized storage was:

  1. Significantly faster on all downloads for a smaller file (initial download and subsequent downloads)
  2. Slower on initial download for larger files
  3. Significantly faster on subsequent downloads for larger files

Here are the times for the initial file downloads:

File Size Average Range
114 bytes 155ms 155ms
6.2 Mb 2.6s 2.5s to 2.7s
311 MB 76s 76s
933 MB 237.5s 235s to 240s

Here are the times for subsequent file downloads:

File Size Average Range
114 bytes 9.45ms 3ms to 36ms
6.2 Mb 70.6ms 49ms to 109ms
311 MB 4.06s 3.59s to 4.74s
933 MB 17.28s 15s to 19.11s

Of course, it’s not just that the same user would receive faster downloads for the same file on subsequent attempts. As Web3 pros will know, any authorized user nearby would get routed to the local node and therefore benefit from the increased speeds. The greater the number of users in different locations, the greater this benefit.

In the context of a private decentralized storage deployment, administrators can force nodes to clean up and remove files when needed if they don’t want something in one location. Administrators can also “pin” content to a specific node (location) if they want to make sure something is always available. 

For you visual learners, here are the summary results:

Watch a quick demo video below:

Our takeaway is that decentralized storage has a speed advantage over centralized storage for enterprises where:

  1. There is a highly geographically distributed user base 
  2. There is interest in dynamically allocating files to specific locations to optimize file download times

Follow VIA’s website and social media (LinkedIn, Twitter, Instagram, and Threads) to catch the latest!

 

2 Fast 2 Curious: Blockchain and foreign policy

The second installment of our summer learning series continues the discussion on blockchain, but this time from a foreign policy perspective. Follow VIA to learn about blockchain, zero-knowledge proofs, and all things Web3 in the Fast and Curious series.

Below is a transcript of the video:

As a country, we want to make sure that we’re safe. National security is of interest to all of us, and we need to make sure that there are ways to limit the power or keep checks and balances to unfriendly countries.

And as an example, things like cryptocurrencies or digital currencies can be used for nefarious reasons. They can be used in black markets. They can also be used by countries that have sanctions against them like Russia for invading Ukraine. It’s a way for people to get around embargoes or sanctions.

In September of last year, the United States White House put out a publication. It’s a longer document, and it’s the first-ever framework for digital assets. And the thing you’ll note is despite all of what’s happening today around regulation and legislation (really that’s just trying to clean up fakes in the industry) that there’s a clear commitment to U.S. leadership in the global financial system and economic competitiveness.

And I think that’s sort of reinforcing the points we just talked about in our previous video. There’s also the importance of kickstarting the private sector. It’s jobs for everyone, making sure there are high-paying jobs. A little bit further down there is a recognition of the potential benefits and risks of a U.S. central bank digital currency and how important that is to the United States around maintaining the U.S. dollar leadership. 

In a lot of ways globally, the U.S. dollar provides stability. The framework also aims to ensure that white-collar crime and fraud don’t become the domains of digital currencies overall.

So lots of reasons why Web3 and blockchain play a huge role around this area of domestic policy and foreign policy.

Number one, jobs. Very high-paying, high-quality jobs to create a robust domestic economy.

Number two, foreign competition. Making sure that sanctions and embargoes are maintained despite the proliferation of digital currencies.

And number three, the U.S. dollar. Making sure that the U.S. dollar, which has a huge role to play in the global economy, not just at home, and any kind of central bank digital currency can play an equally important role. Or, as digital currencies gain favor in the world, that the U.S. role is not diminished as a result of a rise in blockchain, Bitcoin and other digital currencies.

So there we have some of the key reasons domestic and foreign policy is having an impact on blockchain, and also how Web3 and blockchain is impacting domestic and foreign policy. We’re excited to see the commitment by the U.S. government in this area.

Thanks for watching. Stay tuned for next episode.

Fast and Curious: Blockchain and domestic policy

This is the first installment of our brand new summer learning series: Fast and Curious. We’re summarizing key insights from our most popular private speaking events at Harvard, MIT, and elsewhere. For fans of our Blockchain Unboxed event, this video follows up on the connection between blockchain and domestic policy. Follow VIA to learn all about zero-knowledge proofs, public policy, and Web3 in the next few weeks.

Below is a transcript of the “Blockchain and Domestic Policy” video:

Welcome everyone to Fast and Curious with VIA. It may seem like an odd confluence of events, but actually the area of Web3 and blockchain impacting and being impacted by domestic policy and foreign policy is of high national importance and we’re going to spend one minute today to bring you up to speed on why that’s the case.

So first, let’s have a look at some companies. Let’s rewind the clock to 2011. And if you were to look at December 2011 and a list – thank you Wikipedia – of the largest companies by market capitalization on the planet, there are some observations to make about this list from 2011.

One observation is there’s a mix of countries. The United States is on this list, but you also have China and you’ve got Australia and Royal Dutch Shell, which is an Anglo-Dutch company.

Second observation is you’ll see commodities, right? So you’ll see the world of energy playing a big role. But energy more like oil and gas. Natural resources are really what’s driving this list from a big part, not exclusively, but from a big part.

Now, fast forward ten years, right? And let’s look at the list from 2021. In December 2021, when you look at that list, what’s the observation? Well, compare and contrast. Number one, a lot more American companies on this list. Eight out of ten of the companies are from the United States.

And number two, tech kind of plays the leading role here. Everybody basically on this list, even Taiwan Semiconductor or, you know, you could argue Berkshire Hathaway is not a tech company, it’s a financial services company. It is an investment firm, but who are some of the biggest stocks that they own? They own Apple, number one of that list. They own Microsoft, number two on that list. They own Amazon, number four on that list. So in a way, it’s an investor of some of the other companies higher up.

So the thing we’re seeing here is from a domestic policy standpoint, if you want to be elected and you want to be reelected, then one of the fabulous most easiest ways to do that is jobs. Create a strong economy. And the evidence shows that technology is a driver of high quality, high paying jobs. And how do you get more people employed? Well you make sure that there are technology jobs available here in the United States.

And so this is one reason that you’re seeing the United States focus in this area around things like blockchain and Web3, because 25 years ago, 25 or 30 years ago, you might not have picked the Internet or high technology as the biggest places where jobs are going to be created. But now that’s where wealth creation is happening. The result is the United States thinks ten, 15, 20, 25 years ahead of time. And with that perspective, an investment in things like Web3 and blockchain are inevitable because from a defensive perspective, you don’t want to miss out on this opportunity and have those jobs go elsewhere, have some other country become the main provider of that industry. And you want to be able to provide here domestically good things like high paying wages to people right here at home.

Our summary here is that the U.S. has leaped ahead in the economic league tables with the help of tech companies. U.S. investment in technologies like Web3 and blockchain are in the best interest for the long-term health of the U.S. economy.

In our next segment of Fast Curious, we’ll look at blockchain and foreign policy.

 

Former WSJ White House Correspondent and Senior Director at Circle, Jared Favole, interviewed during VIA live stream

VIA had the pleasure of hosting Jared Favole, Senior Director, Communications and Policy at Circle and former White House Correspondent for the Wall Street Journal at VIA’s headquarters in Somerville two weeks ago. Jared joined us for our first-ever live streamed event. VIAneers in Somerville, Montreal, and viewers from around the globe tuned in to hear VIA’s CEO, Colin Gounden, interview Jared Favole to discuss all things blockchain and domestic and foreign policy.

Circle is a global financial technology firm and the issuer of USDC and Euro Coin – highly liquid, interoperable, and trusted money protocols on the internet.

One of our favorite quotes from Jared during the event ties to the benefits of digital currencies over cash:

“The traditional way to deliver aid, particularly in the middle of a war zone or strife, sometimes amounts to literally flying a plane and dropping a palette of cash … if you tried to create an innovation called “cash” today, it would not get approved.”

Jared also shared his experience while being a White House Correspondent, his thoughts on how to make blockchain work in the future, and answered a number of excellent questions submitted from audience members on social media, the live chat, and in person. The full recording of the 45-minute discussion is available below:

As a follow up, blockchain, Web3, and particularly zero-knowledge proof enthusiasts will be excited to hear that we are launching “Fast and Curious,” a summer learning series of short videos where our CEO Colin Gounden gives an overview of specific topics in the Web3 space.

The first blog in this series will also be on blockchain and domestic and foreign policy. So, follow VIA’s website and social media (LinkedIn, Twitter, Instagram) to catch the latest!

Power Up! Winner: AI to improve developer experience

Frequent readers of VIA’s blog will know that twice a year we invest several days into “Power Ups!” These are days where 100% of VIAneers to stop bumping their heads on their day-to-day tasks and think about ways we can improve the way we work.

This year, we focused on artificial intelligence (AI). VIAneers self-selected into 13 teams and came up with ideas to leverage AI. Ideas included everything from ethical guidelines for AI, and how to generate more blog content, to how to use AI to support Kubernetes deployments.

This Power Up! we upped the stakes and had the teams compete for a $1,000 USD prize to be spent on anything that they would like. We were privileged to have Major General Kim Crider (ret) former Chief Technology Innovation Officer of the United States Space Force, Tom Davenport, author of more than 11 books on analytics and AI, and Tom Werner, former CEO and Chairman of SunPower join VIA’s COO, Kate Ravanis as our panel of judges to select the winner.

Winners were judged based on four criteria: VIA Value, Technical Readiness, Risk Consideration, Presentation Skills.

All of our VIAneers did an incredible job of not just finding great ways to leverage AI but also implementing them in the 2.5 day Power Up! time limit. 

But, there could only be one winner. 

The team that won was the TL;DR team. As readers know, we love a good pull request (feedback on developer code changes). While we have a whole language system about how to provide feedback on pull requests, TL;DR team figured out how AI could be used to help write a summary of the pull requests to aid reviewers.

“We found that all the teams had done an exceptional job generating ideas and taking a first pass at articulating the benefits and the implementation plans for their AI initiatives. What the judges thought made TL;DR stand apart was that the team had actually implemented their solution and reviewed internal data to quantify a savings of more than $250,000 per year with no additional costs. The fact that they had also thought through how to make the AI generated summaries reflect VIA’s culture and values was a special bonus from my perspective.” said Kate Ravanis, VIA’s COO.

As the video below shows, the TL;DR team’s AI generates summaries of pull requests to speed up the code review process.

Here are a few examples of how the TL;DR team’s project excelled against the evaluation criteria in just a few short days:

  1. VIA Value – The team requested internal data and was able to quantify the expected value (over $250,000 per year) and provided a spreadsheet to show their work.
  2. Technical Readiness – The code was working and demonstrated on a current VIA repo using VIA’s existing infrastructure. Bonus points that the AI model was directed to generate text that reflected VIA values and even use emojis.
  3. Risk Consideration – The team evaluated external solutions but ultimately implemented an in-house solution to protect VIA’s intellectual property. A thoughtful addition is to add a warning to each response that it is generated by AI and may not be 100% accurate.
  4. Presentation Skills – Every team had a 5 minute limit and TL;DR did a great job of summarizing their solution clearly and concisely.

Less than two weeks later, this solution is already live and in use today with VIA developers. 

Consistent with our long-standing commitment to improving developer communities everywhere, after further testing at VIA we will open source this project and make it available on GitHub.

Introducing VIA GPT: Supporting customers using AI

In October 2022, VIA began testing generative AI (GAI) and large language models (LLM) to support our internal development work. In January 2023, we released our first documentation to customers using GAI. The idea was that if we used GAI to create and provide first line technical support to customers, we could provide high leverage to our more seasoned technical VIAneers – with the caveat that everything was vetted by a person for accuracy and consistency.

Of course a lot has happened in the GAI and LLM world since January. Model variety, use cases, and performance are increasing exponentially.

Today, we’re pleased to launch VIA GPT as a way for our customers to get first line technical support on our core components (initially VIAsecurechain, and Fingerprinting).

With VIA GPT, customers can ask natural language queries to receive:

  • Documentation about our components

  • Code examples to deploy and integrate products

  • Multi-lingual support

  • 24/7 support

In addition, the use of a VIA-specific interface reduces the risk of GPT “hallucinations” from queries and creates a user-tailored and / or enterprise memory that is accessible across query sessions.

Given our standard deployment environments (Kubernetes, Helm charts) and also standard APIs (RESTful and Kafka with Swagger docs) most customers that have large IT teams can integrate and install VIA’s platform in just a few hours. We hope that VIA GPT support will reduce that time even further and bring our platform to enterprises with smaller IT teams.

Of course, our friendly and experienced VIAneers are always available to support customers directly as well. We look forward to continuously enhancing our offerings and giving our customers the VIA Good experience they have come to expect.

If you are interested in learning more about VIA GPT, contact us!

Top Burning Questions Q5: Where would I use a “Credentials Wallet?”

A wallet is a means for users to confirm their blockchain transactions. A common question from our customers is: “what‘s an example of a wallet in an enterprise context?”

To illustrate this, here’s an example of how a wallet might be used by an equipment manufacturer that is selling to other enterprises (i.e., B2B).

The equipment manufacturer provides an uptime guarantee to its customers. If the equipment is offline, the event can be automatically recorded in a blockchain for both the customer and the manufacturer to see.

The more important question for the manufacturer and its customers is: why was the equipment offline? Was the equipment offline for a valid reason, such as regularly scheduled maintenance? Or, was it offline due to a fault (and therefore there may be contractual penalties)? Or, were there external factors, like a flood, that will trigger insurance coverage?

In this example, the customer and the manufacturer submit their explanation and evidence (e.g., photos of the flooded equipment). Fingerprints of the documentation are logged on the blockchain. The actual data is stored off chain.

Recording the explanation and evidence in an immutable and auditable format creates trust. This trust speeds up processes like vendor performance review meetings, contract renewals, insurance claims, and regulator investigations.

So, what about the wallet?

Well, in a fully automated system there’s no need for one. That is, if the equipment being offline automatically triggered an alert, storing that alert information on the blockchain could be completely automated without the need for a wallet.

In our example, the “why” piece is a manual diagnostic. This information requires some authorization and authentication to make sure the person submitting it is who they claim to be, and has the permission to submit the documents.

One way to verify that the documents were submitted by authorized parties is to have each submitter digitally sign the transaction at submission. With multiple submitters (e.g., a manufacturer and customers), each party would have to integrate the submission system with their respective digital signature system.

With the VIA Credentials Wallet, all parties receive a simple mechanism to sign blockchain transactions without each participant having to integrate a new system. Each party also maintains their own enterprise user management systems (e.g., role-based access control (RBAC) models, identity access models (IAM), single sign-on (SSO), active directory service, etc.). This approach is particularly valuable at enterprises that have their employees hold their own private keys, such as through Yubikey (like Amazon, Apple, Google, Microsoft …) or an access card to login to their computers.

One of the key benefits to this approach is that the same Credentials Wallet can be used across multiple applications (e.g., systems from different manufacturers). In addition, RBAC integration with the wallet and VIA’s blockchain enables each organization to have their own rules to verify a transaction. Enterprises could decide to have multiple signatures to confirm a transaction, or only signatures from a certain role as submitters of a confirmation.

There are other benefits as well to a VIA-specific wallet. Long-time VIA blog readers will know that cybersecurity is a running theme as a differentiator for VIA in our platform. Everyone deserves the best cybersecurity. Over and above this, companies have a legal obligation to make sure they are protecting their financial and data assets. VIA has made the investment to harden VIA’s Credentials Wallet to U.S. Department of Defense (DoD) cybersecurity standards.

Looking for more information or have a related query? Don’t hesitate to contact us at info@solvewithvia.com and submit your question.

Top Burning Questions Q4: Why does VIA have its own blockchain?

Q4: Why does VIA have its own blockchain?

There are as many as 1,000 blockchains in the world today. A very reasonable question to ask is why create another one?

While VIA does connect to public blockchains if financial transitions are required, our motivation stems from customer requirements to control permission and analysis of off-chain datasets.

Read more below on the key reasons that drove VIA to create VIAsecurechain.

Data – Many blockchains are focused on financial transactions and not on data. At VIA, we are using blockchain to enable the secure verification, integration, and analysis of data. More specifically, we’re focused on large, decentralized datasets that need to be kept private and confidential. We accomplish this by storing hashes of individual digital assets (e.g., datasets) and making them searchable through an off-chain database. This private data use case considerably narrowed the set of available blockchains.[1]

CostMany blockchains today require a token system for consensus and key functionality. While there are benefits to a token, gas fees can add up quickly. A voting-based consensus mechanism (like Tendermint) can provide security without the expense of a token. The customer requirement for low cost combined with a data-centric blockchain led VIA in 2018 to build upon BigchainDB and Tendermint as core components.

CybersecurityAll customers, like those in critical infrastructure such as energy and transportation care about cybersecurity standards. This is particularly true for VIA’s defense customers. This requirement was not something that we found anywhere else.The result is that VIA forked code from BigchainDB and Tendermint and invested to meet the U.S. TOP SECRET level cybersecurity standards (e.g., zero-trust architecture, hardened containers) for the blockchain, consensus mechanism, and the hash storage database (MongoDB). The combination of these three elements are the core of VIAsecurechain. The result is that VIAsecurechain is the U.S. Department of Defense’s first and only cybersecurity accredited blockchain.

Explore the other components of VIA’s Web3 platform here and read more about VIAsecurechain in our solution brief.

[1]  Of course, the combination of a data-centric blockchain with a public, financial transaction blockchain enables the best of both worlds: secure markets for private data. This concept was first proposed in our 2018 white paper and now a reality through our partnership with Polygon.

VIA’s 2022 Highlights in 60 Seconds –
How the VIA values shaped our 2022

One clear theme for VIA emerged in 2022: W3. What do we mean by that? VIA CEO Colin Gounden explains in under 60 seconds.

 

Examples of Living Our VIA Values in 2022

The VIA values are expressed not just in our day-to-day interactions and culture, but also as a guide for decisions we make as a company. Here’s a look back at how we integrated our values into everything we did in 2022.

 

Love in = Love out

Our Love in = Love out value is all about taking pride in what you do. VIAneers got to express their pride in our mission captured in the video below.

Be each other’s biggest fan

For the first time in three (3!) years, we hosted our semi-annual Power Up in person at our Montreal office. This was our largest company onsite ever with nearly 20 new VIAneers hired this year. VIAneers got together to share ideas, lend support, and brainstorm.

As a company located across multiple countries, we know that getting ALL of our VIAneers in one space was not an easy feat. In true VIA fashion we’d like to share a shout out to our People & Operations team for organizing and coordinating a fabulous multi-day onsite!

Stay curious

As a company at the forefront of cutting-edge Web3 technologies, not only do we need to be curious about what others are building in the community, but we share our own learnings as well.

In 2022, VIA was featured in a record number of podcasts. One standout interview was with Nasdaq’s TradeTalks, where VIA CEO, Colin Gounden, explained the connections between Web3, blockchain, the U.S. DOD, and clean energy in 6 minutes.

Not only were we giving talks remotely – we did it in person too! Chainlink invited VIA to speak at 2022’s must-attend Web3 event, SmartCon 2022. Didn’t get to be there? Luckily for you we have a 90 second summary of Colin’s talk!

   

Learning never goes out of style

At VIA, we’re always learning. We began the year by being one of only ten companies out of more than 100 applicants selected to join Wharton University’s Stevens Center Cypher Accelerator program, where we learned from the biggest names in blockchain such as a16z and Pantera.

Then, we ended the year with another innovative accelerator program, when we were selected as one of only nine companies out of more than 200 applicants to learn from industry leaders at the AWS Sustainable Cities Accelerator for Infrastructure.

   

Ready, set, RESILIENCE!

In 2022, not only did we improve and upgrade our current technology infrastructure, we added brand new features to our Web3 platform. We wrote multiple blogs about zero-knowledge proofs, homomorphic encryption, and even shared some open source code.

Respect a challenge and challenge with respect

The energy sector faces tough challenges in war, weather, and waning infrastructure globally. This year VIA rose to that challenge with the launch of Skylight, our Web3 platform to support ultra-fine grained demand response. Read about how we leverage zero-knowledge proofs, NFTs, and more in our latest white paper.

And that’s a selection of our 2022 milestones! We couldn’t have done it without the contributions and continued support of customers, partners, and of course our very own VIAneers. 

In last year’s end of year reflection blog, we aimed to scale up in 2022 – all of which came true. After all, the best way to predict the future is to build it. In 2023, VIA is looking forward to announcing our contributions to communities big and small globally.

The year in Switzerland:
highlights of mission-driven initiatives in 2022

Avid VIA blog readers will be familiar with the many reasons for why we picked Switzerland as our European headquarters. In short, the country is a leader in clean energy, data privacy, and blockchain – three areas that strongly align with VIA’s mission to make communities cleaner, safer, and more equitable. 

The prestigious Tell Award we received in October of 2021 recognized VIA, along with Moderna, at a national level in Switzerland and set us up for an eventful year ahead. For all of you visual learners following VIA, here’s a look back at all things VIA that took place in Switzerland in 2022.

January 2022: Swiss media features VIA and HSLU in an article on securing smart meter data. Learn more here.

Swiss Ambassador to the United States, Markus Börlin, interviews VIA CEO Colin Gounden in New York. Learn more here.

EPRI puts VIA data privacy through its paces with an independent evaluation process. Learn more here.

July 2022: The VIA team hosts Swiss VIAneers Jeanine Pilloud and Martin Ramsler at VIA’s Boston headquarters.

August 2022: VIA Expansion Manager Ray Neubauer speaks at the SUEID conference in Bern. Learn more here.

September 2022: VIA participates in the Energy Data Hackdays event in Brugg for the third consecutive year with a challenge developed by VIA’s Skylight team. Learn more here.

October 2022: Our Swiss site, solvewithvia.ch, is launched in three languages: English, French, and German.

Swiss podcast Insider’s Guide to Energy interviews VIA CEO Colin Gounden to talk blockchain and energy. Learn more here.

December 2022: VIA CEO Colin Gounden travels to Switzerland to meet with our Swiss counterparts and customers to talk Skylight. Pictured below – Innovation Process Technology in Zurich hosts Swiss VIAneers Raimund Philip Neubauer, Jeannine Pilloud, and Colin Gounden for dinner after a Web3 talk.

As 2023 approaches, we look forward to scaling the technology and partnerships in Switzerland. In the meantime, thank you to all our partners and VIAneers for your support in creating a solid foundation. We are sending our sincerest and warmest holiday wishes to all of our European communities.

Top Burning Questions Q3: What do cryptocurrencies have to do with data privacy?

Question: What do cryptocurrencies have to do with data privacy?

There is no shortage of news around cryptocurrencies today, especially given the collapse of FTX, the crypto exchange company, earlier this year. Now more than ever, a question that we are getting is how cryptocurrencies are relevant to our Web3 data privacy platform.

What astute readers know is that the “crypto” in “cryptocurrencies” is for cryptography. The tech stack in the blockchain ecosystem related to encryption, privacy, and security is evolving faster than the technology of any single company. This is the main reason that VIA is committed to leveraging crypto technologies in our data privacy solutions.

Zero-knowledge proofs (ZKPs) are a good example of this. Long-time VIA blog readers will be very familiar with ZKPs. While their mathematical origin goes back to 1982, the first widespread application came from verifying cryptocurrency transactions. Here’s a quick example:

Imagine a disagreement between Adam trying to buy one bitcoin from Eve. Eve says she sent it. Adam says he never received it. In a traditional banking transaction, Adam and Eve would know each other’s names, bank details, and there would be at least one bank that can verify what happened. In the case of a cryptocurrency like bitcoin, the whole point is anonymous (so Adam and Eve don’t know each other) and peer-to-peer (so there’s no independent middleman to verify) transactions. That’s where ZKPs come in. They are a software mechanism to verify a transaction of a digital asset while maintaining the anonymity of each party, and without the need for a middleman.

That neat trick of verifying a digital transaction between two direct parties and maintaining the privacy of each one is hugely valuable in more than just bitcoin. In VIA’s case we made a choice to leverage ZKPs in energy and data transactions rather than try and invent a new technology. ZKPs are just one of the many digital asset privacy and protection mechanisms we use at VIA from the crypto world. 

Of course, don’t just take our word for it. Large, established institutions are formally embracing Web3 technologies.

“The DoD believes that Web 3.0 Blockchain technology can be leveraged to build systems that focus on protecting the data independently of the systems that store, transport, and process it through decentralization.”

That’s a recent quote from the CIO of the U.S. Department of Defense. In the past few months we’ve seen a significant uptick in the number of large companies that are asking us more sophisticated questions about our blockchain and Web3 technologies to embed with their own Web3 teams and initiatives. We see a bright future in blockchain and Web3 for those interested in the best in data privacy technology. 

Top Burning Questions Q2: Why do we work with the DoD, and what does it mean to have a top secret cybersecurity accreditation?

Question: Why do we work with the U.S. Department of Defense, and what does it mean to have a top secret cybersecurity accreditation?

In short, our work with the U.S. Department of Defense (DoD) is in direct support of our mission. Long-time readers will be familiar with our core mission to make communities cleaner, safer, and more equitable.

Of course, the DoD provides humanitarian assistance ranging from providing food and shelter to individuals impacted by natural disasters to evacuating refugees from war-torn regions.

Air Force personnel load a supply of rice and soy-based meals for shipment to Guatemala. Photo by U.S. Air Force.

There is also a strong tie to energy, where we focus almost all of our commercial solutions. As a nation, the U.S. is the single largest consumer of energy on the planet. Moreover, a whopping 77%1 of the energy consumption of the entire U.S. Government is by the U.S. DoD. In our view, if we aim to accelerate clean energy, then working with entities like the U.S. Air Force to adopt electric vehicles and move to renewables is a must.

In addition, working with DoD installations on the topic of electrification helps us learn about how we can support civilian communities. A military base is like a city, with tens of thousands of people, thousands of buildings, roads, and vehicles. How we make a base more efficient directly helps us make urban environments cleaner.

Last, but not least, there’s the cybersecurity element. The standards required for our Web3 platform to run at the DoD include things like zero-trust architecture, hardened containers, and continuous vulnerability checks. Everything we do at the DoD can be brought to our commercial customers who are equally concerned about cybersecurity attacks. In our view, there is no higher standard for cybersecurity, and therefore no better way to make our communities safer.

We’re just beginning our work at the DoD. We look forward to a long relationship to support the DoD’s mission and, at the same time, bring our knowledge to improve the lives of residents in local communities.

Are you a community transitioning to clean energy and electric vehicles? We’d love to hear from you regarding your journey and share your learning with others.

Meet the Team: Santiago Vázquez Enríquez, Senior DevOps Specialist

We’re back with a fan favorite: VIA’s Meet the Team blog series! Through a Q&A-style interview, you will hear from our very own VIAneers about everything from a typical day at VIA to their favorite books, emojis, and activities outside the office. Now, let’s meet ‘em!


What does a typical day at VIA look like for you?

It usually starts with coffee and reviewing pull requests. After that, we have the usual agile ceremonies with the team and from there it all depends on the project I’m working on during each sprint. It could be more coding or design sessions, debugging, troubleshooting, and/or taking care of our deployments. To sum up, I am problem solving all day!

How has VIA’s adoption of flexible work locations impacted your work-life harmony?

I love remote work!

I’m close to our Montreal office and sometimes I choose to work from there. Days start easier with that level of flexibility, less rushing after dropping my son at school and more homemade meals for lunch. Speaking of lunch, sometimes that time of day could include jogging for an hour or a workout session, if time permits.

What’s something you have worked on at VIA that you are most proud of?

I’m proud to have been part of the team that achieved DoD’s Platform One accreditation. This was a big project that involved hardening our containerized application’s security, implementing DevSecOps pipelines, and configuring our Kubernetes clusters to run one of DoD’s hardened platforms on top of them. It was hard work, but felt good to be compliant with such a high level of cybersecurity!

What’s your favorite VIA memory?

When I joined VIA, remote work and lockdowns were already in place. Because of this, it was about a year before I met my teammates in person at the first Montreal office event. It was great to have offline chats and hang out! Since then, my favorite moments are from in-person events. A few weeks ago, we had an AWESOME in-person event, where we spent a couple of days learning and having fun together!

What’s something everyone may not, but should know about working at VIA?

From day one, you get to work on cutting-edge technology. The software that we build is complex to the point that it might feel like rocket science. It would be intimidating if it wasn’t for being surrounded by awesome teammates. Every one of them will help you succeed and it feels great to know that the leadership team has our backs with consistent feedback and support.

How does VIA’s Tech Stack compare to past experiences?

We are serious about maintaining our Infrastructure as Code, and automation is at the heart of our operations. To achieve this, we rely on orchestration systems such as Kubernetes to deploy and manage our applications. We are constantly building on top of the Kubernetes ecosystem to implement vendor agnostic tools such as the Istio service mesh to enable encrypted communications. As the ecosystem evolves, we bring in more features and tools that translate into more automation and a better developer experience.

Why is our VIAneer Experience Program (VXP) important to you?

I see the VXP as my best ally to avoid burnout. It’s a system that focuses on wellness and growth. It is also an open line of communication to address our goals and needs and align them with those of VIA.

Just for fun this time, what are your top favorite podcasts / books?

I like reading biographies and I loved “Just Kids” by Patti Smith. When it comes to fiction, I prefer Spanish and one of the latest horror novels I’ve read is “Nuestra parte de noche” (Our share of night) by Mariana Enriquez. I’m subscribed to a lot of podcasts (I bite off more than I can chew…) but one of my favorites is “Philosophize This!” There’s a lot of work behind each episode and it demands full attention from the listener, but it’s worth the effort!

What are 1-3 of your favorite emojis?

☕️ – 🤣 – 🙌


Interested in joining a team like Santiago describes? Check out our Careers page or contact us to learn more!