Image Title

Search Results for Web2:

Sahir Azam & Guillermo Rauch | MongoDB World 2022


 

>> We're back at the Big Apple, theCUBE's coverage of MongoDB World 2022. Sahir Azam is here, he's the Chief Product Officer of MongoDB, and Guillermo Rauch who's the CEO of Vercel. Hot off the keynotes from this morning guys, good job. >> Thank you. >> Thank you. >> Thank you for joining us here. Thanks for having us. Guillermo when it comes to modern web development, you know the back-end, the cloud guys got to it kind of sewn up, >> you know- >> Guillermo: Forget about it. >> But all the action's in the front end, and that's where you are. Explain Vercel. >> Yeah so Vercel is the company that pioneers front-end development as serverless infrastructure. So we built Next.js which is the most popular React framework in the world. This is what front-end engineers choose to build innovative UI's, beautiful websites. Companies like Dior and GitHub and TikTok and Twitch, which we mentioned in the keynote, are powering their entire dot-coms or all of their new parts of their dot-coms with Next.js. And Vercel is the serverless platform where you can deploy frameworks like in Next.js and others like Svelte and Vue to create really fast experiences on the web. >> So I hear, so serverless, I hear that's the hot trend. You guys made some announcements today. I mean when you look at the, we have spending data with our friends at ETR right down the street. I mean it's just off the charts, whether it's Amazon, Google, Azure Functions, I mean it's just exploding. >> Sahir: Yeah, it's I think in many ways, it's a natural trend. You know, we talk a lot about, whether it be today's keynote or another industry talks you see around our industry that developers are constantly looking for ways to focus on innovation and the business logic that defines their application and as opposed to managing the plumbing, and management of infrastructure. And we've seen this happen over and over again across every layer of the stack. And so for us, you know MongoDB, we have a bit of, you know sort of a lens of a broad spectrum of the market. We certainly have you know, large enterprises that are modernizing existing kind of core systems, then we have developers all over the world who are building the next big best thing. And that's what led us to partner with Vercel is just the bleeding edge of developers building in a new way, in a much more efficient way. And we wanted to make sure we provide a data platform that fits naturally in the way they want to work. >> So explain to our audience the trade-offs of serverless, and I want to get into sort of how you've resolved that. And then I want to hear from Guillermo, what that means for developers. >> Sahir: Yeah in our case, we don't view it as an either or, there are certain workloads and definitely certain companies that will gravitate towards a more traditional database infrastructure where they're choosing the configuration of their cluster. They want full control over it. And that provides, you know, certain benefits around cost predictability or isolation or perceived benefits at least of those things. And customers will gravitate towards that. Now on the flip side, if you're building a new application or you want the ability to scale seamlessly and not have to worry about any of the plumbing, serverless is clearly the easier model. So over the long term, we certainly expect to see as a mix of things, more and more serverless workloads being built on our platform and just generally in the industry, which is why we leaned in so heavily on investing in Atlas serverless. But the flexibility to not be forced into a particular model, but to get the same database experience across your application and even switch between them is an important characteristic for us as we build going forward. >> And you stressed the cost efficiency, and not having to worry about, you know, starting cold. You've architected around that, and what does that mean for a developer? >> Guillermo: For a developer it means that you kind of get the best of both worlds, right? Like you get the best possible performance. Front-end developers are extremely sensitive to this. That's why us pioneering this concept, serverless front-end, has put us in a very privileged position because we have to deliver that really quick time to first buy, that really quick paint. So any of the old trade-offs of serverless are not accepted by the market. You have to be extremely fast. You have to be instant to deliver that front-end content. So what we talked about today for example, with the Vercel Edge network, we're removing all of the cost of that like first hit. That cold start doesn't really exist. And now we're seeing it all across the board, going into the back-end where Mongo has also gotten rid of it. >> Dave: How do you guys collaborate? What's the focus of integration specifically from, you know, an engineering resource standpoint? >> Yeah the main idea is, idea to global app in seconds, right? You have your idea. We give you the framework. We don't give you infrastructure primitives. We give you all the necessary tools to start your application. In practice this means you host it in a Git repo. You import it onto Vercel. You install the Mongo integration. Now your front-end and your data back-end are connected. And then your application just goes global in seconds. >> So, okay. So you've abstracted away the complexity of those primitives, is that correct? >> Guillermo: Absolutely. >> Do do developers ever say, "That's awesome but I'd like to get to them every now and then." Or do you not allow that? >> Definitely. We expose all the underlying APIs, and the key thing we hear is that, especially with the push for usage-based billing models, observability is of the essence. So at any time you have to be able to query, in real time, every data point that the platform is observing. We give you performance analytics in real time to see how your front-end is performing. We give you statistics about how often you're querying your back-end and so on, and your cache hit ratios. So what I talked about today in the keynote is, it's not just about throwing more compute at the problem, but the ability to use the edge to your advantage to memoize computation and reuse it across different visits. >> When we think of mission critical historically, you know, you think about going to the ATM, right? I mean a financial transaction. But Mongo is positioning for mission critical applications across a variety of industries. Do we need to rethink what mission critical means? >> I think it's all in the eye of the beholder so to speak. If you're a new business starting up, your software and your application is your entire business. So if you have a cold start latency or God forbid something actually goes down, you don't have a business. So it's just as mission critical to that founder of a new business and new technology as it is, you know, an established enterprise that's running sort of a more, you know, day-to-day application that we may all interact with. So we treat all of those scenarios with equal fervor and importance right? And many times, it's a lot of those new experiences that the become the day-to-day experiences for us globally, and are super important. And we power all of those, whether it be an established enterprise all the way to the next big startup. >> I often talk about COVID as the forced march to digital. >> Sahir: Mm-Hmm. >> Which was obviously a little bit rushed, but if you weren't in digital business, you were out of business. And so now you're seeing people step back and say, "All right, let's be more thoughtful about our digital transformation. We've got some time, we've obviously learned some things made some mistakes." It's all about the customer experience though. And that becomes mission critical right? What are you seeing Guillermo, in terms of the patterns in digital transformation now that we're sort of exiting the isolation economy? >> One thing that comes to mind is, we're seeing that it's not always predictable how fast you're going to grow in this digital economy. So we have customers in the ecommerce space, they do a drop and they're piggybacking on serverless to give them that ability to instantly scale. And they couldn't even prepare for some of these events. We see that a lot with the Web3 space and NFT drops, where they're building in such a way that they're not sensitive to this massive fluctuations in traffic. They're taking it for granted. We've put in so much work together behind the scenes to support it. But the digital native creator just, "Oh things are scaling from one second to the next like I'm hitting like 20,000 requests per second, no problem Vercel is handling it." But the amount of infrastructural work that's gone behind the scenes in support has been incredible. >> We see that in gaming all the time, you know it's really hard for a gaming company to necessarily predict where in the globe a game's going to be particularly hot. Games get super popular super fast if they're successful, it's really hard to predict. It's another vertical that's got a similar dynamic. >> So gaming, crypto, so you're saying that you're able to assist your customers in architecting so that the website doesn't crash. >> Guillermo: Absolutely. >> But at the same time, if the the business dynamic changes, they can dial down. >> Yeah. >> Right and in many ways, slow is the new down, right? And if somebody has a slow experience they're going to leave your site just as much as if it's- >> I'm out of here- >> You were down. So you know, it's really maintaining that really fast performance, that amazing customer experience. Because this is all measured, it's scientific. Like anytime there's friction in the process, you're going to lose customers. >> So obviously people are excited about your keynote, but what have they been saying? Any specific comments you can share, or questions that you got that were really interesting or? >> I'm already getting links to the apps that people are deploying. So the whole idea- >> Come on! >> All over the world. Yeah so it's already working I'm excited. >> So they were show they were showing off, "Look what I did" Really? >> Yeah on Twitter. >> That's amazing. >> I think from my standpoint, I got a question earlier, we were with a bunch of financial analysts and investors, and they said they've been talking to a lot of the customers in the halls. And just to see, you know, from the last time we were all in person, the number of our customers that are using multiple capabilities across this idea of a developer data platform, you know, certainly MongoDB's been a popular core database open source for a long time. But the new capabilities around search, analytics, mobile being adopted much more broadly to power these experiences is the most exciting thing from our side. >> So from 2019 to now, you're saying substantial uptick in adoption for these features? >> Yeah. And many of them are new. >> Time series as well, that's pretty new, so yeah. >> Yeah and you know, our philosophy of development at MongoDB is to get capabilities in the hands of customers early. Get that feedback to enrich and drive that product-market fit. And over the last three years especially, we've been transitioning from a single product kind of core, you know, non relational modern database to a data platform, a developer data platform that adds more and more capabilities to power these modern applications. And a lot of those were released during the pandemic. Certainly we talked about them in our virtual conferences and all the zoom meetings we had over the years. But to actually go talk to all these customers, this is the largest conference we've ever put on, and to get a sense of, wow all the amazing things they're doing with them, it's definitely a different feeling when we're all together. >> So that's interesting, when you have such a hot product, product-led growth which is what Mongo has been in, and you add these new features. They're coming from the developers who are saying, "Hey, we need this." >> Yip. >> Okay so you have a pretty high degree of confidence, but how do you know when you have product-market fit? I mean, is it adoption, usage, renewals? What's your metric? >> Yeah I think it's a mix of quantitative measures that you know, around conversion rates, the size of your funnel, the retention rate, NPS which obviously can be measured, but also just qualitative. You know when you're talking to a developer or a technology executive around what their needs are, and then you see how they actually apply it to solve a problem, it's that balance between the qualitative and the quantitative measurement of things. And you can just sort of, frankly you can feel it. You can see it in the numbers sure, but you can kind of feel that excitement, you can see that adoption and what it empowers people to do. And so to me, as a product leader, it's always a blend of those things. If you get too obsessed with purely the metrics, you can always over optimize something for the wrong reason. So you have to bring in that qualitative feedback to balance yourself out. >> Right. >> Guillermo, what's next? What do you not have that you want from Sahir and Mongo? >> So the natural next step for serverless computing is, is the Edge. So we have to auto-scale, we have to tolerate fares. We have to be avail. We have to be easy, but we have to be global. And right now we've been doing this by using a lot of techniques like caching and replication and things like this. But the future's about personalizing even more to each visitor depending on where they are. So if I'm in New York, I want to get the latest offers for New York on demand, just for me, and using AI to continue to personalize that experience. So giving the developer these tools in a way where it feels natural to build an application like this. It doesn't feel like, "Oh I'm going to do this year 10 if I make it, I'm going to do it since the very beginning." >> Dave: Okay interesting. So that says to me that I'm not going to make a round trip to the cloud necessarily for that experience. So I'm going to have some kind, Apple today, at the Worldwide Developer Conference announced the M2, right. I've been looking at the M1 Ultra, and I'm going wow look at that! And so- >> Sahir: You were talking about that new one backstage. >> I mean it's this amazing pace of Silicon development and they're focusing on the NPU and you look at what Tesla's doing. I mean it's just incredible. So you're going to have some new hardware architecture that emerges. Most of the AI that's done today is modeling in the cloud. You're going to have a real time inferencing at the Edge. So that's not going to do the round trip. There's going to be a data store there, I think it has to be. You're going to persist some of the data, maybe not all of it. So it's a whole new architecture- >> Sahir: Absolutely. >> That's developing. That sounds very disruptive. >> Sahir: Yeah. >> How do you think about that, and how does Mongo play there? Guillermo first. >> What I spent a lot of time thinking about is obviously the developer experience, giving the programmer a programming model that is natural, intuitive, and produces its great results. So if they have to think about data that's local because of regulatory reasons for example, how can we let the framework guide them to success? I'm just writing an application I deployed to the cloud and then everything else is figured out. >> Yeah or speed of light is another challenge. (Sahir and Guillermo laugh) >> How can we overcome the speed of light is our next task for sure. >> Well you're working on that aren't you? You've got the best engineers on that one. (Sahir and Guillermo laugh) >> We can solve a lot of problems, I'm not sure of that one. >> So Mongo plays in that scenario or? >> Yeah so I think, absolutely you know, we've been focused heavily on becoming the globally distributed cloud data layer. The back-end data layer that allows you to persist data to align with performance and move data where it needs to be globally or deal with data sovereignty, data nationalism that's starting to rise, but absolutely there is more data being pushed out to the Edge, to your point around processing or inference happening at the Edge. And there's going to be a globally distributed front-end layer as well, whether data and processing takes apart. And so we're focused on one, making sure the data connectivity and the layer is all connected into one unified architecture. We do that in combination with technologies that we have that do with mobility or edge distribution and synchronization of data with realm. And we do it with partnerships. We have edge partnerships with AWS and Verizon. We have partnerships with a lot of CVM players who are building out that Edge platform and making sure that MongoDB is either connected to it or just driving that synchronization back and forth. >> I call that unified experience super cloud, Robbie Belson from Verizon the cloud continuum, but that consistent experience for developers whether you're on Prim, whether you're in you know, Azure, Google, AWS, and ultimately the Edge. That's the big- >> That's where it's going. >> White space right now I'm hearing, Guillermo, right? >> I think it'll define the next generation of how software is built. And we're seeing this almost like a coalition course between some of the ideas that the Web3 developers are excited about, which is like decentralization almost to the extreme. But the Web2 also needs more decentralization, because we're seeing it with like, the data needs to be local to me, I need more privacy. I was looking at the latest encryption features in Mongo, like I think both Web2 need to incorporate more of the ideas of Web3 and vice versa to create the best possible consumer experience. Privacy matters more than ever before. Latency for conversion matters more than ever before. And regulations are changing. >> Sahir: Yeah. >> And you talked about Web3 earlier, talked about new protocols, a new distributed you know, decentralized system emerging, new hardware architectures. I really believe we really think that new economics are going to bleed back into the data center, and yeah every 15 years or so this industry gets disrupted. >> Sahir: Yeah. >> Guillermo: Absolutely. >> You know you ain't see nothing yet guys. >> We all talked about hardware becoming commoditized 10, 15 years ago- >> Yeah of course. >> We get the virtualization, and it's like nope not at all. It's actually a lot of invention happening. >> The lower the price the more the consumption. So guys thanks so much. Great conversation. >> Thank you. >> Really appreciate your time. >> Really appreciate it I enjoyed the conversation. >> All right and thanks for watching. Keep it right there. We'll be back with our next segment right after this short break. Dave Vellante for theCUBE's coverage of MongoDB World 2022. >> Man Offscreen: Clear. (clapping) >> All right wow. Don't get up. >> Sahir: Okay. >> Is that a Moonwatch? >> Sahir: It is a Speedmaster but it's that the-

Published Date : Jun 8 2022

SUMMARY :

he's the Chief Product Officer of MongoDB, the cloud guys got to it kind of sewn up, and that's where you are. And Vercel is the I mean it's just off the charts, and the business logic that So explain to our audience But the flexibility to not be forced and not having to worry about, So any of the old trade-offs You install the Mongo integration. is that correct? "That's awesome but I'd like to get the edge to your advantage you know, that the become the day-to-day experiences the forced march to digital. in terms of the patterns behind the scenes to support it. We see that in gaming all the time, the website doesn't crash. But at the same time, friction in the process, So the whole idea- All over the world. from the last time we were all in person, And many of them are new. so yeah. and all the zoom meetings They're coming from the it's that balance between the qualitative So giving the developer So that says to me that I'm about that new one backstage. So that's not going to do the round trip. That's developing. How do you think about that, So if they have to think (Sahir and Guillermo laugh) How can we overcome the speed of light You've got the best engineers on that one. I'm not sure of that one. and the layer is all connected That's the big- the data needs to be local to me, that new economics are going to bleed back You know you ain't We get the virtualization, the more the consumption. enjoyed the conversation. of MongoDB World 2022. All right wow.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Robbie BelsonPERSON

0.99+

SahirPERSON

0.99+

VerizonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

DavePERSON

0.99+

Sahir AzamPERSON

0.99+

Dave VellantePERSON

0.99+

GuillermoPERSON

0.99+

Guillermo RauchPERSON

0.99+

2019DATE

0.99+

VercelORGANIZATION

0.99+

DiorORGANIZATION

0.99+

TwitchORGANIZATION

0.99+

GitHubORGANIZATION

0.99+

New YorkLOCATION

0.99+

AmazonORGANIZATION

0.99+

Next.jsTITLE

0.99+

MongoORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

TikTokORGANIZATION

0.99+

bothQUANTITY

0.99+

AppleORGANIZATION

0.99+

one secondQUANTITY

0.99+

TeslaORGANIZATION

0.99+

todayDATE

0.99+

MongoDBORGANIZATION

0.98+

firstQUANTITY

0.98+

20,000 requests per secondQUANTITY

0.98+

first hitQUANTITY

0.97+

both worldsQUANTITY

0.97+

EdgeTITLE

0.97+

single productQUANTITY

0.96+

pandemicEVENT

0.96+

Web2ORGANIZATION

0.96+

oneQUANTITY

0.95+

Web3ORGANIZATION

0.95+

SvelteTITLE

0.95+

MongoDBTITLE

0.95+

theCUBEORGANIZATION

0.93+

Worldwide Developer ConferenceEVENT

0.91+

M2EVENT

0.91+

VueTITLE

0.9+

each visitorQUANTITY

0.9+

GitTITLE

0.9+

M1 UltraCOMMERCIAL_ITEM

0.89+

this year 10DATE

0.88+

AtlasORGANIZATION

0.84+

TwitterORGANIZATION

0.83+

ReactTITLE

0.83+

VercelTITLE

0.81+

10, 15 years agoDATE

0.81+

One thingQUANTITY

0.75+

Big AppleLOCATION

0.75+

7 Sahir Azam & Guillermo Rauch


 

>> Man Offscreen: Standby. Dave is coming you in 5, 4, 3, 2. >> We're back at the Big Apple, theCUBE's coverage of MongoDB World 2022. Sahir Azam is here, he's the Chief Product Officer of MongoDB, and Guillermo Rauch who's the CEO of Vercel. Hot off the keynotes from this morning guys, good job. >> Thank you. >> Thank you. >> Thank you for joining us here. Thanks for having us. Guillermo when it comes to modern web development, you know the back-end, the cloud guys got to it kind of sewn up, >> you know- >> Guillermo: Forget about it. >> But all the action's in the front end, and that's where you are. Explain Vercel. >> Yeah so Vercel is the company that pioneers front-end development as serverless infrastructure. So we built Next.js which is the most popular React framework in the world. This is what front-end engineers choose to build innovative UI's, beautiful websites. Companies like Dior and GitHub and TikTok and Twitch, which we mentioned in the keynote, are powering their entire dot-coms or all of their new parts of their dot-coms with Next.js. And Vercel is the serverless platform where you can deploy frameworks like in Next.js and others like Svelte and Vue to create really fast experiences on the web. >> So I hear, so serverless, I hear that's the hot trend. You guys made some announcements today. I mean when you look at the, we have spending data with our friends at ETR right down the street. I mean it's just off the charts, whether it's Amazon, Google, Azure Functions, I mean it's just exploding. >> Sahir: Yeah, it's I think in many ways, it's a natural trend. You know, we talk a lot about, whether it be today's keynote or another industry talks you see around our industry that developers are constantly looking for ways to focus on innovation and the business logic that defines their application and as opposed to managing the plumbing, and management of infrastructure. And we've seen this happen over and over again across every layer of the stack. And so for us, you know MongoDB, we have a bit of, you know sort of a lens of a broad spectrum of the market. We certainly have you know, large enterprises that are modernizing existing kind of core systems, then we have developers all over the world who are building the next big best thing. And that's what led us to partner with Vercel is just the bleeding edge of developers building in a new way, in a much more efficient way. And we wanted to make sure we provide a data platform that fits naturally in the way they want to work. >> So explain to our audience the trade-offs of serverless, and I want to get into sort of how you've resolved that. And then I want to hear from Guillermo, what that means for developers. >> Sahir: Yeah in our case, we don't view it as an either or, there are certain workloads and definitely certain companies that will gravitate towards a more traditional database infrastructure where they're choosing the configuration of their cluster. They want full control over it. And that provides, you know, certain benefits around cost predictability or isolation or perceived benefits at least of those things. And customers will gravitate towards that. Now on the flip side, if you're building a new application or you want the ability to scale seamlessly and not have to worry about any of the plumbing, serverless is clearly the easier model. So over the long term, we certainly expect to see as a mix of things, more and more serverless workloads being built on our platform and just generally in the industry, which is why we leaned in so heavily on investing in Atlas serverless. But the flexibility to not be forced into a particular model, but to get the same database experience across your application and even switch between them is an important characteristic for us as we build going forward. >> And you stressed the cost efficiency, and not having to worry about, you know, starting cold. You've architected around that, and what does that mean for a developer? >> Guillermo: For a developer it means that you kind of get the best of both worlds, right? Like you get the best possible performance. Front-end developers are extremely sensitive to this. That's why us pioneering this concept, serverless front-end, has put us in a very privileged position because we have to deliver that really quick time to first buy, that really quick paint. So any of the old trade-offs of serverless are not accepted by the market. You have to be extremely fast. You have to be instant to deliver that front-end content. So what we talked about today for example, with the Vercel Edge network, we're removing all of the cost of that like first hit. That cold start doesn't really exist. And now we're seeing it all across the board, going into the back-end where Mongo has also gotten rid of it. >> Dave: How do you guys collaborate? What's the focus of integration specifically from, you know, an engineering resource standpoint? >> Yeah the main idea is, idea to global app in seconds, right? You have your idea. We give you the framework. We don't give you infrastructure primitives. We give you all the necessary tools to start your application. In practice this means you host it in a Git repo. You import it onto Vercel. You install the Mongo integration. Now your front-end and your data back-end are connected. And then your application just goes global in seconds. >> So, okay. So you've abstracted away the complexity of those primitives, is that correct? >> Guillermo: Absolutely. >> Do do developers ever say, "That's awesome but I'd like to get to them every now and then." Or do you not allow that? >> Definitely. We expose all the underlying APIs, and the key thing we hear is that, especially with the push for usage-based billing models, observability is of the essence. So at any time you have to be able to query, in real time, every data point that the platform is observing. We give you performance analytics in real time to see how your front-end is performing. We give you statistics about how often you're querying your back-end and so on, and your cache hit ratios. So what I talked about today in the keynote is, it's not just about throwing more compute at the problem, but the ability to use the edge to your advantage to memoize computation and reuse it across different visits. >> When we think of mission critical historically, you know, you think about going to the ATM, right? I mean a financial transaction. But Mongo is positioning for mission critical applications across a variety of industries. Do we need to rethink what mission critical means? >> I think it's all in the eye of the beholder so to speak. If you're a new business starting up, your software and your application is your entire business. So if you have a cold start latency or God forbid something actually goes down, you don't have a business. So it's just as mission critical to that founder of a new business and new technology as it is, you know, an established enterprise that's running sort of a more, you know, day-to-day application that we may all interact with. So we treat all of those scenarios with equal fervor and importance right? And many times, it's a lot of those new experiences that the become the day-to-day experiences for us globally, and are super important. And we power all of those, whether it be an established enterprise all the way to the next big startup. >> I often talk about COVID as the forced march to digital. >> Sahir: Mm-Hmm. >> Which was obviously a little bit rushed, but if you weren't in digital business, you were out of business. And so now you're seeing people step back and say, "All right, let's be more thoughtful about our digital transformation. We've got some time, we've obviously learned some things made some mistakes." It's all about the customer experience though. And that becomes mission critical right? What are you seeing Guillermo, in terms of the patterns in digital transformation now that we're sort of exiting the isolation economy? >> One thing that comes to mind is, we're seeing that it's not always predictable how fast you're going to grow in this digital economy. So we have customers in the ecommerce space, they do a drop and they're piggybacking on serverless to give them that ability to instantly scale. And they couldn't even prepare for some of these events. We see that a lot with the Web3 space and NFT drops, where they're building in such a way that they're not sensitive to this massive fluctuations in traffic. They're taking it for granted. We've put in so much work together behind the scenes to support it. But the digital native creator just, "Oh things are scaling from one second to the next like I'm hitting like 20,000 requests per second, no problem Vercel is handling it." But the amount of infrastructural work that's gone behind the scenes in support has been incredible. >> We see that in gaming all the time, you know it's really hard for a gaming company to necessarily predict where in the globe a game's going to be particularly hot. Games get super popular super fast if they're successful, it's really hard to predict. It's another vertical that's got a similar dynamic. >> So gaming, crypto, so you're saying that you're able to assist your customers in architecting so that the website doesn't crash. >> Guillermo: Absolutely. >> But at the same time, if the the business dynamic changes, they can dial down. >> Yeah. >> Right and in many ways, slow is the new down, right? And if somebody has a slow experience they're going to leave your site just as much as if it's- >> I'm out of here- >> You were down. So you know, it's really maintaining that really fast performance, that amazing customer experience. Because this is all measured, it's scientific. Like anytime there's friction in the process, you're going to lose customers. >> So obviously people are excited about your keynote, but what have they been saying? Any specific comments you can share, or questions that you got that were really interesting or? >> I'm already getting links to the apps that people are deploying. So the whole idea- >> Come on! >> All over the world. Yeah so it's already working I'm excited. >> So they were show they were showing off, "Look what I did" Really? >> Yeah on Twitter. >> That's amazing. >> I think from my standpoint, I got a question earlier, we were with a bunch of financial analysts and investors, and they said they've been talking to a lot of the customers in the halls. And just to see, you know, from the last time we were all in person, the number of our customers that are using multiple capabilities across this idea of a developer data platform, you know, certainly MongoDB's been a popular core database open source for a long time. But the new capabilities around search, analytics, mobile being adopted much more broadly to power these experiences is the most exciting thing from our side. >> So from 2019 to now, you're saying substantial uptick in adoption for these features? >> Yeah. And many of them are new. >> Time series as well, that's pretty new, so yeah. >> Yeah and you know, our philosophy of development at MongoDB is to get capabilities in the hands of customers early. Get that feedback to enrich and drive that product-market fit. And over the last three years especially, we've been transitioning from a single product kind of core, you know, non relational modern database to a data platform, a developer data platform that adds more and more capabilities to power these modern applications. And a lot of those were released during the pandemic. Certainly we talked about them in our virtual conferences and all the zoom meetings we had over the years. But to actually go talk to all these customers, this is the largest conference we've ever put on, and to get a sense of, wow all the amazing things they're doing with them, it's definitely a different feeling when we're all together. >> So that's interesting, when you have such a hot product, product-led growth which is what Mongo has been in, and you add these new features. They're coming from the developers who are saying, "Hey, we need this." >> Yip. >> Okay so you have a pretty high degree of confidence, but how do you know when you have product-market fit? I mean, is it adoption, usage, renewals? What's your metric? >> Yeah I think it's a mix of quantitative measures that you know, around conversion rates, the size of your funnel, the retention rate, NPS which obviously can be measured, but also just qualitative. You know when you're talking to a developer or a technology executive around what their needs are, and then you see how they actually apply it to solve a problem, it's that balance between the qualitative and the quantitative measurement of things. And you can just sort of, frankly you can feel it. You can see it in the numbers sure, but you can kind of feel that excitement, you can see that adoption and what it empowers people to do. And so to me, as a product leader, it's always a blend of those things. If you get too obsessed with purely the metrics, you can always over optimize something for the wrong reason. So you have to bring in that qualitative feedback to balance yourself out. >> Right. >> Guillermo, what's next? What do you not have that you want from Sahir and Mongo? >> So the natural next step for serverless computing is, is the Edge. So we have to auto-scale, we have to tolerate fares. We have to be avail. We have to be easy, but we have to be global. And right now we've been doing this by using a lot of techniques like caching and replication and things like this. But the future's about personalizing even more to each visitor depending on where they are. So if I'm in New York, I want to get the latest offers for New York on demand, just for me, and using AI to continue to personalize that experience. So giving the developer these tools in a way where it feels natural to build an application like this. It doesn't feel like, "Oh I'm going to do this year 10 if I make it, I'm going to do it since the very beginning." >> Dave: Okay interesting. So that says to me that I'm not going to make a round trip to the cloud necessarily for that experience. So I'm going to have some kind, Apple today, at the Worldwide Developer Conference announced the M2, right. I've been looking at the M1 Ultra, and I'm going wow look at that! And so- >> Sahir: You were talking about that new one backstage. >> I mean it's this amazing pace of Silicon development and they're focusing on the NPU and you look at what Tesla's doing. I mean it's just incredible. So you're going to have some new hardware architecture that emerges. Most of the AI that's done today is modeling in the cloud. You're going to have a real time inferencing at the Edge. So that's not going to do the round trip. There's going to be a data store there, I think it has to be. You're going to persist some of the data, maybe not all of it. So it's a whole new architecture- >> Sahir: Absolutely. >> That's developing. That sounds very disruptive. >> Sahir: Yeah. >> How do you think about that, and how does Mongo play there? Guillermo first. >> What I spent a lot of time thinking about is obviously the developer experience, giving the programmer a programming model that is natural, intuitive, and produces its great results. So if they have to think about data that's local because of regulatory reasons for example, how can we let the framework guide them to success? I'm just writing an application I deployed to the cloud and then everything else is figured out. >> Yeah or speed of light is another challenge. (Sahir and Guillermo laugh) >> How can we overcome the speed of light is our next task for sure. >> Well you're working on that aren't you? You've got the best engineers on that one. (Sahir and Guillermo laugh) >> We can solve a lot of problems, I'm not sure of that one. >> So Mongo plays in that scenario or? >> Yeah so I think, absolutely you know, we've been focused heavily on becoming the globally distributed cloud data layer. The back-end data layer that allows you to persist data to align with performance and move data where it needs to be globally or deal with data sovereignty, data nationalism that's starting to rise, but absolutely there is more data being pushed out to the Edge, to your point around processing or inference happening at the Edge. And there's going to be a globally distributed front-end layer as well, whether data and processing takes apart. And so we're focused on one, making sure the data connectivity and the layer is all connected into one unified architecture. We do that in combination with technologies that we have that do with mobility or edge distribution and synchronization of data with realm. And we do it with partnerships. We have edge partnerships with AWS and Verizon. We have partnerships with a lot of CVM players who are building out that Edge platform and making sure that MongoDB is either connected to it or just driving that synchronization back and forth. >> I call that unified experience super cloud, Robbie Belson from Verizon the cloud continuum, but that consistent experience for developers whether you're on Prim, whether you're in you know, Azure, Google, AWS, and ultimately the Edge. That's the big- >> That's where it's going. >> White space right now I'm hearing, Guillermo, right? >> I think it'll define the next generation of how software is built. And we're seeing this almost like a coalition course between some of the ideas that the Web3 developers are excited about, which is like decentralization almost to the extreme. But the Web2 also needs more decentralization, because we're seeing it with like, the data needs to be local to me, I need more privacy. I was looking at the latest encryption features in Mongo, like I think both Web2 need to incorporate more of the ideas of Web3 and vice versa to create the best possible consumer experience. Privacy matters more than ever before. Latency for conversion matters more than ever before. And regulations are changing. >> Sahir: Yeah. >> And you talked about Web3 earlier, talked about new protocols, a new distributed you know, decentralized system emerging, new hardware architectures. I really believe we really think that new economics are going to bleed back into the data center, and yeah every 15 years or so this industry gets disrupted. >> Sahir: Yeah. >> Guillermo: Absolutely. >> You know you ain't see nothing yet guys. >> We all talked about hardware becoming commoditized 10, 15 years ago- >> Yeah of course. >> We get the virtualization, and it's like nope not at all. It's actually a lot of invention happening. >> The lower the price the more the consumption. So guys thanks so much. Great conversation. >> Thank you. >> Really appreciate your time. >> Really appreciate it I enjoyed the conversation. >> All right and thanks for watching. Keep it right there. We'll be back with our next segment right after this short break. Dave Vellante for theCUBE's coverage of MongoDB World 2022. >> Man Offscreen: Clear. (clapping) >> All right wow. Don't get up. >> Sahir: Okay. >> Is that a Moonwatch? >> Sahir: It is a Speedmaster but it's that the-

Published Date : Jun 7 2022

SUMMARY :

Dave is coming you in 5, 4, 3, 2. he's the Chief Product Officer of MongoDB, the cloud guys got to it kind of sewn up, and that's where you are. And Vercel is the I mean it's just off the charts, and the business logic that So explain to our audience But the flexibility to not be forced and not having to worry about, So any of the old trade-offs You install the Mongo integration. is that correct? "That's awesome but I'd like to get the edge to your advantage you know, that the become the day-to-day experiences the forced march to digital. in terms of the patterns behind the scenes to support it. We see that in gaming all the time, the website doesn't crash. But at the same time, friction in the process, So the whole idea- All over the world. from the last time we were all in person, And many of them are new. so yeah. and all the zoom meetings They're coming from the it's that balance between the qualitative So giving the developer So that says to me that I'm about that new one backstage. So that's not going to do the round trip. That's developing. How do you think about that, So if they have to think (Sahir and Guillermo laugh) How can we overcome the speed of light You've got the best engineers on that one. I'm not sure of that one. and the layer is all connected That's the big- the data needs to be local to me, that new economics are going to bleed back You know you ain't We get the virtualization, the more the consumption. enjoyed the conversation. of MongoDB World 2022. Man Offscreen: Clear. All right wow.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Robbie BelsonPERSON

0.99+

AWSORGANIZATION

0.99+

VerizonORGANIZATION

0.99+

Dave VellantePERSON

0.99+

SahirPERSON

0.99+

Sahir AzamPERSON

0.99+

GuillermoPERSON

0.99+

DavePERSON

0.99+

Guillermo RauchPERSON

0.99+

TwitchORGANIZATION

0.99+

New YorkLOCATION

0.99+

GitHubORGANIZATION

0.99+

2019DATE

0.99+

VercelORGANIZATION

0.99+

DiorORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

Next.jsTITLE

0.99+

MongoORGANIZATION

0.99+

one secondQUANTITY

0.99+

TikTokORGANIZATION

0.99+

TeslaORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

bothQUANTITY

0.99+

todayDATE

0.99+

AppleORGANIZATION

0.98+

MongoDBORGANIZATION

0.98+

this year 10DATE

0.98+

both worldsQUANTITY

0.97+

SvelteTITLE

0.97+

first hitQUANTITY

0.97+

oneQUANTITY

0.97+

EdgeTITLE

0.96+

pandemicEVENT

0.96+

MongoDBTITLE

0.96+

firstQUANTITY

0.94+

M1 UltraCOMMERCIAL_ITEM

0.94+

20,000 requests per secondQUANTITY

0.94+

Web2ORGANIZATION

0.94+

VueTITLE

0.93+

GitTITLE

0.93+

Big AppleLOCATION

0.93+

single productQUANTITY

0.93+

Worldwide Developer ConferenceEVENT

0.93+

each visitorQUANTITY

0.92+

M2EVENT

0.92+

theCUBEORGANIZATION

0.9+

VercelTITLE

0.88+

first buyQUANTITY

0.85+

One thingQUANTITY

0.83+

10, 15 years agoDATE

0.82+

MongoDB World 2022EVENT

0.81+

TwitterORGANIZATION

0.78+

Manyam Mallela, Blueshift | CUBE Conversation


 

(upbeat music) >> Welcome, everyone, to this CUBE Conversation here in Palo Alto, California. I'm John Furrier, host of the CUBE. We're here to talk about the state of MarTech and AI. We're here with the co-founder and head of AI for Blueshift, Manyam Mallela. Welcome to the CUBE, thanks for coming on. >> Thank you, John. Thank you for having me, excited to chat with you. >> Blueshift is a company you've co-founded with a couple other co-founders and you guys have a stellar pedigree going in data AI back before it was fashionable, in the old days, Web 1.0, if you want to call it that. So, you know, we know what you guys have been doing in your careers. Now you got a company on the cutting edge, solving problems for customers as they transition from this new, new way of doing things where users have data and power and control, customers are trying to be more authentic, got walled gardens emerging everywhere but that we're supposed to be away from walled gardens. So there's a whole set of new patterns, new expectations and new behaviors. So all this is challenging, but yet it's an opportunity. So I want to get into it. What is your vision? And what's your view on the MarTech today and AI, and how do you guys fit into that, that story? >> Yeah. Great question, John. We are still in the very early innings of where every digital experience is informed, both creatively from the marketing side of our organization, as well as the AI doing the heavy lifting under the herd to be able to create those experience at scale. And I think today every digital customer and every user out there are leaving a trail of very rich, very frequent interaction data with their brands and organizations that they interact with. You know, if you look at each of us, many, many moments and hours of our digital lives are with these interactions that we do on screens and devices, and that leaves a rich trail of data. And brands that are winning, brands that we want to interact with more, have user privacy and user safety at the center of it. And then they build that authentic connection from there on. And, you know, just like when we log into our favorite streaming shows or streaming applications, we want to see things that are relevant to us. They, in some sense, knowing kind of intimately our preferences or changing taste. And how does a brand or organization react to that but still make room for that authentic connection? >> It's an awesome opportunity. And it's a lot of challenges, and it's just starting, I totally agree. Let me ask you a question, Manyam, if you don't mind. How did you guys come up with Blueshift? I know you guys have been in this game before it was fashionable, so to speak, but you know, solving Web 1.0, 2.0 problems. And then, you know, Walmart Labs, everyone knows the history of Walmart and how fast they were with inventory and how they used data. You have that kind of trajectory. When you saw this opportunity, was it like the team was saying, wow, look at this, it's right in our wheelhouse, or, how did you guys get here, and then how did it all come together? >> Yeah, thanks for offering me an opportunity to share our personal journey. You know, I think prior to starting Blueshift with my co-founders, who I worked with for almost the past 20 years of my life, we were at a company called Kosmix, which was a Silicon Valley, early AI pioneer. We were doing semantics search, and in 2011, Walmart started their Silicon Valley innovation hub, Walmart Labs, with the acquisition of Kosmix. And, you know, we went into Walmart Labs, and until then they were already an e-commerce leader. They had been practicing e-commerce for better part of 12 years prior to that, but they're certainly you know, behind, compared to their peers, right? And the peers to be named! (laughs) But, they saw this lack of what it is that they were doing so well in brick and mortar that they're not able to fully get there on the digital side. And, you know, this was almost a decade ago. And when they brought in our team with a lot of AI and data systems at scale, building things at the cutting edge, you know, we went into it a little bit naively, thinking, you know, hey, we are going to solve this problem for Walmart scale in three months. (laughs) But it took us three years to build those systems of engagement. Despite Walmart having an enormous amount of resources being the number one retailer in the world and the data and the resource at their disposal, we had to rethink a lot of assumptions and the trends that were converging were, you know, uses for interacting with them across multiple formats and channels. And both offline and online, the velocity and complexity of the data was increasing. All the marketing and merchandising teams said even a millisecond delay for me is unconscionable. And how do you get fresh data and activated at the moment of experience, without delay, this significant challenge at scale? And that's what we solve for our organizations. >> It really is the data problem. It's a scale problem. It's all that. And then having the software to have that AI predictive and, you know, it's omnichannel when you think about it, in that retail and that brick and mortar term used for physical space and digital converging. And we saw the pandemic pull forward this same dynamic where events and group behaviors and just interactions were all converging. So this line between physical and digital is now blurred, completely blended, the line between customer experience and marketing has been erased, and you guys are the center of this. What does it mean for the customer? Because the customers out there, your customers, or potential customers. They got problems to solved. They're going all digital cloud-native applications, the digital transformation. This is the new normal, and some are on it, are starting it, some are way behind. What are they- What's the situation with the customers? >> Yeah, that's certainly the maturity of, you know, the, each brand and organization along that, you know, both transformation and from transformation to actually thriving in that ecosystem. And how do we actually win, you know, share of mind and then share of, like, that market that they're looking to does take a while. And, and many are, you know, kind of midway through their journey. I think, there was, initially there is a lot of, you know, push towards let's collect all the data that we can but then, you know, how does the actually data becomes something useful that changes experience for Manyam versus John is really that critical moment. And that moment is when, you know, a lot of things come into place. And if I look at, like, the broader landscape, there are certainly lines of powers like Discovery, like Udacity and LendingTree, and Zumper car pods across all these industries. Who would've thought like, you know, all these industries who you would not think of actually as solving a digital engagement problem are now saying that's the key to our success and our growth. >> Yeah. It's absolutely the number one problem. This is the number one opportunity for all businesses, not just verticals here and there, all verticals. So walk me through your typical customer scenario. You know, what are the challenges that they face? You're in the middle of it, you're solving these problems, what are their challenges that they face and how do you guys solve them? >> Absolutely. So I'll talk through two examples, one from a finance industry, one from online learning, you know, o One of our great customers that we partner with is LendingTree. They offer tens of millions of customers' finance products that span from home loans, students loans, auto loans, credits, all of that. And, and let these people come into their website and collect information that is relevant to the loan that they're considering, but engage them in a way for the next period of time. So if you typically think about engagement, it's not just a one interaction, usually that follows a series of steps an organization has to take to be able to explain all their offerings in a way that is digestible and relevant and personalized to each of those millions of customers and actually have them through the funnel and measure it and report on it and make sure that that is the most relevant to them. So in a finance setting that is about consuming credit products, consuming loan products, consuming reporting products in an online context. I'll give you an example of one of our customers, Udacity. Imagine you are a marketing team of two people, and you are in challenged with, how do you engage 20 million students. You're not going to write 20 million communications that are different for each of those students, certainly. I think you need a system to say what did actually all these students come for? How do I learn what they want at this moment in time? What do they want next? If they actually finished something that they started two months ago, would they be eligible for the right course? Maybe today we are talking about self-driving cars. That's the course that I should bring in front of them. And that's only a small segment of the students but someone else maybe on the media and the production side. How do I personalize the experience so that every single step of the way for that student is, you know, created and delivered at scale? And that's kind of the problem that we solve for our brands, which is they have these millions of touchpoint that are, that they have, how do they bring all their data, very fresh and activated at the moment of action? >> So you guys are creating the 10x marketer. I mean, kind of- >> That's right. That's a very (indistinct)- >> 10X engineer, the famous, you're 10X engineer. >> Right. >> You guys are bringing a lot of heavy lifting to short staffs or folks that don't have a data science team or data engineering team. You're kind of bringing that 10x marketing capability. >> Absolutely. I think that's a great way to put it. I call it the mission impossible, which is, you know, you're signing up for the mission impossible, for every marketing team, it's like, now they're like, they are the product managers they're the data scientists, they're the analysts. They are the creator, you know, author, all of that combined into a role. And now you're entrusted with this really massive challenge. And how do you actually get there? And it's that 10x marketer who are embracing these technologies to get there. >> Well, I'm looking forward to challenging though because I can imagine you get a lot of skeptics out there. I don't believe you. It sounds too good to be true. And I want to get to that in the next segment, but I want to ask you about the state of MarTech and AI specifically. MarTech traditionally has been on Web 2.0 standards, DNS, URLs. It's the naming system of the internet. It's the internet infrastructure. So- >> Right. what needs to change to make that scale higher? Does, is there any new abstraction or any kind of opportunities for doing things in just managing you know, tokens that need to be translated? It's hard to do cross to- I mean, there's a lot of problems with Web 2.0 legacy that kind of holds back the promise of high availability of data, privacy, AI, more machine learning, more exposure of data. Can you share your vision on this next layer? >> Absolutely. Yeah, I think, you know, there's a lot of excitement about what Web3 would bring us there in the very early innings of that possibility. But the challenge of, you know, data that leads to authentic experience still remains the same whichever metaverse we might actually interact with a brand name, like, you know, even if I go to a Nike store in the Metaverse, I still need to understand what that customer really prefers and keep up with that customer as they change their preferences. And AI is the key to be able to help a marketer. I call it the, you know, our own group call it like IPA you know, which is ingest all possible data, even from Metaverse, you know, the protocols might change, the formats might change, but then you have to not only have a sense of what happened in the past. I think there are more than enough tools to know what happened. There are only emerging tools to tell you what might happen. How do I predict? So ingest, predict, and then next step is activate. Actually you had to do something with it. How do I activate it, that the experience for you, whether it's Web3 or Web2 changes, and that IPA is kind of our own brew of, you know, AI marketing that we are taking to market. >> And that's the enablement piece, so how does this relate to the customer's data? You guys are storing all the data? Are they coming in? Is there a huge data lake involved? Can I bring in third party data? Does it have to be all be first party? How is that platform-level enabling this new form of customer engagement? >> Absolutely. There's a lot of heavy lifting that the data systems that one has to you know, bring to bear upon the problem, data systems ranging from, you know, distributed search, distributed indexing, low latency systems, data lakes that are built for high velocity, AI machine learning, training model inference, that validation pipeline. And, you know, we certainly leverage a lot of of data lake systems out there, including many of the components that are, you know, provided by our preferred partner, AWS and open source tools. And these data systems are certainly very complex to manage. And for an organization that, with a, you know, 5 to 10 people team of marketers, they're usually short staffed on the, the amount of attention that they get from rest of the organization. And what we have made is that you can ingest a lot more raw data. We do the heavy lifting, but both data management, identity resolution, segmentation, audience building, predictions, recommendations, and then give you also the delivery piece, which is, can I actually send you something? Can I put something in front of the user and measure it and report on it and tell you that, this is the ROI? How do, if all this would be for nothing, if actually you go through all this and there's no real ROI. And we have kind of, you know, our own forester did a total economic impact study with us. And they have found, they have found 781% ROI for implementing Blueshift. And it's a tremendous amount of ROI you get once you are able to reorient your organizations towards that. >> You know, Manyam, one of the problems of being a visionary and a pioneer like you guys are, you're early a lot. And so you must be scratching your head going, oh, the hot buzzword these days is the semantic layer, in Khan, you see snowflake and a bunch of other people kind of pushing this semantic layer. It's basically a data plane essentially for data, right? >> Right. >> And you guys have done that. Been there, done that, but now that's in play, you guys have this. >> That's right. >> You've got all this semantic search built in into the system, all this in data ingestion, it's a full platform. And so I need to ask you how you see this vectoring into the future state of customer engagement. Where, where do you see this intersecting with the organizations you're trying to bring this to? Are they putting more investment in, are they pulling back? Are they, where are, where are they and where are you guys relative to this, this technology? And, and, and, and first of all let's get your reaction to this semantic layer first. >> Right, right. It's a fantastic, you know, as a technologist, I love, you know, kind of the ontology and semantic differences, you know, how, how, you know, data planes, data meshes, data fabrics are put together. And, you know, I saw this, you know, kind of a dichotomy between CIO org and CMO org, right? The CO says like, you know, I have the best data plane, the data mesh, the data fabric. And the CMO says like, but I'm actually trying to accomplish something for this campaign. And they're like, oh, that, does it actually connect the both of pieces? >> So I think, the- >> Yeah? >> The CMO org certainly will need purpose-built applications, on top of the data fabric, on top of the data lakes, on top of the data measures, to be able to help marketing teams both technical and semi-technical to be able to accomplish that. >> Yeah. And then, and the new personas they want turnkey, they want to have it self-service. Again, the 10x marketer is someone with a small staff that can do the staff of hundred people, right? >> That's absolutely- >> So that's where it's going. And this is, this i6s the new normal. >> So, we call them AI marketers. And I think it's a, it's like you're calling a 10x marketer. I think, you know, over time we didn't have, you know this word, business intelligence analyst, but then once the tool are there, then they become business intelligence analysts. I think likewise, once these tools are available then we'll have AI marketers out in the market. >> Well, Manyam, I'd love to do a full, like, one-hour podcast with you. You can go for a long time with these topics given what you guys are working on, how relevant it is, how cool it is right now, and with what you guys have as a team and solution. I really appreciate you coming on the CUBE to chat. For the last minute we have here, give a quick plug for the company, what you guys are up to, size, funding, revenues, what you're looking for. What should people pay attention to? Give the plug. >> Yeah. Yeah, we are a global team, spanning, you know, multiple time zones. You know, we have raised $65 million to date to build out our vision and, you know, over the last eight years of our funding, we have served hundreds of customers and continuing to, you know, take on more. I think, you know, our hope is that over time, the next 10,000 organizations see this as a very much an approachable, you know, problem to solve for themselves, which I think is where we are. AI marketing is real doable, proven ROI. Can we get the next 10,000 customers to embrace that? >> You know, as we always used to say in the kind of web business and search, it's the contextual and the behavioral, you got to bring 'em together here. You got all that technology for the, for the sites and applications for the behavior and converting that contextually into value. Really compelling solution. Thanks for sharing your insight. >> Yeah. Thank you John, really appreciate this. >> Okay, this is CUBE Conversation. I'm John Furrier here in Palo Alto. Thanks for watching. (upbeat music)

Published Date : Jun 6 2022

SUMMARY :

I'm John Furrier, host of the CUBE. Thank you, John. and how do you guys fit And, you know, just like when we log into And then, you know, Walmart Labs, And the peers to be named! to have that AI predictive and, you know, the maturity of, you know, and how do you guys solve them? for that student is, you know, So you guys are a very (indistinct)- 10X engineer, the You're kind of bringing that They are the creator, you know, author, that in the next segment, you know, tokens that But the challenge of, you know, And we have kind of, you know, and a pioneer like you guys And you guys have done that. And so I need to ask you I love, you know, to be able to help marketing teams that can do the staff of And this is, this i6s the new normal. I think, you know, over time and with what you guys have to build out our vision and, you know, in the kind of web business and search, really appreciate this. Okay, this is CUBE Conversation.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
WalmartORGANIZATION

0.99+

JohnPERSON

0.99+

KosmixORGANIZATION

0.99+

BlueshiftORGANIZATION

0.99+

2011DATE

0.99+

5QUANTITY

0.99+

Palo AltoLOCATION

0.99+

John FurrierPERSON

0.99+

20 millionQUANTITY

0.99+

Manyam MallelaPERSON

0.99+

AWSORGANIZATION

0.99+

$65 millionQUANTITY

0.99+

NikeORGANIZATION

0.99+

MarTechORGANIZATION

0.99+

781%QUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

Walmart LabsORGANIZATION

0.99+

three yearsQUANTITY

0.99+

two peopleQUANTITY

0.99+

Palo Alto, CaliforniaLOCATION

0.99+

todayDATE

0.99+

one-hourQUANTITY

0.99+

two examplesQUANTITY

0.99+

hundred peopleQUANTITY

0.99+

oneQUANTITY

0.99+

10,000 customersQUANTITY

0.99+

ZumperORGANIZATION

0.99+

CUBEORGANIZATION

0.99+

LendingTreeORGANIZATION

0.99+

10xQUANTITY

0.99+

bothQUANTITY

0.98+

UdacityORGANIZATION

0.98+

eachQUANTITY

0.98+

OneQUANTITY

0.98+

three monthsQUANTITY

0.98+

twoQUANTITY

0.97+

ManyamPERSON

0.97+

DiscoveryORGANIZATION

0.97+

pandemicEVENT

0.97+

10,000 organizationsQUANTITY

0.96+

tens of millionsQUANTITY

0.96+

20 million studentsQUANTITY

0.96+

10 peopleQUANTITY

0.95+

CMOORGANIZATION

0.95+

a decade agoDATE

0.92+

each brandQUANTITY

0.89+

firstQUANTITY

0.88+

one interactionQUANTITY

0.85+

12 yearsQUANTITY

0.82+

ManyamORGANIZATION

0.82+

millions of customersQUANTITY

0.81+

20 yearsQUANTITY

0.76+

millions of touchpointQUANTITY

0.76+

hundreds of customersQUANTITY

0.76+

Web3ORGANIZATION

0.75+

customers'QUANTITY

0.74+

CMO orgORGANIZATION

0.73+

MetaverseORGANIZATION

0.72+

first partyQUANTITY

0.72+

metaverseORGANIZATION

0.69+

Charlie Brooks & Michael Williams, Unstoppable Domains | Unstoppable Domains Partner Showcase


 

(upbeat music) >> Hello, and welcome to theCUBE special presentation of Unstoppable Domains Partner Showcase. I'm John Furrier, your host of theCUBE. We've got a great conversation talking about the future of the infrastructure of Web3, all around domains, non fungible tokens and more. Two great guests, Charlie Brooks with Business Development of Unstoppable Domains, and Michael Williams, Product Leader and Advisor with Unstoppable Domains. Gentlemen, thanks for coming on theCUBE, Partner Showcase with Unstoppable Domains. >> Thanks John, excited to be here. >> So I love what you guys are doing. Congratulations on all your success. You guys are on the leading edge of what is a major infrastructure. Shift to Web3 is being called, but people who have been doing this for a while know that you see the blockchain, you see decentralization, you see immutability all these future smart contracts. All the decentralized applications are now hitting the scene and NFTs are super hot as you can imagine, you guys in the middle of it. So you guys are in the sweet spot of what I call the Pragmatic pioneers. You guys are the building solutions that are making a difference, like single sign-on you have the login product, let's get into it. What is the path to a digital identity beyond the web? 'Cause we know what web identity is. But now that the web is being abstracted a away by this new Web3 layer, what is digital identity? >> I can take that one. So I think what we're really seeing is this transition away from a purely physical identity. Where your online identity is really just a reflection of the parts of your physical identity. Where you live, where you go to school, all of these things. And we're really seeing this world emerge where your online identity becomes much more of a primary. So if you have a way that you represent yourself in the online world, whether that's an Instagram account, or TikTok, or email address or username, all of these things together make up your digital identity. So congrats, if you have any of those things, you already have one. >> We see that all the time with Linktree, people put their Linktree out there and it's got the zillion handles. We all get up to Instagram. Everyone's got like zillion identities. Is that a problem or an opportunity? >> I think it's just a reality. The fact is our identities are spread across all of these different services and platforms that we use. The problem with something like Linktree is that it is owned by Linktree. If I won the lottery, purchased Linktree and decided I wanted to change your personal website, John, I could easily do that. Moving to the architecture that we have and NFT architecture, changes that significantly. It puts a lot of power back in the hands of the people who actually own those identities. I do a lot of CUBE showcases with folks around talking about machine learning and AI, and the number one conversation that they bring up, the number one issue, is data. And they say, when data's siloed and protected and owned, it is not optimized for machine learning. So I can almost imagine, as you bring NFTs to the digital identity, you mentioned you don't own your identity if someone else is managing the service like Linktree. This is a cultural shift, and infrastructure software shift at the same time. Can you guys expand more about what you guys are doing with the NFT and unstoppable domains with respect to that digital identity, because is that power shifting to the users now? And how does that compare to what's out there today? >> Sure, I think so. Our domains are NFTs, so they are ERC 721 tokens. And if you think about in the past Web2 identities are controlled by the platforms that we use. Twitter, Facebook, whatnot. There's really a lack of data portability there. Our accounts and data live on their servers, they can be deleted any time. So using an NFT to anchor your data identity, really gives you full control over your identity. It can't be deleted, it can't be revoked or edited, or changed without your permission. And really even better, the information you store on your entity domain can be plugged into the services you use, so that you never have to enter the same data twice. So when you go from platform to platform, everything can be tied to your existing domain. You're not going to a new site, entering their ecosystem and providing all this information time and time again, and not really having a clear understanding of how your data's being used and where it's being stored. >> So the innovation here is the NFT is your identity. And a non fungible token NFT is different than say a fungible token. So for the folks out there that's trying to follow the bouncing ball, Michael, what's the difference between an NFT and a fungible token? And why is that important for identity? >> My favorite metaphor here is baseball cards versus dollar bills. So a dollar bill is fungible. If I have a dollar and you have a dollar, we can trade dollars and none of us is richer or poorer. If I have a Babe Ruth and you have a Hank Aaron, and we swap baseball cards, we have changed something fundamental. So the important thing about NFTs is that they are non fungible. So if I have a domain and you have a domain, like I have that identity and you have that identity, they are unique, they're independent, they're owned by each one of us, and then we can't swap them interchangeably. >> And that's why you're seeing NFTs hot with art and artists, because it's like a property. It's a property issue, not so much- >> Absolutely >> Interchangeable or divisible kind of asset. >> Yep, it is ownership rights in digital form, yes. >> All right, so now let's get into what the identity piece. I think find that interesting because if I have something that's an NFT, it's non fungible, it's unique to me, it's property, my property my login, this sounds compelling. So how does login work with the NFT? Can you guys take us through that architecture, what does it do? How does it work? And what's the benefit? >> Good, so the way our login product works is it effectively uses your NFT domain. So Michael.crypto, for example, as the authentication piece of a login session. So basically when I go and I try to log in with my domain, I type in Michael.crypto, I sign it with my wallet which cryptographically proves that I am this human, this is me, I have the rights to log in. And then when I do so, I have the ability to share certain parts of my identity information with the applications that I use. So it really blends the ease of use from Web2 of just a standard like login with Gmail, SSO experience, with all of the security and privacy benefits of Web3. >> How important is single sign-on? Because right now people are used to seeing things like log with your GitHub handle or LinkedIn, or Google, Apple. You seeing people offering login. What's the difference here from those solutions and why does it make sense for the user? >> Sure, the big difference is what we're building is really user first. So if you think about traditional SSOs, you are the product. When you use their product, they're selling your data, they're tracking everything you do. Login with unstoppable handles not only authentication, but data sharing as well. So when you log in a domain owner can choose to share aspects of their online identities, such as first name, preferred language, profile picture, location. So this is a user controlled way of using a sign-on where their permissioning these different of their identity. And really apps can use this information to enable new experiences, such as, for example, website might automatically enable high contrast mode for someone visually impaired. It could pre-populate your friends from a decentralized social graph. So, what we're doing is taking the best parts of Web2 SSO and combining them with the best of Web3. So, no more losing your password, entering in the same data hundreds of times depending on other services to keep your information safe. Login with unstoppable really puts you in complete control of your data. And a big part of that is you're not going to have 80 plus usernames and passwords anymore. We have these tools like password managers that exist to put a bandaid on this issue, but it's not really a long term solution. So what we're building is really seamless onboarding where everything can be tied to your domains so that you can navigate to different apps in a much more seamless way. >> Michael, I got to get your thoughts on this because in the product side, it's interesting, my mind's connecting some dots. If I have first of all, great convenience to reduce all those logins. So, check their little pain reduction. But when you just think about what's different, I can now broker my data as well as login. So let's just say, hypothetically, I'm cruising around some dApps and I'm doing things in earning reputation, or attention, or points, or whatever utility tokens. There could be a way for me to control what I own. I'm the product, I own the data. Is that where this is going? >> I think it's definitely a direction it could go, say, for example, if I'm a e-commerce platform and I'm trying to figure out where I'm going to place a new billboard. One of the things that I could request from a user, is their address. I can figure out where they live, what city they're in, that will help inform me the decision that I need to make as a business. And in return, maybe I give that person a dollar off their purchase. We can start to build a stronger relationship between the applications that people use, and the people that use them. And try to optimize that whole experience, and try to just transfer information back and forth to make everyone's lives better. >> What's the roadmap on the business side Charlie, when you see companies adopting it, they're probably taking babies steps they're crawling before they walk, they're walking before they run. I can see decentralized applications in the future where there's FinTech or whatever, having new kinds of marketplaces that take advantage of the paradigm where the script flips to the user first. Okay, so I see that. How do people get started now? What are some of the success momentum points that you're seeing companies do now with unstoppable? >> Sure, so a lot of Web3 apps are very sensitive about respecting the information that their users are providing. So, what we're doing is offering different ways for apps can touch with their users in a way that is user controlled. So, an example there is that a lot of Web3 companies will use WalletConnect to allow users to log in using a wallet address. An issue there is that one person can have hundreds of wallet addresses, and it's impossible for the app to understand that. So, what we do is we use login, we attach an email address, some other pieces to a wallet address so that we can identify who our unique user is. And the app is able to collect that information, they don't have to deal with passwords or PII storage. They have access to a huge amount of new data for an improved UX. It's really simple to maintain as well. So one example there is if you are a DeFi platform and you want to reward your users for coming to their site for the first time, now that they can identify unique user, they can drop a token into that user's wallet. All because they're able to identify that user as unique. So they have a better way of understanding their customers. They enable their customers to share data. A lot of these companies will ask users to follow them on Twitter or Discord when they need to provide updates or bug bounties, all these different things. And login if unstoppable lets them permission email addresses so they can collect emails if they want to do a newsletter. And instead of harvesting data from elsewhere and forcing people to join this newsletter program, it's all user controlled. So each user saying, yes, you can use my email for your newsletter. I'm supporting your project, I want to be kept up to date with bugs or bounties or rewards programs. So really it's just a better way for users to share the data that they're willing to with dAPPs, and dAPPs can use it to create all sorts of incentives and really just understand their users on a different level. >> How is the development Michael, going on the smart contract side of the business? Ethereum has always been heralded as being very developer focused. There's been created innovations, you still got gas fees out there. You still got to do some things. How is the development environment? How are the applications coming? 'Cause I can see the flywheel kicking in as the developer front gets more streamlined, more efficient. And now you got the identity piece nailed down. I just see a lot of dominoes falling at the same time. What's the status on the DEV side. What you're doing. >> Good. The fascinating thing about crypto is how quickly it changes. When I joined Ethereum there was pretty reasonable still for transactions. It was very cheap to get things done very fast. With a look at last summer that things went completely out of control. This is a big reason that unstoppable for a long time has been working on a layer two. And we've moved over to the polygon as our primary source of record, which is built on top of Ethereum. Of course, I think saved well over a hundred million in gas fees for our users. We're constantly keeping an eye on new technologies that are emerging, weighing how we can incorporate those things. And really where of this industry is going to take us. In many ways we are just as much passengers as the other people floating around the ecosystem as well. >> It's certainly getting faster every day, I'm seeing a huge uptake on Ethereum. I heard a stat that most people at the university of California, Berkeley, 30% of the computer science students are dropping out to join Web3 companies. This goes to show you this cultural shift and you're going to see a lot more companies getting involved. So I got to ask you Charlie, on the BizDev front, how are companies getting started? What's the playbook? Are they putting their toe in the water? They jumping in full throttle? What's the roadmap? What's the best practice for people to get started with unstoppable? >> Absolutely. We're lucky that we get a lot of inbound interest from companies Web2 and Web3, because they first want to secure their domains. And we do a ton of work on the back end to protect trademark domains. We want to avoid squatting as much as possible. We don't think that's the spirit of Web3 at all. And certainly not what the original tension of the internet was. So, fair amount of companies will reach out to us to get their domain. And then we can have a longer conversation about some of the other integrations and ways we can collaborate. So certainly visiting our website, unstoppabledomains.com is a great starting point. We have an app submission page where apps can reach out to us, even request a grant. We have a grant program to help developers get started, provide them some resources to work with us and integrate some of our technology. We have great documentation as well on the site. So you can read all about what it takes to resolve domains, if you're a wallet and an exchange, as well as what it takes to integrate login with unstoppable, which is actually a super easy integration as well, which we're really excited about. So yeah, I'd say check out the website, apply for a grant if you think you're a fit there, then of course, people can always reach out to me directly on Twitter, on Telegram, email. We're very reachable and we're always happy to chat with projects and learn more about what they're doing. >> What's the coolest thing you see going on Charlie, with your partners right now? What's the number one use case that's cool that people are jumping on right now to get in and get some success out of the gate? >> Maybe GameFi play to earn is huge. It's blowing up and the gaming community is really passionate, vibrant, just expanding like crazy. Same with DeFi, there's all this cool new stuff you can do with DeFi where no matter how big your portfolio is, you're able to stake and use all these interesting tools to grow your book. So it's super exciting to see and talk to all these projects. And, there's certainly an energy in the community where everyone wants to onboard the general public to Web3. So we're all working on these school projects, but we need everyone to come over from Web2, understand the advantages of DeFi, of GameFi of having an entity domain. So, I'm lucky that I'm one of the first layers there of meeting new projects and helping get access to more users so that they can grow along with us. >> I remember the early days of Bitcoin and Ethereum, we were giving it away. The community mantra was, give a Bitcoin to someone. That was like, >> Right. >> When you can actually give a Bitcoin to someone. What's the word of mouth or organic viral? I won't say growth hack 'cause that's got negative connotations. But what's the community's way of putting forth the mission for unstoppable? Is it just more domains? You guys have any programs got going on? Is it give it away? Obviously you can get domains on your site, but what's the way to get people ingratiated in and getting comfortable? >> So much of what we do is really to solve that question, answer that question. We spend a ton of time and energy just on education and whether that's specifically around domains or just general Web3. We have a podcast which is pretty exceptional, which talks to Web3 leaders from across the space and makes the project that they're working on more accessible. I think we passed over a hundred episodes, not too long ago. There's a ton of stuff that we do that other people do. If anyone has questions, I'm happy to talk about our resources, of course. >> The pod, I think you guys are up to 117, but that's a deep dive. You guys go deep on the podcast. So that's where you go in. What else is new on digital identity? Where do you guys see the future going? Now that you get the baseline identity with the NFT. Makes a lot of sense, create innovation. Good logic, makes sense. Solid technically, what's next? >> I think this really boils down to the way that the internet has grown. Doesn't really feel like the way that the internet should be. Like our data shouldn't live in these wild gardens, controlled by these large companies. Ultimately people should be responsible for their own identities. They should have control over of things that they do online. The data that's shared, the benefit of that data. It's about the world that we are working towards, is very much that. Where we are giving people the ability to be paid for sharing their data with companies. We're giving applications the ability to request information from the people that use those applications to improve their experience. We're really just trying to make connections across the ecosystem through these products, to enable a better experience for everyone. So whether that's the use cases that I mentioned already, or maybe viewing reviews on something like Yelp or Amazon, that just confirm that the person that you are you're looking at is actually a real person, not some bot that's been paid to load a review. The interesting thing about these products is they're so universally applicable. There are so many different ways that we can try to plug them in. So we are- >> A bots is a great example, double-edged sword. You can have a metaverse image and have pre-programmed conversations with liquid audio and the video application. Or it's a real person. How do you know the difference? These are going to be questions around who solves that problem. Now there's time for bots and there's a time not for bots. We all know what happens when you get into the game of manipulation, but also it can be helpful. This is where you got to be smart. And identity's critical in this future. Charlie, what's your reaction to the future of digital identity? So much to look at here on the trajectory. >> I think a big part of it is data portability. If you go to a site like Instagram, you're giving them all this content that's very personal to you, and you can't just pack up and leave Instagram. So we want a future where most of these apps are just a front end and you can navigate from one to the other and bring your data with you. And not be beholden to the companies that operate centralized servers. So, I think data portability is huge and it's going to open up a lot of doors. And just going back to that thought on cleaning up Web2 for a better web three. When I think about the Amazons, the Yelps of the world, there are all these bots, there are all these awful fake reviews. There's a lot of gamification happening that is really just creating a lot of noise. And I want to bring transparency back to the internet where when you see a review, you should know that that's a real human. And blockchain technology is enabling us to do that. And certainly FT domains are going to play a huge part of that. So I think that having an experience where you know and trust the people that you're interacting with is going to be really powerful and just a better experience for everyone. And there's a lot of ramifications with that. politically speaking, we've all seen all the issues with attacking communities and using bots and fake accounts to hit people's pain points, it's sad and certainly not something that we want to see continue happening. So, whatever we can do to give people their digital identity and help people understand that this is a real person on the other end, I think is huge for the future of the internet and really for society as well. >> That's a great call out there Charlie. Cleaning up the mess of Web 2.0, Web2, actually it was 2.0 technically, now Web3 is no point zero in it. But I saw on or listened to the podcast with Matt. This recent one, he had a great metaphor that went back to when I was growing up in the internet, you had IP addresses. And the mess there was, you couldn't find what you want to look. And no one could remember what to type in, 'cause you could type in IP address in the browser back then. And then DNS came out and then keywords that's web. Now that mess, now is fraud, misinformation, bot manipulation, deep fakes, many other kind of unwanted time to innovate. And every year, every time you had these inflection points, there'd be an abstraction on top of it. So, similar thing happening here, is that how you guys see it too? >> I think we're going back to some of the foundational architecture of the internet, DNS. And really bringing that forward about 30, 40 years in terms of technology. So loading in some more cryptography and some other fancy things to help patch some of those issues from the previous versions of the web. >> Awesome. Well guys, thanks so much for coming on and the spirit of TikTok, Emily summarizes asking, can you guys give us a quick TikTok moment, short comment on where this is all going, where is login, single sign-on mean and what should people do to steps to secure their digital identity? >> Sure, I'll jump in here. So, it's time for people to secure their digital identity. The great first step is going to sample domains and getting an NFT domain. You can control your data. You can do a lot of cool different things with your domain, including posting your own website that you will own forever, no one can take it away from you. I would certainly recommend that people join our Discord, Telegram communities, check out our podcasts. It's really great especially if you're new to crypto Web3. We do a great job of explaining all the basic concepts and expanding on them. So yeah, I would say, the time is now to get your digital identity and start embracing Web3 because it's really exploding right now. And there's just so many incredible advantages, especially for the user. >> Michael, what's your take? >> But not, have said it better myself. >> Like we always say, if you're not on the next wave, you're driftwood. And this is a big wave that's happening. It's pretty clear guys, it's there, it's happening now. And again, very pragmatic implementations of solving problems. The sign-on, the app integration. Congratulations and we got our CUBE domain too, by the way. So I think we're good. >> Excellent. >> So, we got to put it to use. Appreciate it, Charlie, Michael, thanks for coming on and sharing the update. >> It's pleasure. >> Welcome. >> Okay, this is theCUBE, with Unstoppable Domains Partner Showcase I'm John for your host, got a lot of other great interviews. Check them out. We're going to continue our coverage and continue on with this great showcase. Thanks for watching. (upbeat music)

Published Date : Mar 10 2022

SUMMARY :

of the infrastructure of What is the path to a digital of the parts of your physical identity. We see that all the time with Linktree, and the number one conversation into the services you use, is the NFT is your identity. So the important thing about NFTs is And that's why you're seeing NFTs hot divisible kind of asset. Yep, it is ownership Can you guys take us So it really blends the What's the difference that you can navigate to different apps Michael, I got to get your thoughts and the people that use them. of the paradigm where the And the app is able to 'Cause I can see the flywheel kicking in as the other people floating So I got to ask you Charlie, of the internet was. the general public to Web3. I remember the early days of putting forth the and makes the project that they're working So that's where you go in. that the internet should be. So much to look at here on the trajectory. and it's going to open up a lot of doors. is that how you guys see it too? of the foundational architecture and the spirit of TikTok, to get your digital identity The sign-on, the app integration. and sharing the update. We're going to continue

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Charlie BrooksPERSON

0.99+

CharliePERSON

0.99+

JohnPERSON

0.99+

Michael WilliamsPERSON

0.99+

MichaelPERSON

0.99+

MattPERSON

0.99+

EmilyPERSON

0.99+

John FurrierPERSON

0.99+

30%QUANTITY

0.99+

LinktreeORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

AppleORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

twiceQUANTITY

0.99+

YelpORGANIZATION

0.99+

AmazonsORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

GameFiORGANIZATION

0.99+

one personQUANTITY

0.99+

Web3ORGANIZATION

0.99+

first stepQUANTITY

0.99+

first timeQUANTITY

0.99+

Unstoppable DomainsORGANIZATION

0.99+

OneQUANTITY

0.98+

80 plus usernamesQUANTITY

0.98+

TwitterORGANIZATION

0.98+

InstagramORGANIZATION

0.98+

Web2ORGANIZATION

0.98+

FacebookORGANIZATION

0.98+

one exampleQUANTITY

0.98+

each userQUANTITY

0.98+

WalletConnectTITLE

0.97+

ERC 721OTHER

0.97+

Two great guestsQUANTITY

0.96+

zillion handlesQUANTITY

0.96+

SSOTITLE

0.96+

todayDATE

0.96+

singleQUANTITY

0.96+

DiscordORGANIZATION

0.96+

Unstoppable Domains Partner ShowcaseEVENT

0.96+

last summerDATE

0.96+

GmailTITLE

0.96+

TelegramTITLE

0.96+

firstQUANTITY

0.96+

a dollarQUANTITY

0.95+

hundreds of wallet addressesQUANTITY

0.95+

TikTokORGANIZATION

0.94+

zillionQUANTITY

0.94+

EthereumORGANIZATION

0.93+

oneQUANTITY

0.92+

BizDevORGANIZATION

0.92+

over a hundred episodesQUANTITY

0.92+

GitHubORGANIZATION

0.91+

first layersQUANTITY

0.91+

about 30QUANTITY

0.91+

unstoppabledomains.comOTHER

0.9+

each oneQUANTITY

0.88+

BerkeleyLOCATION

0.85+

117QUANTITY

0.84+

single signQUANTITY

0.83+

Partner ShowcaseEVENT

0.83+

DeFiORGANIZATION

0.83+

nextEVENT

0.83+

CUBEORGANIZATION

0.83+

upQUANTITY

0.81+

YelpsORGANIZATION

0.8+

theCUBEORGANIZATION

0.79+

Michael.cryptoTITLE

0.79+

Brad Kam, Unstoppable Domains | Unstoppable Domains Partner Showcase


 

(bright upbeat music) >> Hello, welcome to this CUBE Unstoppable Domain Showcase. I'm John Furrier, host of theCUBE. We've been showcasing all the great content about Web3 and what's going around the corner for Web4. Of course, Unstoppable Domains is one of the big growth stories in the business. Brad Kam, the Co-founder is here with me, of Unstoppable Domains, Brad, great to see you, thanks for coming on this showcase. >> Thanks, pleasure for having me. >> So you have a lot of history in the Web3. They're calling it now, but it's basically crypto and blockchain. You know, the white paper came out and then, you know how it developed was organically. We saw how that happened. Now you're the co-founder of Unstoppable Domains. You're seeing the mainstream, I would say mainstream scene, Superbowl commercials, okay? You're seeing it everywhere. So it is here. Stadiums are named after cryptos, companies. It's here. Hey, it's no longer a fringe, it is reality. You guys are in the middle of it. What's going on with the trend, and where does Unstoppable fit in and where do you guys tie in here? >> I mean, I think that what's been happening in general, this whole revolution around cryptocurrencies and then NFTs and what Unstoppable Domain is doing. It's all around creating this idea that people can own something that's digital. And this hasn't really been possible before Bitcoin. Bitcoin was the first case. You could own money. You don't need a bank, no one else. You know, you can completely control it. No one else can turn you off. Then there was this next phase of the revolution, which is, assets beyond just currencies. So NFTs, digital art. What we're working on is like a decentralized identity, like a username for Web3 and each individual domain name is an NFT. But yeah, it's been a crazy ride over the past 10 years. >> It's fun because, you know, on siliconangle.com, which we founded, we were covering early days of crypto. In fact, our first website, the developer want to be paid in crypto. It's interesting. Price of Bitcoin, I won't say that how low it was. But then you saw the ICO Wave, the token started coming in. You started seeing much more engineering focus, a lot of white papers coming out, a lot of cool ideas. And then now you got this mainstream of this. So I got to ask you, what are the coolest things you guys are working on, because Unstoppable has a solution that solves a problem today, and that people are facing at the same time, it is part of this new architecture. What problem do you guys solve right now that's in market that you're seeing the most traction on? >> Yeah, so it's really about, so whenever you interact with a blockchain, you wind up having to deal with one of these really, really crazy public keys, public addresses. And they're like anywhere from 20 to 40 characters long, they're random, they're impossible to memorize. And going back to even early days in crypto, I think people knew that this tech was not going to go mainstream if you have to copy and paste these things around. If I'm getting ready to send you like a million dollars, I'm going to copy and paste some random string of numbers and letters. I'm going to have no confirmations about who I'm sending it to, and I'm going to hope that it works out. It's just not practical. People have kind of always known there was going to be a solution. And one of the more popular ideas was, doing kind of like what DNS did, which is, instead of having to deal with these crazy IP addresses, this long random string of numbers to find a website, you have a name like a keyword, something that's easy to remember. You know, like a hotels.com or something like that. And so what NFT domains are, is basically the same thing, but for blockchain addresses. And yeah, it's just better and easier. There's this joke that everybody, you know, if you want to send me money, you're going to send me a test transaction of, you know, like a dollar first, just to make sure that I get it. Call me up and make sure that I get it before you go and send the big amount. Just not the way of moving billions of dollars of value is going to work in the future. >> Yeah, and I think one of the things you just point out, make it easier. When you have these new waves, these shifts, we saw it with the web pages. More and more web pages were coming on, more online users. They called it the online populations growing. Here, the same thing's happening. And if the focus is on ease of use, making things simpler to understand, and reducing the step it takes to do things, right? This is kind of what's going on and with the developer community, and what Ethereum has done really well is, brought in the developers. So that's the convergence of all the action. And so, when you (John chuckles) so that's where you're at right now. How do you go forward from here? Obviously, there's business development deals to do, you guys are partnering a lot. What's the strategy? What are some of the things that you can share about some of your business activity that points to how mainstream it is and where it's going? >> So I think the way to think about an NFT domain name is that it's meant to be like your identity on Web3. So, it's going to have a lot of different context. So it's kind of like your Venmo account, where you could send me money to brad.crypto, can be your decentralized website, where you can check out my content at brad.crypto. It can also be my like login kind of like a decentralized Facebook O oth, where I can log into DApps and share information about myself and bring my data along with me. So it's got all of these different things that it can do, but where it's starting is inside of crypto wallets and crypto apps, and they are adopting it for this identity idea. And it's the same form of identity across all your apps. That's the thing that's new here. So, yeah, that's the really big and profound shift that's happening. And the reason why this is going to be maybe even more important than a lot of, you know, your listeners think is that, everyone's going to have a crypto wallet. Every person in the world is going to have a crypto wallet. Every app, every consumer app that you use is going to build one in. Twitter just launched, just built one. Reddit is building one. You're seeing it across all the consumer finance apps. So it's not just the crypto companies that you're thinking of, every app's going to have a wallet. And it's going to really change the way that we use the internet. >> I think there's a couple things you pointed. I want to get your reaction to and thoughts more on this concept of DApps or decentralized applications, DApps or depending on what you call it. This is applications. And that take advantage of the architecture, and then this idea of users owning their own data. And this absolutely reverses the script today. Today, you see Facebook, you see LinkedIn, all these silos, they own the data that you are the product. Here, the users are in control. They have their data, but the apps are being built for it for the paradigm shift here, right? That's what's happening. Is that right? >> Totally, totally. And so, it all starts. I mean, DApp is just this crazy term. It feels like it's this, like really foreign, weird thing. All it means is that you sign in with your wallet instead of signing in with a username and password, where the data is stored inside of that app. Like inside of Facebook. So that's the only real, like, core underneath difference to keep in mind, signing in with the wallet. But that is like a complete sea change in the way the internet works. Because I have this key, this private key, it's on my phone or my device or whatever. And I'm the only one that has it. So, if somebody wanted to hack me, they need to go get access to my device. Two years ago, when Twitter got hacked, Barack Obama and Elon Musk were tweeting the same stuff. That's because Twitter had all the data. And so, you needed to hack Twitter instead of each individual person. It's a completely different security model. It's way better for users to have that. But, if you're thinking from the user perspective, what's going to happen is, is that instead of Facebook storing all of my data, and then me being trapped inside of Facebook, I'm going to store it, and I'm going to move around on the internet, logging in with my Web3 username, my NFT domain name, and I'm going to have all my data with me. And then I could use 100 different Facebooks all in one day. And it would be effortless for me to go and move from one to the other. So, the monopoly situation that we exist in as a society is because of the way data storage works and- >> So that's a huge point. So let's double down on that for one more second. This is a huge point. I want to get your thoughts. So I think people don't understand that in the mainstream having that horizontal traversal or ability to move around with your identity in this case, your Unstoppable Domain and your data allows the user to take it from place to place. It's like going to other apps that could be like Facebook, where the user's in charge. And they're either deciding whether to share their data or not, or they're certainly continuate their data. And this allows for more of a horizontal scalability for the user, not for a company. >> Yeah, and what's going to happen is, as users are building up their reputation. They're building up their identity in Web3. So you have your username and you have your profile and you have certain badges of activities that you've done. And you're building up this reputation. And now apps are looking at that, and they're starting to create social networks and other things to provide me services because it started with the user. And so, the user is starting to collect all this valuable data, and then apps are saying, well, hey, let me give you a special experience based on that. But the real thing, and this is like the core, I mean, this is just like a core capitalist idea, in general. If you have more competition, you get a better experience for users. We have not had competition in Web2 for decades because these companies have become monopolies. And what Web3 is really allowing is, this wide open competition. And that's the core thing. Like, it's not like, you know, it's going to take time for Web3 to get better than Web2. You know, it's very, very early days. But the reason why it's going to work is because of the competitive aspect here. Like it's just so much better for consumers when this happens. >> I would also add to that, first of all, great point, great insight. I would also add that the web presence technology based upon DNS specifically is, first of all, it's asking, so it's not foreign characters, it's not Unicode for the geeks out there. But that's limiting too, it limits you to be on a site. And so, I think the combination of kind of inadequate or antiquated DNS has limitations. So if... And that doesn't help communities, right? So when you're in the communities, you have potentially marketplaces that could be anywhere. So if you have ID, I'm just kind of thinking it forward here. But if you have your own data and your own ID, you can jump into a marketplace, two-sided marketplace anywhere. An app can provide that, if the community's robust, this is kind of where I see the use case going. How do you guys, do you guys agree with that statement and how do you see that ability for the user to take advantage of other competitive or new emerging communities or marketplaces? >> So I think it all comes down. So identity is just this huge problem in Web2. And part of the reason why it's very, very hard for new marketplaces and new communities to emerge is 'cause you need all kinds of trust and reputation. And it's very hard to get real information about the users that you're interacting with. If you're in the Web3 paradigm, then what happens is, is you can go and check certain things on the blockchain to see if they're true. And you can know that they're true 100%. You can know that I have used Uniswap in the past 30 days, and OpenSea in the past 30 days. You can know for sure that this wallet is mine. The same owner of this wallet also owns this other wallet, owns this asset. So having the ability to know certain things about a stranger is really what's going to change behavior. And one of the things that we're really excited about is being able to prove information about yourself without sharing it. So I can tell you, hey, I'm a unique person. I'm an American, I'm not an American, but I don't have to tell you who I am. And you can still know that it's true. And that concept is going to be what enables what you're talking about. I'm going to be able to show up in some new community that was created two hours ago, and we can all trust each other that a certain set of facts are true. And that's possible because- >> And exchange value with smart contracts and other with no middle men involved activities, which is the promise of the new decentralized web. All right, so let me ask you a question on that. Because I think this is key. The anonymous point is huge. If you look at any kind of abstraction layers or any evolution in technology over the years, it's always been about cleaning up the mess or extending capabilities of something that was inadequate. We mentioned DNS, now you got this. There's a lot of problems with Web2, 2.0, social bots. You mentioned bots. Bots are anonymous and they don't have a lot of time in market. So it's easy to start bots, and everyone who does either scraping bots, everyone knows this. What you just pointed out was, in an ops environment that was user choice, but has all the data that could be verified. So it's almost like a blue check mark on Twitter without having your name, kind of- >> It's going to be 100s of check marks, but exactly. 'Cause there's so many different things that you're going to want to communicate to strangers, but that's exactly the right mental model. It's going to be these check marks for all kinds of different contexts. And that's what's going to enable people to trust that they're, you know, you're talking to a real person or you're talking to the type of person you thought you were talking to, et cetera. But yeah, it's, you know, I think that the issues that we have with bots today are because Web2 has failed at solving identity. I think Facebook at one point was deleting half a billion fake accounts per quarter. Something like the entire number of user profiles they were deleting per year. So it's just a total- >> And they spring up like mushrooms. They just pop up, to think that's the problem. I mean, the data that you acquire in these siloed platforms is used by them, the company. So you don't own the data, so you become the product as the cliche goes. But what you guys are saying is, if you have an identity and you pop around to multiple sites, you also have your digital footprints and your exhaust that you own. Okay, that's time, that's reputation data. I mean, you can cut it any way you want, but the point is, it's your stuff over time, that's yours. And that's immutables on the blockchain, you can store it and then make that permanent and add to it. >> Exactly. >> That's a time based thing versus today, bots that are spreading misinformation can get popped up when they get killed. They just start another one. So time actually is a metric for quality here. >> Absolutely. And people already use it in the crypto world to say like, hey, this wallet was created greater than two years ago. This wallet has had transactions for at least three or four years. Like this is probably a real, you know, this is probably a legitimate user. And anybody can look that up. I mean, we can we go look it up together right now on Etherscan, it would take a minute. >> Yeah, (indistinct). Yeah, I'm a big fan, I can tell, I love this product. I think you guys are going to do really well. Congratulations, I'm a big fan. I think this is needed. What are some of the deals you've done? blockchain.com is one and Opera. Can you take us through those deals and why they're working with you? Let's start with blockchain.com. >> Yeah, so the whole thing here is that, this identity standard for Web3 apps need to choose to support it. So, you know, we spent several years as a company working to get as many crypto wallets and browsers and crypto exchanges to support this identity standard. Some of the largest and probably most popular companies to have done this are, blockchain.com, for example, blockchain.com, one of the largest crypto wallets in the world. And you can use your domain names instead of crypto addresses. And this is super cool because blockchain.com in particular focuses on onboarding new users. So they're very focused on how we're going to get the next 4 billion internet users to use this tech. And they said, usernames are going to be essential. Like, how can we onboard this next several billion people if we have to explain to them about all these crazy addresses. And it's not just one, like we want to give you 10, 40 character addresses for all these different contexts. Like, it's just no way people are going to be able to do that without having a user name. So, that's why we're really excited about what blockchain.com's doing. They want to train users that this is the way you should use the tech. >> Yeah, and certainly no one wants to remember. I remember how writing down all my... You know, I was never a big wallet fan 'cause of all the hacks I used to write it down and store it in my safe. But if the house burns down or I kick the can who's going to find it, right? So again, these are all important things. Your key storing it, securing it, super important. Talk about Opera. That's an interesting partnership because it's got a browser that people know what it is. What are they doing different? Almost imagine they're innovating around the identity and what people's experiences with what they touch. >> Yeah, so this is one of those things that's a little bit easier and I strongly encourage everybody to go and try DApps after this. 'Cause this is going to be one of those concepts, it can be a little easier if you try it than if you hear about it. But the concept of a wallet and a browser are kind of merging. So it makes sense to have a wallet inside of your browser. Because when you go to a website, the website's going to want you to sign in with your wallet. So having that be in one app is quite convenient for users. And so Opera was one of the trailblazers, a traditional browser that added a crypto wallet so that you can store money in there. And then also added support for domain names for payments and for websites. So, you can type in brad.crypto and you can send me money, or you can type in brad.crypto into the browser and you can check out my website. I've got a little NFT gallery. You can see my collection up there right now. So that's the idea is that, browsers have this kind of superpower in Web3. And what I think is going to happen, Opera and Brave have been kind of the trailblazers here. What I think is going to happen is that, these traditional browsers are going to wake up and they're going to see that integrating a wallet is critical for them to be able to provide services to consumers. >> I mean, it is an app. I mean, why not make it a DApps as well? Because why wouldn't I want to just send you crypto, like Venmo, you mentioned earlier, which people can understand that concept. Venmo, let me make my cash. Same concept here. But built in to the browser, which is not a browser anymore it's a reader, a DApp reader, basically with a wallet. All right, so what does this mean for you guys and the marketplace? You got Opera pushing the envelope on browsing, changing the experience, enabling the applications to be discovered and navigated and consumed. You got blockchain.com with the wallets and being embedded there. Good distribution. Who are you looking for for partners? How do people partner? Let's just say theCUBE wants to do NFTs, and we want to have a login for our communities, which are all open. How do we partner with you? Or do we? We have to wait or is there a... I mean, take us through the partnership strategy. How do people engage with Unstoppable Domains? >> Yeah, so, I mean, I think that if you're a wallet or a crypto exchange, it's super easy, we would love to have you support being able to send money using domains. We also have all sorts of different kind of marketing activities we can do together. We can give out free stuff to your communities. We have a bunch of education that we do. We're really trying to be this onboarding point to Web3. So there's, I think a lot of cool stuff we can do together on the commercial side and on the marketing side. And then the other category that we didn't talk about was DApps. And we now have this login with ensemble domains, which you kind of alluded to there. And so you can log in with your domain name and then you can give the app permission to get certain information about you or proof of information about you, not the actual information, if you don't want to share it, because it's your choice and you're in control. And so, that would be another thing. Like, if you all launch a DApps, we should absolutely have login with Unstoppable there. >> Yeah, there's so much headroom here. You got a short term solution with exchange. Get that distribution, I get that, that's early days of the foundation, push the distribution, get you guys everywhere. But the real success comes in for the login. I mean, the sign in single sign in concept. I think that's going to be powerful, great stuff. Okay, future, tell us something we don't know about Unstoppable Domains that people might be interested in. >> I think the thing that you're going to hear about a lot from us in the future is going to be around this idea of identity, of being able to prove that you're a human and be able to tell apps that. And apps are going to give you all kinds of special access and rewards and all kinds of other things, because you gave 'em that information. So that's probably, that's the hint I'm going to drop. >> You know, it's interesting, Brad. You bring trust, you bring quality verified data, choose intelligence software and machine learning, AI and access to distributed communities and distributed applications. Interesting to see what the software does with that. Cause it traditionally didn't have that before. I mean, just in mind blowing. I mean, it's pretty crazy. Great stuff. Brad, thanks for coming on. Thanks for sharing the insight. The Co-founder of Unstoppable Domains, Brad Kam. Thanks for stopping by theCUBE's Showcase with Unstoppable Domains. >> Thanks for having me. (bright upbeat music)

Published Date : Mar 10 2022

SUMMARY :

Brad Kam, the Co-founder is here with me, and where do you guys tie in here? You know, you can completely control it. And then now you got And one of the more popular ideas was, the things you just point out, And it's the same form of of the architecture, and I'm going to have all my data with me. for the user, not for a company. and you have your profile But if you have your own but I don't have to tell you who I am. So it's easy to start bots, to trust that they're, you know, I mean, the data that you bots that are spreading misinformation Like this is probably a real, you know, I think you guys are And you can use your domain names 'cause of all the hacks I used the website's going to want you to just send you crypto, to get certain information about you I mean, the sign in And apps are going to give you and access to distributed communities Thanks for having me.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
BradPERSON

0.99+

Brad KamPERSON

0.99+

John FurrierPERSON

0.99+

Elon MuskPERSON

0.99+

FacebookORGANIZATION

0.99+

Unstoppable DomainsORGANIZATION

0.99+

Barack ObamaPERSON

0.99+

TwitterORGANIZATION

0.99+

JohnPERSON

0.99+

100%QUANTITY

0.99+

100QUANTITY

0.99+

TodayDATE

0.99+

first websiteQUANTITY

0.99+

LinkedInORGANIZATION

0.99+

RedditORGANIZATION

0.99+

Two years agoDATE

0.99+

20QUANTITY

0.99+

first caseQUANTITY

0.99+

oneQUANTITY

0.99+

Unstoppable DomainsORGANIZATION

0.99+

four yearsQUANTITY

0.99+

one more secondQUANTITY

0.99+

one appQUANTITY

0.98+

one dayQUANTITY

0.98+

4 billion internet usersQUANTITY

0.98+

40 charactersQUANTITY

0.97+

todayDATE

0.97+

OperaTITLE

0.97+

100s of check marksQUANTITY

0.97+

VenmoORGANIZATION

0.96+

singleQUANTITY

0.96+

each individual domainQUANTITY

0.96+

each individual personQUANTITY

0.95+

billions of dollarsQUANTITY

0.95+

Web2ORGANIZATION

0.95+

blockchain.comOTHER

0.95+

Web3ORGANIZATION

0.94+

decadesQUANTITY

0.93+

two hours agoDATE

0.93+

SuperbowlEVENT

0.91+

10, 40 characterQUANTITY

0.91+

EthereumORGANIZATION

0.9+

siliconangle.comOTHER

0.9+

two-sidedQUANTITY

0.89+

FacebooksORGANIZATION

0.87+

half a billion fake accounts per quarterQUANTITY

0.87+

theCUBEORGANIZATION

0.87+

two years agoDATE

0.86+

Unstoppable DomainORGANIZATION

0.86+

UnstoppableTITLE

0.86+

past 30 daysDATE

0.85+

million dollarsQUANTITY

0.85+

one pointQUANTITY

0.81+

Unstoppable Domain ShowcaseEVENT

0.8+

brad.cryptoOTHER

0.79+

OpenSeaORGANIZATION

0.79+

firstQUANTITY

0.76+

at least threeQUANTITY

0.75+

Matt Gould, Unstoppable Domains | Unstoppable Domains Partner Showcase


 

(upbeat music) >> Hello, welcome to theCUBE's special showcase with Unstoppable Domains. I'm John Furrier, your host of theCUBE here in Palo Alto, California. And Matt Gould who's the founder and CEO of Unstoppable Domains. Matt, great to come on. Congratulations on the success of your company, Unstoppable Domains. Thanks for kicking off this showcase. >> Well, thank you, happy to be here. >> So first of all, love the story you've got going on here. Love the approach, very innovative, but you're also on the big Web3 wave, which we know that leads into, metaverse unlimited new ways, people are consuming information, content, applications are being built differently. This is a major wave and it's happening. Some people are trying to squint through the hype versus reality, but you don't have to be a rocket science to realize that it's a cultural shift and a technical shift going on with Web3. So this is kind of what's happening in the market. So give us your take. What's your reaction? You're in the middle of it. You're on this wave. >> Yeah, well, I would say it's a torrent of change that got unleashed just over a decade ago with Bitcoin coming out and giving people the ability to have digital items that they could actually own themselves online. And this is a new thing. And people coming, especially from my generation of millennials, they spend their time online in these digital spaces and they've wanted to be able to own these items and you see it from, you know Gaming and Fortnite and Skins and Warcraft and all these other places. But this is really being enabled by this new crypto technology to just extend to a whole lot more applications, from money, which everyone's familiar with, to NFT projects like Board Apes or CryptoBucks. >> You know, I was listening to your podcast. You guys got a great pod. I think you're on 117 episodes now and growing. You guys do a deep dive, so people watching check out the Unstoppable Podcast. But on the last podcast, Matt, you mentioned some of the older generations like me, I grew up with IP addresses and before the web, they called it information super highway. It wasn't even called the web yet, but IP was generated by the United States Department of Commerce and R&D, that became the internet, the internet became the web. Back then it was just get some web pages up and find what you're looking for. Very analog compared to what's now today, now you mentioned gaming. You mentioned how people are changing. Can you talk about your view of this cultural shift? And we've been talking about the queue for many, many years now, but it's at actually happening now where the expectation of the audience and the users and the people consuming and communicating and bonding in groups, whether it's gaming or communities are expecting new behaviors, new applications, and it's a forcing function. This shift is having now, what's your reaction to that? What's your explanation? >> Yeah, well, I think it just goes back to the shift of people's where are they spending their time? And if you look today, most people spend 50% plus of their time in front of a screen. And that's just a tremendous amount of effort. But if you look at how much of their assets are digital, it's like less than 1% of their portfolio would be some sort of digital asset compared to literally 50% of every day sitting in front of a screen. And simultaneously what's happening is these new technologies are emerging around cryptocurrencies, blockchain systems, ways for you to track digital ownership of things, and then kind of bring that into your different applications. So one of the big things that's happening with Web3 is this concept of data portability, meaning that I can own something on one application and then I could potentially take that with me to several other applications across the internet. And so this is like the emerging digital property rights that are happening right now as we transition from a model in Web2, where you are on a hosted service like Facebook, it's a walled garden, they own and control everything. You are the product, they're mining you for data and they're just selling ads, right? To a system where it's much more open. You can go into these worlds and experiences. You can take things with you and you can leave with them. And most people are doing this with cryptocurrency. Maybe you earn an end-game currency, you can leave and take that to a different game, and you can spend it somewhere else. So the user is now enable to bring their data to the party. Whereas before now, you couldn't really do that. And that data includes their money or that includes their digital items. And so I think that's the big shift that we're seeing and that changes a lot in how applications serve up to users. It's going to change their user experiences for instance. >> I think the script has flipped and you're right on. I agree with you. I think you guys are smart to see it. And I think everyone who's on this wave will see it. Let's get into that because this is happening. People are saying, "I'm done with being mined "and being manipulated by the big Facebook "and the LinkedIns of the world who are using the user." Now, the contract was a free product and you gave up your data, but then it got too far. Now people want to be in charge of their data. They want to broker their data. They want to collect their digital exhaust, maybe collect some things in a game, or maybe do some commerce in an application or marketplace. So these are the new use cases. How does a digital identity architecture work with Unstoppable? How would you guys enabling that? Can you take us through the vision of where you guys came on this because it's unique, you had an NFT and kind of the domain name concept coming together, can you explain? >> Yeah, so we think we approach the problem for if we're going to rebuild the way that people interact online, what are kind of the first primitives that they're going to need in order to make that possible? And we thought that one of the things that you have on every network, like when you log on Twitter, you have a Twitter handle, when you log on Instagram, you have an Instagram handle. It's your name, right? You have that name that's on those applications. And right now what happens is if users get kicked off the platform, they lose a 100% of their followers, right? And they also, in some cases, they can't even directly contact their followers on some of these platforms. There's no way for them to retain this social network. So you have all these influencers, who are today's small businesses, who build up these large, you know profitable, small businesses online, being key opinion leaders to their demographic. And then they could be deplatformed, or they're unable to take this data and move to another platform if that platform raises their fees. You've seen several platforms increase their take rates. You have 10, 20, 30, 40%, and they're getting locked in and they're getting squeezed, right? So we just said, "You know what, "the first thing you're going to want to own "that this is going to be your piece of digital property "is going to be your name across these applications." If you look at every computing network in the history of computing networks, they end up with a naming system. And when we looked back at DNS, you know which came out in the 90s, it was just a way for people to find these webpages much easier instead of mapping these IP addresses. And then we said to ourselves, "What's going to happen in the future?" Is just like everyone has an email address that they use in their Web2 world in order to identify themselves as they log into all these applications. They're going to have an NFT domain in the Web3 world in order to authenticate and bring their data with them across these applications. So we saw a direct correlation there between DNS and what we're doing with NFT domain name systems. And the bigger breakthrough here is that NFT domain systems all of these NFT assets that live on a blockchain. They are owned by users. They're built on these open systems so that multiple applications could read data off of them and that makes them portable. So we were looking for an infrastructure play like a picks and shovels play for the emerging Web3 metaverse. And we thought that names were just something that if we wanted a future to happen, where all 3.5 billion people with cell phones are sending crypto and digital assets back and forth, they're going to need to have a name to make this a lot easier instead of these long IP addresses or hex addresses in the case of crypto. >> Yeah, and also people have multiple wallets too. It's not like there's all kinds of wallet, variations, name verification, you see the link tree is everywhere. You know, that's essentially just an app. I mean, doesn't really do anything. I mean, so you're seeing people trying to figure it out. I got a github handle. I got a LinkedIn handle. I mean, what do you do with it? >> Yeah, and then specific to crypto, there was a very hair on fire use case for people who buy their first Bitcoin. And for those in the audience who haven't done this yet, when you go in and you go into an app and you buy your first Bitcoin or Ethereum or whatever cryptocurrency, and then the first time you try to send it, there's this field where you want to send it and it's this very long hex address. And it looks like an IP address from the 1980s, right? And it's like a bank number and no one's going to use that to send money back and forth to each other. And so just like domain names and the D apps system replace IP addresses, NFT domains on blockchain systems replace hex addresses for sending and receiving cryptocurrency, Bitcoin, Ethereum, whatever. And that's its first use case is it really plugs in there. So when you want to send money to someone, you can just instead of sending money to a large hex address that you have to copy and paste, you could have an error, or you could send it to the wrong place, it's pretty scary. You could send it to johnfurrier.nft. And so we thought that you're just not going to get global adoption without better UX, same thing it worked with .com domains. And this is the same thing for Bitcoin and other crypto. >> It's interesting, look at the Web2 or trend one to two, Web1 went to two, it was all about use, ease of use, right? And making things simpler, clutter, more pages can't find things that was search, that was Google. Since then, has there actually been an advancement? >> Hmm. >> Facebook certainly is not an advancement, they're hoarding all the data. So I think we're broken between that step of a free search to all the resources in the world, to which by the way, they're mining a lot of data too, with the Toolbar and Chrome. But now where's that Web3 crossover? So take us through your vision on digital identity on Web2, Google searching, Facebook's broken, democracy's broken, users aren't in charge to Web3? >> Got it. Well, we can start at Web1. So the way that I think about it is if you go to Web1, it was very simple, just text web pages. So it was just a way for someone to like put up a billboard and here's a piece of information and here's some things that you could read about it, right? And then what happened with Web2, was you started having applications being built that had backend infrastructure to provide services. So if you think about Web2, these are all websites or web portals that have services attached to them, whether that's a social network service or a search engine or whatever. And then as we move to Web3, the new thing that's happening here, is the user is coming onto that experience and they're able to connect in their wallet or their Web3 identity to that app and they can bring their data to the party. So it's kind of like Web1, you just have a static web page, Web2, you have a static webpage with a service, like a server back here, and then Web3, the user can come in and bring their database with them in order to have much better app experiences. So how does that change things? Well, for one, that means that you want data to be portable across apps. So we touched on gaming earlier and maybe if I have an in-game item for one game that I'm playing for a certain company, I can take it across two or three different games. It also impacts money. Money is just digital information. So now I can connect to a bunch of different apps and I can just use cryptocurrency to make those payments across those things instead of having to use a credit card. But then another thing that happens is I can bring unlimited amount of additional information about myself when I plug in my wallet. And as an example, when I plug into Google search, for instance, they could take a look at my wallet that I've connected and they could pull information about me that I enable that I share with them. And this means that I'm going to get a much more personalized experience on these websites and I'm also going to have much more control over my data. There's a lot of people out there right now who are worried about data privacy, especially in places like Europe. And one of the ways to solve that is simply to not store the data and instead have the user bring it with them. >> You know, I've always thought about this and always debated it with Dave a lot and my co-host, does top down governance privacy laws outweigh the organic bottoms up innovation? So what you're getting at here is, "Hey, if you can actually have that solved "(laughing) before it even starts." It was almost as if those services were built for the problem of Web2. >> Yes. >> Not three. >> Right. >> What's your reaction to that? >> I think that is right on the money. And if you look at it as a security, like if I put my security researcher hat on, I think the biggest problem we have with security and privacy on the web today is that we have these large organizations that are collecting so much data on us and they just become these honeypots and there have been huge breaches. Like Equifax, you know a few years back is a big one and this all your credit card data got leaked, right? And all your credit information got leaked. And we just have this model where these big companies silo your data, they create a giant database, which is worth hundreds of millions of dollars, if not billions, to be attack. And then someone eventually is going to hack that in order to pull that information. Well, if instead, and you can look at this at Web3. So for those in the audience who have used, a Web3 application, one of these D app, to trade cryptocurrencies or something, you'll know that when you go there, you actually connect your wall. So when you're working with these web, you connect, you bring your information with you and you connect it. That means that the app has none of that stored, right? So these apps that people are using for crypto trading cryptocurrency on apps or whatever, they have no stored information. So if someone hacks one of these defi exchanges, for instance, there's nothing to steal. And that's because the only time the information is being accessed is when the user is actively using the site. And so as someone who cares about security and privacy, I go, "Wow, that's a much better or data model." And that gives so much more control of user 'cause the user just permissions access to the data only during the time period in which they're interacting with the application. And so I think you're right and like we are very excited to be building these tools, right? Because I see it like if you look at Europe, they basically pass GDPR and then all the companies are going, "We can't comply with that." They keep postponing it or like changing it a little bit and trying to make it easier to comply with. But honestly we just need to switch the data models. So the companies aren't even taking the data and then they're going to be in a much better spot. >> And GDPR is again a nightmare. I think it's the wrong approach. I always said it was screwed up because most companies don't even know where stuff is stored and nevermind how they delete someone's entry in a database. They don't even know what they're collecting. Some at some level they become so complicated. So right on the money there good, good call out. There question for you. Is this then? Okay, so do you decouple the wallet from the ID or are they together and is it going to be a universal wallet? Do you guys see yourselves as universal domains? Take me through the thinking around how you're looking at the wallet and the actual identity of the user, which obviously is important on the identity side, wallet is that just universal or is that going to be coming together? >> Well, I think so. The way that we kind of think about it is that wallets are where people have their financial interactions online. And then identity is much more about, it's kind of like being your passport. So it's like your driver's license for the internet. So these are two kind of separate products we see longer term and actually work together. So, if you have a domain name, it actually is easier to make deposits into your wallet because it's easier to remember to send money to mattgloud.crypto. And that way it's easier for me to receive payments or whatever. And then inside my wallet, I'm going to be doing defi trades or whatever. And that doesn't really have an interaction with names necessarily in order to do those transactions. But then if I want to sign into a website or something, I could connect that with my NFT domain. And I do think that these two things are kind of separate. I think we're going to... Still early, so figuring out exactly how the industry is going to shake out over like a five to 10 year time horizon and maybe a little bit more difficult and we could see some other emerging... What you would consider like cornerstones of the crypto ecosystem. But I do think identity and reputation is one of those. And I also think that your financial applications of defi are going to be another. So those are the two areas where I see it. And just a note on this, when you have a wallet that usually has multiple cryptocurrency addresses, so you're going to have like 50 cryptocurrency addresses in a wallet. You're going to want to have one domain name that links back to all those, because you're just not going to remember those 50 different addresses. So that's how I think that they collaborate and we collaborate with several large wallets as well, like blockchain.com and another 30 plus of these to make it easier for sending out and receiving cryptocurrency. >> So the wallet basically is a D app, the way you look at it, the integrated. >> Yeah. >> Whatever you want, just integrate in. How do I log into decentralized application with my NFT domain name? Because this becomes okay. I got to love the idea, love my identity. I'm an my own NFT. I mean, how this video's going to be an NFT soon. We get on board with the program here, but how do I log into my app? I'm going to have a D app and I got my domain name. Do I have to submit is there benchmarking? Is there approval process? Is there APIs and SDK kind of thinking around it? How are you thinking about dealing with the apps? >> Yeah, so all of the above. And what we're trying to do here is build like an SSO solution, but it's consumer based. So what we've done is adapted some SSO protocols that other people have used, the standard ones, in order to connect that back to an NFT domain in this case. And that way you GET the best of both worlds. So you can use these authorization protocols for data permissioning that are, you know, standard Web2 APIs, but then the permissioning system is actually based on the user-controlled NFT. So they're assigning it that with their private public key pair in order to make those updates. So that allows you to connect into both of these systems. We think that that's how technology typically impacts the world is it's not like you have something that just replaces something overnight. You have an integration of these technologies over time. And we really see these Web3 components and net two domains integrating nicely into regular apps. So as an example in the future, when you log in right now, you see Google off, Facebook off, or you can type in an email address, you could see NFT, Unstoppable Domains or NFT authorization. And you can SSO in to that website. When you go to a website like an e-commerce website, you could share information about yourself, 'cause you've connected your wallet now. So you could say, "Yes, I am a unique individual. "I do live in New York and I just bought a new house." And then when you permission all that information about yourself to that application, you can serve up a new user experience for you. And we think it's going to be very interesting for doing rewards and discounts online for e-commerce specifically in the future because that opens up a whole new market. 'Cause they can ask you questions about yourself and you can deliver that information directly to the app. >> I really think that the gaming market has totally nailed the future use case, which is in game currency, in game end engagement, in game data. And now bringing that to kind of a horizontally scalable like surface areas is huge, right? So, you know, I think that's a huge success on the concept. The question I have to ask you is you getting any pushback from, ICANN, the International Corporation of Naming and Numbers, they got dot everything now.club, 'cause the clubhouse, they got dot, party.live. I mean the real domain name people are over here, Web2, you guys are coming out with the Web3. Where is that connect for people who are not following along the Web3 trend? How do you rationalize the domain angle here? >> Yeah, well, so I would say that NFT domains are what domains on DNS were always meant to be 30 plus years ago. And they just didn't have blockchain systems back in the nineties when they were building these things. So there's no way to make them for individuals. So what happened was for DNS, it actually ended up being business. So if you look at DNS names, there's about 350 million registrations. They're basically all small business. And it's like, 20 to 50 million small businesses who own the majority of these.com or these regular DNS domain names. And that's their focus. NFT domains, because all of a sudden you have the wallet, you have them in your wallet and your crypto wallet, they're actually for individuals. So that market, instead of being for small businesses is actually end users. So instead of being for 20 to 50 million small businesses, we're talking about being useful for three to four billion people who have an internet connection. And so we actually think that the market size for NFT domains is somewhere 50 to a hundred X, the market size for traditional domain names. And then the use cases are going to be much more for individuals on a day to day basis. So it's like people are going to want you on a use them for receiving cryptocurrency or receiving dollars or payments or USCC coin, where they're going to want to use them as identifiers on social networks, where they're going to want to use them for SSO. And they're not going to want to use them as much for things like websites, which is what Web2 is. And if I'm being perfectly honest, if I'm looking out 10 years from now, I think that these traditional domain name systems are going to want to work with and adopt this new NFT technology, 'cause they're going to want to have these features for the domain names. So like in short, I think NFT domain names are domain names with superpowers. This is the next generation of naming systems. And naming systems were always meant to be identity networks. >> Yeah, they hit a glass ceiling. I mean they just can't, they're not built for that. And having people, having their own names, is essentially what decentralization is all about. 'Cause we, what is a company? It's a collection of humans that aren't working in one place, they're decentralized. So then you decentralize the identity and everything's been changed. So completely love it. I think you guys are onto something really huge here. You pretty much laid out what's next for Web3, but you guys are in this state of growth. You've seen people signing up for names. That's great. What are the best practices? What are the steps are people taking? What's the common use case for folks who are putting this to work right now for you guys? Why do you see, what's the progression? >> Yeah, so the thing that we want to solve for people most immediately, is we want to make it easier for sending and receiving crypto payments. And I know that sounds like a niche market, but there's over 200 million people right now who have some form of cryptocurrency, right? And 99.9% of them are still sending crypto using these really long hex addresses. And that market is growing at 60 to 100% year over year. So first we need to get crypto into everybody's pocket and that's going to happen over the next three to five years. Let's call it, if it doubles every year for the next five years, we'll be there. And then we want to make it easier for all those people to send crypto back and forth. And I will admit I'm a big fan of these stable coins and these like... I would say utility focused tokens that are coming out just to make it easier for transferring money from here to Turkey and back or whatever. And that's the really the first step for NFT domain names. But what happens is when you have an NFT domain and that's what you're using to receive payments, and then you realize, oh, I can also use this to log into my favorite apps. It starts building that identity piece. And so we're also building products and services to make it more like your identity. And we think that it's going to build up over time. So instead of like doing an identity network top down where you're like a government or corporation, you say, oh, you have to have ID, here's your password, you have to have it. We're going to do it, bottoms up. We're going to give everyone on the planet and up to you domain name, it's going to give them some utility to make it easier to send, receive cryptocurrency. And we're going to say, "Hey, do you want to verify your Twitter profile?" Yes. Okay, great. You just attach that back. Hey, you want to verify your Reddit? Yes, Instagram? Yes, TikTok, yes. You want to verify your driver's license? Okay, yeah, we can attach that back. And then what happens is you end up building up organically digital identifiers for people using these blockchain naming systems. And once they have that, they're going to just... They're going to be able to share that information and that's going to lead to better experiences online for both commerce, but also just better user experiences in general. >> Every company when they web came along first, everyone pro proved the web once. Oh, it's terrible. A bad idea. Oh, it's so, unreliable, so slow. Hard to find things. Web2, everyone bought a domain name for their company, but then as they added webpages, these premalinks became so long, the webpage address fully qualified, permalink string, they bought keywords. And then that's another layer on top. So you started to see that evolution in the web. Now it's kind of hit ceiling. Here, everyone gets their NFT, they start doing more things. Then it becomes much more of a use case where it's more usable, not just for one thing. So we saw that movie before, so it's like a permalink, permanent. >> Yeah. >> Excellent. >> Yes indeed. I mean, if we're lucky it will be a decentralized bottoms up global identity that appreciates user privacy and allows people to opt in. And that's what we want to build. >> And the gas prices thing that's always come out always an objection here that, I mean, blockchain's perfect for this 'cause it's, imitable, it's written on the chain. All good, totally secure. What about the efficiency? How do you see that evolving real quick? >> Well, so a couple comments on efficiency. First of all, we picked domains as first product to market. 'Cause you need to take a look and see if the technology is capable of handling what you're trying to do and for domain names, you're not updating that every day. So like, if you look at traditional domain names, you only update it a couple times per year. So, the usage for that to set this up and configure it, most people set it up and configure it and then they only have a few changes per year. First of all, the overall you, it's not like a game. >> An IO problem. >> Right, right, right. So that part's good. So we picked a good place to start for going to market. And then the second piece is like, you're really just asking, are computer systems going to get more efficient over time? And if you know, the history of that has always been yes. And I remember the 90s, I had a modem and it was 14 kilobits and then it was 28 and then 56 and then 100. And now I have a hundred megabits up and down. And I look at blockchain systems and I don't know if anyone has a law for this yet, but throughput of blockchains is going up over time and there's going to be continued improvements over this over the next decade. We need them. We're going to use all of it. And you just need to make sure you're planning a business makes sense for the current environment. Just as an example, if you would try to launch Netflix for online streaming in 1990, you would've had a bad time because no one had bandwidth. So yeah, some applications are going to be wait to be a little bit later on in the cycle, but I actually think identity is perfectly fine to go ahead and get off the ground now. >> Yeah, the motivated parties for innovations here, I mean a point cast failed miserably that was like, they tried to stream video over T1 lines, but back in the days, nothing. So again, we've seen those speeds, double, triple in homes right now. Matt, congratulations, great stuff. Final, TikTok moment here. How would you summarize in a short clip, the difference between digital identity and Web2 and Web3. >> In Web2, you don't get to own your own online presidence, and in Web3 you do get to own it. So I think if you were going to simplify it, really Web3 is about ownership and we're excited to give everyone on the planet a chance to own their name and choose when and where and how they want to share information about themselves. >> So now users are in charge. >> Exactly, you got it. >> They're not the product anymore. If you got to be the product you might as well monetize the product, and that's the data. Real quick thoughts just to close out the roll of data and all this, your view. >> We haven't enabled users to own their data online since the beginning of the internet. And we're now starting to do that. It's going to have profound changes for how every application on the planet interacts with their users. >> Awesome stuff, Matt, take a minute to give a plug for the company. How many employees you got? What are you guys looking for for hiring, fundraising? Give a quick commercial for what's going on Unstoppable Domains. >> Yeah, so if you haven't already, check us out at unstoppabledomains.com, we're also on Twitter at Unstoppable web. And we have a wonderful podcast as well that you should check out if you haven't already. And we are just crossed a hundred people. We're growing, three to five hundred percent year over year. We're basically hiring every position across the company right now. So if you're interested in getting into Web3, even if you're coming from a traditional to background, please reach out. We love teaching people about this new world and how you can be a part of it. >> And you're a virtual company. You have a little headquarters or is it all virtual? What's the situation there? >> Yeah, I actually just assumed we are 100% remote and asynchronous and we're currently in five countries across the planet in mostly concentrated in the US and the EU areas. >> I heard a rumor too. Maybe you can confirm or admit or deny this rumor. I heard a rumor that you have mandatory vacation policy. >> This is true. And that's because we are a team of people who like to get things done. But we also know that recovery is an important part of any organization. So if you push too hard, we want to remind people we're on a marathon, right? This is not a sprint. And so we want people to be with us long term, and we do think that this is a 10 year move. And so yeah, do force people. We'll unplug you at the end of the year, if you- >> That's what I was going to ask you. So what's the consequence of, I don't take vacation. >> Yeah, we literally unplug you. (both laughing) >> You won't be able to get into slack. Right, and that's (indistinct). >> Well, when people start having their avatars be their bought and you don't even know what you're unplugging at some point, that's where you guys come in with the NFT saying that that's not the real person, it's not the real human. >> Yeah, exactly. We'll be able to check. >> NFT is great innovation, great use case, Matt congratulations. Thanks for coming on and sharing the story to kick off this showcase with theCUBE. Thanks for sharing all that great insight. Appreciate it. >> Yeah, John had a wonderful time. >> All right, this is theCUBE Unstoppable Domains showcasing. We've got 10 great pieces of content we're dropping all today. Check them out. Stay with us for more coverage. I'm John Furrier with theCUBE. Thanks for watching. (upbeat music)

Published Date : Mar 10 2022

SUMMARY :

Matt, great to come on. So first of all, love the and you see it from, you and the users and the people consuming And if you look today, and you gave up your data, that they're going to need in I mean, what do you do with it? Yeah, and then specific to crypto, the Web2 or trend one to two, of a free search to all So it's kind of like Web1, you "Hey, if you can actually have that solved and then they're going to or is that going to be coming together? how the industry is going to shake out the way you look at it, the integrated. I got to love the idea, love my identity. And that way you GET And now bringing that to kind to want you on a use them So then you decentralize the identity And then what happens is you So you started to see and allows people to opt in. And the gas prices thing So like, if you look at And if you know, the history but back in the days, nothing. and in Web3 you do get to own it. and that's the data. for how every application on the planet What are you guys looking and how you can be a part of it. And you're a virtual company. and the EU areas. I heard a rumor that you have So if you push too hard, So what's the consequence Yeah, we literally unplug you. Right, and that's (indistinct). saying that that's not the real person, We'll be able to check. to kick off this showcase with theCUBE. I'm John Furrier with theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Matt GouldPERSON

0.99+

United States Department of CommerceORGANIZATION

0.99+

twoQUANTITY

0.99+

20QUANTITY

0.99+

ICANNORGANIZATION

0.99+

threeQUANTITY

0.99+

International Corporation of Naming and NumbersORGANIZATION

0.99+

John FurrierPERSON

0.99+

1990DATE

0.99+

DavePERSON

0.99+

MattPERSON

0.99+

New YorkLOCATION

0.99+

100%QUANTITY

0.99+

billionsQUANTITY

0.99+

USLOCATION

0.99+

117 episodesQUANTITY

0.99+

EuropeLOCATION

0.99+

FacebookORGANIZATION

0.99+

EquifaxORGANIZATION

0.99+

TurkeyLOCATION

0.99+

10QUANTITY

0.99+

50%QUANTITY

0.99+

100QUANTITY

0.99+

10 yearQUANTITY

0.99+

40%QUANTITY

0.99+

99.9%QUANTITY

0.99+

five countriesQUANTITY

0.99+

Palo Alto, CaliforniaLOCATION

0.99+

10 great piecesQUANTITY

0.99+

LinkedInORGANIZATION

0.99+

JohnPERSON

0.99+

second pieceQUANTITY

0.99+

30QUANTITY

0.99+

NFTORGANIZATION

0.99+

NetflixORGANIZATION

0.99+

56QUANTITY

0.99+

14 kilobitsQUANTITY

0.99+

less than 1%QUANTITY

0.99+

firstQUANTITY

0.99+

GDPRTITLE

0.99+

ChromeTITLE

0.99+

50 cryptocurrencyQUANTITY

0.99+

50 different addressesQUANTITY

0.99+

Unstoppable DomainsORGANIZATION

0.99+

hundreds of millions of dollarsQUANTITY

0.99+

TwitterORGANIZATION

0.99+

first timeQUANTITY

0.99+

over 200 million peopleQUANTITY

0.99+

two areasQUANTITY

0.99+

28QUANTITY

0.99+

LinkedInsORGANIZATION

0.99+

one gameQUANTITY

0.99+

fiveQUANTITY

0.99+

60QUANTITY

0.99+

two thingsQUANTITY

0.99+

about 350 million registrationsQUANTITY

0.99+

30 plusQUANTITY

0.99+

bothQUANTITY

0.99+

InstagramORGANIZATION

0.98+

50 millionQUANTITY

0.98+

first stepQUANTITY

0.98+

50QUANTITY

0.98+

unstoppabledomains.comOTHER

0.98+

50 millionQUANTITY

0.98+

GoogleORGANIZATION

0.98+

oneQUANTITY

0.98+

90sDATE

0.98+

both worldsQUANTITY

0.98+

first productQUANTITY

0.98+

FortniteTITLE

0.98+

first use caseQUANTITY

0.97+

todayDATE

0.97+

3.5 billion peopleQUANTITY

0.97+

three different gamesQUANTITY

0.97+

Sajjad Rehman & Nilkanth Iyer, Unstoppable Domains | Unstoppable Domains Partner Showcase


 

(bright upbeat music) >> Hi, everyone, welcome back to theCUBE's Unstoppable Domains Partner Showcase. I'm John Furrier, host of theCUBE. This segment in this session is about expansion into Asia Pacific and Europe for Unstoppable Domains. It's a hot startup in the Web3 area, really creating a new innovation around NFTs, crypto, single sign-on, and digital identity, giving users the power like they should. We've got two great guests, Sajjad Rehman, Head of Europe, and Nilkanth, known as Nil, Iyer, head of Asia. Sajjad, Nil, welcome to this CUBE, and let's talk about the expansion. It's not really an expansion, the global economy is global, but showcase here about Unstoppables going to Europe. Thanks for coming on. >> Thanks for inviting us. >> Thanks John, for inviting us. >> So we're living in a global world, obviously, crypto, blockchain, decentralized applications. You're starting to see mainstream adoption, which means the shift is happening. There are more apps coming, and it means more infrastructure, and things got to get easier, right? So, reduce the steps it takes to do stuff, makes the wallets better, give people more secure access and control of their data. This is what Unstoppable is all about. You guys are in the middle of it, you're on this wave. What is the potential of Web3 with Unstoppable, and in general, in Asia and in Europe? >> I can go first. So, now, let's look at the Asia market. I mean, typically, we see the US market, the Europe markets, for typical Web 2.0 software and infrastructure is definitely the larger markets, with US typically accounting for about 60%, and Europe about 20 to 30%, and Asia has always been small. But we see in this whole world of blockchain, crypto, Web 3.0, Asia already has about 160 million users. They have more than 35 local exchanges. And if you really look at the number of countries, in terms of the rate of adoption, many of the Asian countries, which probably you'd have never even heard of, like Vietnam, actually topping the list, right? One of the reasons that this is happening, again, if you go through the Asian Development Bank's latest report, you have these Gen Zs and millennials, of that's 50% of the Asian population. And if you really look at 50% of the Asian population, that's 1.1 billion people out of the total, 1.8 billion Gen Z and millennials that you have have in the world. And these folks are digitally native, they're people, in fact, the Gen Zs are mobile first, and millennials, many of us, like myself, at least, are people who are digital, and 20% of the world's economy is currently digital, and the rest, 40 to 50%, which is going to happen in the Web 3.0 world, and that's going to be driven by millennials and Gen Zs. I think that's why this whole space is so exciting, because it's being driven by the users, by the new generation. I mean, that's my broad thought on this whole thing. >> Before we get get this started, I want to just comment, Asia, also, in other areas where mobile first came, you had the younger demographics absolutely driving the change, because they're like, "Well, I don't want the old way." They go right from scratch at the beginning, they're using the technologies. That has propelled the crypto world. I mean, that is absolutely true. Everyone's kind of seeing that. And that's now influencing some of these developer nations, like say, in Europe, for instance, and even North America, I think Europe's more advanced than North America, in my opinion, but we'll get to that. Oh, so potential in Europe. Sajjad, take us through your thoughts on... As head of Europe, for our audience. >> Absolutely, so, Nil's right. I think Asia is way ahead in terms of Gen Z user adopting crypto, Europe is actually a distant second, but it's surprising to note that Europe actually has the highest transactional activity in crypto over the last year and a half. And if you dig a bit deeper, I'd say, arguably, for Europe, I think the opportunity in Web3 is perhaps the largest. And then perhaps it can mean the most for Europe. Europe, for the last decade, has been trailing behind Asia and North America, when it comes to birthing unicorns, and I think Web3 can provide a StepChain opportunity. This belief, for me, stems from the fact that Europe's policy, right, like, for example, GDPR, is focused on enabling your data ownership. And I think I recently read a very good paper out of Stanford, by Patrick Henson. He speaks about Web3 being the best part, here, for Europe enabling patient sovereignty. So what that means is users control the data, they're paying to enter it, and they harness the value from it. And on one hand, while Europe is enabling that regulation, that's entered in that code, Web3 actually brings it into action. So I think with more enablement, better regulation, and we'll see more hubs, like the Crypto Valley in Switzerland pop up, that will bring, I think, I'd rather be careful, better to say, not over-regulation, the right regulation. We can expect more in prop capital, more builder talent, that then drives more adoption. So I think the prospects for Europe in terms of usage, as well as builders, are quite bright. >> Yeah, and I think, also, you guys are in areas where the cultural shift is so dramatic. You mentioned Asia, the demographics, even the entrepreneurial culture in Europe right now is booming. You look at all the venture-backed startups, and the young generation building companies! And again, cloud computing is a big part of that, obviously. But look at, compared to the United States, you go back 15 years ago, Europe was way behind, on the startup scene. Now it's booming and pumping on all cylinders. And it kind of points at this cultural shift. It's almost like a generational... It's like the digital hippies changing the world. The Web3, it's kind of, "I don't want to be Web2, Web2 is so old, I don't want to do that." And then it's all because it's changing, right? And there are things inadequate with Web2, on the naming system. Also the arbitrage around fake information, bots, users being manipulated, and also merchandised and monetized through these portals. Okay, that's kind of ending. So talk about the dynamic of Web2, 3, at those areas. You've got users and you've got companies, who build applications. They're going to shift and be forced, in our opinion, and I want to get your reaction to that. Do you think applications are going to have to be Web3, or users will reject them? >> Yeah, I think that I'll jump in and add to there in Nil's part. I think the Web3 is built on three principles, right? They're decentralization, ownership, and composability. And I think these are not binary. So if I look further on in the future, I don't see a future where you have just Web3. I think there's going to be coexistence or cooperation between Web2 companies, Web3, building bridges. I think there's going to be... There's a sliding scale to decentralization, versus centralization. Similarly, ownership. And I think users will find what works best for them in different contexts. I think what Unstoppable is doing is essentially providing the identity system for Web3, and that's way more powerful when it comes to being built on blockchains, than with the naming system we had for Web2, right? The identity system can serve the purpose of taking a user's personal identifier, password, blockchain, domain name, and attaching all kinds of attributes that define who you are, both in the physical and digital world, and filling out information that you can transact on the basis of. And I think the users would, as we go to a no-code and low-code future, right, where in Web2, more of the users were essentially consumers, or readers of the internet. And in Web3, with more low-code and no-code technology platforms taking shape and getting proliferation, you would see more users being actually writers, publishers, and developers on the internet. And they would value owning their data, and to harness the most amount of value from it. So I think that's the power concept, and I think that's the future I see, where Web3 will dominate. Nil, what do you think? >> Well, I think you put it very, very nicely, Sajjad. I think you covered most of the points, I think. But I'm seeing a lot of different things that are happening at the ground. I think a lot of the governments, a lot of the Web 2.0 players, the traditional banks, these guys are not sitting quiet on the blockchain space. There are a lot of pilots happening in the blockchain space, right? I mean, I can give you real life examples. I mean, one of the biggest examples is in my home state of Maharashtra, where Mumbai is. They actually partnered with Polygon (MATIC), right? Actually built a private blockchain-based capability to kind of deliver your COVID vaccination certificates with the QR code, right? And that's the only way they could deliver that kind of volumes in that short a time, with the kind of user control, the user control the user has on the data. That could only be possible because of blockchain. Of course, it's still private, because it's healthcare data, they still want to keep it, something that's not fully on a blockchain. But that is something. Similarly, there is a consortium of about nine banks who have actually trying to work on making things like remittances or trade finance much, much easier. I mean, remittances through a traditional, Web 2.0 world is very, very costly. And especially in the Asian countries, a lot of people from Southeast Asia work across the world and send back money home. It's a very costly and a time-taking affair. So they have actually partnered and built a blockchain-based capability, again, in a pilot stage, to kind of reduce the transaction costs. For example, if you just look at the trade finance days where there are 14 million traders, who do 2.4, 5 trillion dollars, of transaction, they were able to actually reduce the time that it takes from eight to nine days, to about two to three days. And so, to add on to what you're saying, I think these two worlds are going to meet, and meet very soon. And when they meet, what they need is a single digital identity, a human-readable way of being able to send and receive and do commerce. I think that's where I see Unstoppable Domains, very nicely positioned to be able to integrate these two worlds, so that's my thought on all the logistics. >> That was a great point. I was going to get into which industries, and kind of what areas, you see in your geographies. But it's a good point about saving time. I like how you brought that up, because in these new waves, you either got to reduce the steps it takes to do something, or save time, make it easy. And this is the successful formula, in anything, whether it's an app or UI or whatever, but what specifically are they doing in your areas? And what about Unstoppable are they attracted to? Is it because of the identity? Is it because of the apps? Is it because of the single sign-on? What is the reason that they're leaning in, and unpacking this further into their pilots? >> Sajjad, do you want to take that? >> Yeah, absolutely, man. >> Because. >> Yeah, I'm happy. Please jump in if you want. So I think, and let me clarify the question, John, you're talking about Web2 companies, looking to partner in software, or potential partnerships, right? >> Yeah, what are they seeing, and what are they seeing as the value that these pilots we heard from Nilkanth around the financial industry? And obviously, gaming's one, it's obvious. Huge: financial, healthcare, I mean, these are obviously verticals that are going to be heavily impacted in a positive way. What are they seeing as value? What's getting them motivated to do these pilots? Why are they jumping in, with both feet, if you will, on these projects? Is it because it's saving money, is it time, or both, is it ease of use, is it the user's expectations? Trying to tease out how you guys see that evolving. >> Yeah, yeah, I think... This is still, the space is, the movement is going very fast, but I think the space is still young. And right now, a lot of these companies are seeing the potential that Web3 offers. And I think the key, key dimensions, right, composability, decentralization, and ownership. So I think the key thing I'm seeing in EU is these Web2 companies seeing the momentum and looking to harness that by enabling bridges to Web3. One of the key trends in Europe has been Fintech, I think over the last five to six years, we have the Revolut, N26, e-TOTAL creating platforms, new banks and super finance, super apps rising to the forefront. And they are all enabling, or also connecting a bridge with Web3 in some shape and form, either enabling creating of crypto, some are launching their own native wallets, and these are, essentially, ways that they can, one, attract users. So the Gen Z who are looking for more friction in finance, to get them on board, but also to look to enable more adoption by their own users, who are not using these services that potentially create new revenue streams, and create allocation of capital that they could not access, to have access to otherwise. So I think that's one trend I'm seeing over here. I think the other key trend is, in Europe, at least, has been games. And again, dead links or damaged, web creators would call the metaverse. So a lot of game companies are looking to step into Game Fire, which is, again, a completely different business model to what traditional game companies used to use. Similarly, metaverse is where again, ownership creates a different business model and they see that users and gamers of the future would want to engage with that, versus just being monetized on the basis of subscription or ads. And I think that's something that they're becoming aware of, and moving quickly in the space, launching their own metaverses, or game by applications. Or creating interoperability with these decentralized applications. >> You know, I wanted to get into this point, but I was going to ask about the community empowerment piece of this equation, 'cause digital identity is about the user's identity, which implies they're part of a community. Web3 is very community-centric. But you mentioned gaming, I mean, people who have been watching the gaming world, like ourselves, know that communities and marketplaces have been very active for years, many years, over 15 years. Community, games, currency, in-game activity, has been out there, right, but siloed within the games themselves. So now, it seems that that paradigm's coming in and empowering all communities. Is this something that you guys see and agree with? And if so, what's different about that? How are communities being empowered? I guess that's the question. >> Yeah, I can maybe take that, Sajjad. So, I mean, I must have heard of Axie Infinity, I mean, 40% of their user base is in Vietnam. And the average earning that a person makes in a month, out of playing this game, is more than the national, daily or minimum wage that is there, right? So that's the kind of potential. Actually, going back, as a combination of actually answering your earlier question, and I think over and above what Sajjad said, what's very unique in Asia is we still have a lot of unbanked people, right? So if you really look at the total unbanked population of the world, it's 1.6 billion, and 24% of that is in Asia, so almost 375 million people are in Asia. So these are people who do not have access to finance or credit. So the whole idea is, how do we get these people on to a banking system, onto peer-to-peer lending, or peer-to-peer finance kind of capabilities. I think, again, Unstoppable Domains kind of helps in that, right? If you just look at the pure Web 3.0 world, and the complex, technical way in which money or other crypto is transferred from one wallet to the other, it's very difficult for an unbanked person who probably cannot even do basic communication, cannot read and write, to actually be able to do it. But something that's very human-readable, something that's very easy for him to understand, something that's visual, something that he can see on his mobile. With 2G network, we are not talking of... The world is talking about 5G, but there are parts of Asia, which are still using 2G and 2.5G kind of network, right? So I think that's one key use case. I think the banks are trying to solve because for them, this is a whole new customer segment. And, sorry, I actually went back a little bit, to your earlier question, but coming to this whole community-building, right? So on March 8th, we're launching something called this Women of Web3, or, oh, that is WoW3, right? This is basically to, again, empower. So if you, again, look at Asia, women need a lot of training, they need a lot of enablement, for them to be able to leverage the power of Web 3.0. I can talk about India, of course, being from India. A lot of the women do not... They do all the small businesses, but the money is taken by middlemen, or taken by their husbands. With Web 3.0, fundamentally, the money comes to them, because that's what they use to educate their children. And it's the same thing in a lot of other Southeast Asian countries as well. I think it's very important to build those communities, communities of women entrepreneurs. I think this is a big opportunity to really get the section of society, which probably will take 10 more years, if we go through the normal Web1 to Web 2.0 progression, where the power is with corporations, and not with the individuals. >> And that's a great announcement, by the way, you mentioned the $10 million worth of domains being issued out for... This is democratization, it's what it's all about. Again, this is a new revolution. I mean, this is a new thing. So great stuff, more education, more learning. And going to get the banks up and running, get those people banking, 'cause once they're banking, they get wallets, right? So they need the wallets. So let's get to the real meat here. You guys are in the territory, Europe and Asia, where there's a lot of wallets. There's a lot of exchanges, 'cause that's... They're not in the United States. There's a few of them there, but most of them outside the United States. And you've got a lot of dApps developing, decentralized applications, okay? So you got all this coming together in your territory. What's the strategy, how you going to attack that? You got the wallets, you got the exchanges, and you got D applications. DApps. >> Yeah, I'm happy to (indistinct). So I think, and just quickly there, I think one point is, and Nil really expressed it beautifully, is finding inclusion. That is something that has inspired me, how Web3 can make the internet more inclusive. That inspired my move here. Yeah, I think, for us, I think we are at the base start when it comes to Europe, right? And the key focus, in terms of our approach in Europe would be that, we want to do two things. One, we want to increase the utility of these domain names. And the second thing is, we will invite proliferation with our partners. So when I speak about utility, I think utility is when you have a universal identifier, which is a domain name, and then you have these attributes around it, right? What then defines your identity. So in the context, in Europe, we would look to find partners to help us enrich that identity around the domain name. And that adds value for users, in terms of acquiring these domains and new clients. And on the other end, when it comes to proliferation, I think it's about working with all those crypto, and crypto and Web3, Web3 participants as well as Web3-adjacent companies, brands, and services, who can help us educate current and future, and upcoming Web3 users about the utility of domain names, and help us onboard them to the decentralized internet. So I think that's going to be the general focus. I think the key is that, as, oh, and hopefully, we'll be having one, overarching regulation, EU, that allowed us to do this at a vision level. But I would say I think it's going to be tackling it country by country, identifying countries where there's deeper penetration for Web3, and then making sure that we are partnered with local, trusted partners that are already developing for local communities there. So, yeah, that's my view and Nil, I believe those are wants in, for Asia. >> Oh, I think, yeah, so again, in Asia, one is you have a significant part of humanity living in Asia, right? So obviously, all the other challenges and the opportunities that we talk about, I think the first area of focus would be educating the people on the massive opportunity that they have, and if you're able to get them in early, I think it's great for them as well, right? Because by the time governments, regulations, large banking, financial companies move, but if you can get the larger population into this whole space, it's good for them, so they are first movers in that space. I think we are doing a lot of things on this, worldwide. I think we've done more than 100 past podcasts, just educating people on what is Web 3.0, what are NFT domains? What is DeFi, and so on and so forth. I think it would need some bit of localization, customization, in Asia, given that India itself has about 22 languages. And then there are the other countries which, each of them with their own local languages and syntax, semantics and all those things, right? So I think that that is very important, to be able to disseminate the knowledge, although it's global, but I think to get the grassroot people to understand the opportunity, I think it would need some amount of work there. I think also building communities, I think, John, you talked about communities, so did Sajjad talk about communities. I think it's very important to build communities, because communities create ideation. It talks about... People share their challenges, so that people don't repeat the same mistakes. So I think it's very important to build communities based on interest. I think we all know in the technology world, you can build communities around Elegram, Telegram, Discord, Twitter spaces, and all those things. But, again, when you're talking of financial inclusion, you're talking of a different kind of community-building. I think that that would be important. And then of course I will kind of, primarily from a company perspective, I think getting the 35 odd exchanges in Asia, the wallets to partner with us. Just as an example, MATIC. They had, until September of last year, about 3,500 apps. In just one quarter, it doubled to 7,000 dApps on their platform. But that is the pace, or the speed of innovation that we are seeing on this whole 3.0 space. I think it's very important to get those key partners, Who are developing those dApps. See the power of single sign-on, having a human-readable, digital identity, being able to seamlessly transfer all your assets, digital assets, across multiple cryptos, across multiple NFT marketplaces, and so on and so forth. >> Yeah, and I think the whole community thing, too, is also you seeing the communities being part of, certainly in the entertainment area, and the artistry, creator world, the users are art of the community, they own it, too. So it goes both ways, but this brings up the marketplace, too, as well, because you guys have the opportunity to have trust built into the software layer, right? So now you can keep the reputation data. You can be anonymous, but it's trustworthy, versus bots, which we all know bots can be killed and then started again with... And no one knows what the tagalong has been around. So the whole inadequacy of Web2, which is just growing pains, right? This is what it evolution looks like, next abstraction layer. So I love that vibe. How advanced do you think that thinking is, where people are saying, Hey, we need this abstraction layer. We need this digital identity. We need to start expanding our applications so that the users can move across these and break down those silos where the data is, 'cause that's... This is like the nerd problem, right? It's the data silos that are holding it back. What's your guys' reaction to that? The killing the silos and making it horizontally scalable? >> Yeah, I think it's a nerd problem. It is a problem of people who understand technology. It's a problem of a lot of the people in the business who want to compete effectively against those giants, which are holding all the data. So I think those are the people who will innovate and move. Again, coming back to financial inclusion, coming back to the unbanked, those guys just want to do their business. They want to live their daily life. I think that's not where you'll see... You will see innovation in a different form, but they're not going to disrupt the disrupters. I think that would be the people, Fintechs, I think they would be the first to move on to something like that. I mean, that's my humble opinion. >> Sajjad, you heard. >> Yeah, I think- >> Go ahead. >> I mean, absolutely. I think, I mean, I touched on creators, right? So, like I said earlier, right, we are heading to a future where more people will be creators on the internet. Whether you're publishing, writing something, you're creating video content, and that means that they have data they own, but that's their data, they bring it to the internet. That's more powerful, more useful, and they should be able to transact on that basis. So I think people are recognizing that, and they will increasingly look to do so. And as they do that, they would want these systems that enable them to hold permission to their data. They will want to be able to control what their permission and what they want to provide, dApp. And at the end of the day, these applications have to work backwards from customers, and the customer's looking for that. That's where... That's what they will build. >> The users want freedom. They want to be able to be connected, and not be restricted. They want to freely move around the global internet and do whatever they want with the friends and apps that they want to consume, and not feel arbitraged. They don't want to feel like they're kind of nailed into a walled garden and stuck there and having to come back. It's the new normal. >> They don't want to be the product, right, so. >> They don't want to be the product. Gentlemen, great to have you on, great conversation. We're going to continue this later. Certainly want to keep the updates coming. You guys are in a very hot area in Europe and Asia Pacific. That's where a lot of the action is happening. We see the entrepreneurial activity, the business transformation, certainly with the new paradigm shift, and this big wave that's coming. It's here, it's mainstream. Thanks for coming on and sharing your insights. Appreciate it. >> Thanks, John. >> Thanks, John, Thanks for the opportunity, have a good day. >> Okay, okay, great conversation. All the action's moving and happening real fast. This is theCUBE Unstoppable Domains Partner Showcase. I'm John Furrier, your host. Thanks for watching. (contemplative music)

Published Date : Mar 10 2022

SUMMARY :

and let's talk about the expansion. for inviting us. So, reduce the steps it takes to do stuff, and the rest, 40 to 50%, That has propelled the crypto world. is perhaps the largest. and the young generation So if I look further on in the future, I mean, one of the biggest examples Is it because of the identity? clarify the question, John, is it the user's expectations? and gamers of the future I guess that's the question. fundamentally, the money comes to them, You guys are in the So in the context, and the opportunities that we talk about, and the artistry, creator world, I think that's not where you'll see... and the customer's looking It's the new normal. the product, right, so. We see the entrepreneurial activity, Thanks for the opportunity, All the action's moving

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JohnPERSON

0.99+

SajjadPERSON

0.99+

AsiaLOCATION

0.99+

EuropeLOCATION

0.99+

VietnamLOCATION

0.99+

John FurrierPERSON

0.99+

1.6 billionQUANTITY

0.99+

$10 millionQUANTITY

0.99+

March 8thDATE

0.99+

Patrick HensonPERSON

0.99+

40QUANTITY

0.99+

NilPERSON

0.99+

40%QUANTITY

0.99+

United StatesLOCATION

0.99+

Sajjad RehmanPERSON

0.99+

2.4, 5 trillion dollarsQUANTITY

0.99+

NilkanthPERSON

0.99+

Southeast AsiaLOCATION

0.99+

PolygonORGANIZATION

0.99+

50%QUANTITY

0.99+

20%QUANTITY

0.99+

24%QUANTITY

0.99+

MaharashtraLOCATION

0.99+

SwitzerlandLOCATION

0.99+

14 million tradersQUANTITY

0.99+

10 more yearsQUANTITY

0.99+

Asian Development BankORGANIZATION

0.99+

1.8 billionQUANTITY

0.99+

MATICORGANIZATION

0.99+

Asia PacificLOCATION

0.99+

eightQUANTITY

0.99+

both feetQUANTITY

0.99+

North AmericaLOCATION

0.99+

IndiaLOCATION

0.99+

EUORGANIZATION

0.99+

Web3ORGANIZATION

0.99+

second thingQUANTITY

0.99+

two worldsQUANTITY

0.99+

one pointQUANTITY

0.99+

bothQUANTITY

0.99+

35 odd exchangesQUANTITY

0.99+

more than 35 local exchangesQUANTITY

0.99+

three daysQUANTITY

0.99+

last decadeDATE

0.99+

nine daysQUANTITY

0.99+

OneQUANTITY

0.99+

Axie InfinityORGANIZATION

0.98+

about 60%QUANTITY

0.98+

over 15 yearsQUANTITY

0.98+

Nilkanth IyerPERSON

0.98+

about 3,500 appsQUANTITY

0.98+

MumbaiLOCATION

0.98+