热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

BangkokIdentityMeetup

Next.ID hosted a panel discussion in Bangkok on 4th January 2023 where Web3 & identity thought leade

Next.ID hosted a panel discussion in Bangkok on 4th January 2023 where Web3 & identity thought leaders gathered to exchange ideas and discuss the concept behind Decentralized Identities (DID).

Speaker Info

  • Hannah Shen, Head of Growth @Next.ID
  • Max, CEO @Port3
  • Vincent, Partner @AC Capital
  • Kai, DID Builder
  • Moderator: Yisi Liu, Initiator @Next.ID

You may watch the full recording on YouTube: youtu.be/hdcOIXtUVEo?t=1373

Concept and framing of the term “Decentralized Identity (DID)”. Why does it matter? (37:00 Yisi)

38:21 Kai: Digital identity should not be directly linked to your digital assets, bank statements, NFTs held, etc. There should be an intermediate layer that protects user privacy while providing information necessary for apps to function properly. DID is an umbrella term that encapsulates projects and services such as ENS, privacy-preserving protocols, ZK solutions, etc.

40:13 Vincent: When we think about DID, we first ask ourselves,” Why decentralizing matters?” If we look at Web2 account systems, they are all generated in a centralized manner, in a centralized server. If the entity so wishes to ban your account, it can easily be done so. However, with DIDs, we will be able to generate accounts/wallets locally and you have control over what you own.

Secondly, DID enables interoperability of your account/wallet. With a single wallet address, the user will be able to interact with multiple protocols and Web3 services, without any boundaries. Unlike that of Web2 whereby user accounts are bound specifically to a particular website/server. (e.g. Google accounts can only be accessed with Google services).

43:30 Max: In the Web3 world, DID allows for universal accessibility of your digital identity. Say, for example, you have been active on Facebook for a long time. Your connections, posts, likes, and comments on Facebook will remain solely on Facebook’s server and it cannot be seen and accessible on other platforms. If you do wish to build your brand on another platform like Twitter, you have to start from scratch. However, the concept of DIDs will allow you to bring your digital identity and footprint across other platforms.

46:07 Hannah: The concept of DID is the same as Self-Sovereign Identity (SSI). At its core, users have control over their private key and public addresses and be able to verify/attest credentials among themselves, without involving a 3rd party.

From the value protection side in the future, when users access services and authentication through DID/SSI, it will give users freedom and safety.

From the value creation side, there could be reputation scoring built using DID methods.

The idea of SSI has been around for more than a decade. However, Web3 has provided the technology to utilize this idea. Right now there are many wallet addresses on different blockchains that contains different on-chain behaviors across different ecosystems. Web3 DID is an idea that connects the on-chain world with the off-chain world and that is what Next.ID has been working on it actively.

How do we strike a balance between the online freedom of users and user privacy/security? (49:30 Yisi)

50:25 Vincent: We are unable to enforce this idea because users simply do not care. People do not mind trading their online information for user convenience. Especially so for the majority of people who have other priorities in life and need to make a living. Their personal private information is deemed to be not important and they do not mind giving it up, as long as they can get things done as quickly as possible.

The way to get mass adoption for DIDs would be to get role models in the space and eventually make it into a social norm for the rest of the people to follow.

54:50 Max: What Port3Network does is that we request users to provide their cross-platform identity. It is done by providing incentives to users from other projects.

59:38 Hannah: While we have all the privacy-protecting benefits of DID, it comes with an entry barrier for many users. We builders constantly need to think about educating end-users and how to get them to care.

In terms of getting end-users to enjoy the freedom of their ownership through DID technology, there are 2 parts.

  1. How DID can be a better service for builders and developers to get onboard. E.g. DID login authentication is used as an alternative or additional option to sign in on their server, be it a decentralized or centralized server. It provides a gateway for users to learn about what DID and it allows them to set up DID while using their services. In order to achieve this, we need consensus from Web3 applications to adopt it as the default ID management/login solution.
  2. In terms of finding the needs of end-users on the application side, like what Max mentioned, would be to encourage users to verify themselves through DID which could bring benefits such as better reputation building and credit scoring, without relying on 3rd parties. This form of verification is done so through gamification of on-chain actions. This will greatly incentivize end-users to adopt and care about DID, not solely on the moral high ground of “protecting user privacy” point-of-view, but it actually brings real benefits. For application layer builders, This is something that application layer builders can think about, find out the true needs of cyber citizens which are not being fulfilled on centralized platforms today.

Do you think users need to be educated about the concept of DIDs? (1:08:40 Yisi)

1:09:00 Hannah: Users do not need to know the ins and outs. It depends on the targeted users. To target early adopters, we will need to get them to understand why DID in general is necessary. Whereas for mass adoption, the level of understanding may be weaker. However, the bare minimum is for users to know what a private key is, similar to the understanding of how you manage your current accounts.

1:09:40 Max: “When you fly on a plane, do you think a user needs to know the aerodynamics of how the plane works?” Users do not need to understand the concept of DID. Instead, it is important for users to know how will DID benefit them in delivering the service that is needed, which is not attainable with other identity services.

Main Takeaway

  1. Is Decentralized Identity (DID) the right framing? Why it matters? DID is the response to the centralized account system and the privacy in Web2. We’ve seen movements on self-sovereign identities and DID long before Web3 but the growing crypto adoption makes blockchain-based identifiers more relevant, giving rise to Web3 DIDs and hybrid IDs.
  2. We should first think about what kind of applications and developers could benefit from DID versus traditional web2 id system or wallet-first solution and find the utility and motivation for users to own DIDs
  3. End-users should at least know how to manage their DIDs similar to remembering their password but we don’t need everyone to agree with the technical and philosophical reasoning around decentralized identities and related technology.

Project Info:

  • Next.ID is the world’s first Decentralized-Identity-as-a-Service (DIaaS) protocol
  • Port3 is a one-stop platform to create, utilize and evolve your Web3 identity.
  • AC Capital is an investment firm focusing on Blockchain and Fin-tech, committed to discovering unicorns and boosting their development.

For anyone who is interested in Next.ID and DIDs in general, please do follow Next.ID’s official Twitter account @NextDotID and join our Telegram and Discord groups. We will be hosting more similar events and will continue to invite more industry leaders and emerging Web3 builders to talk with us.


推荐阅读
  • 本文分享了一个关于在C#中使用异步代码的问题,作者在控制台中运行时代码正常工作,但在Windows窗体中却无法正常工作。作者尝试搜索局域网上的主机,但在窗体中计数器没有减少。文章提供了相关的代码和解决思路。 ... [详细]
  • 如何使用Java获取服务器硬件信息和磁盘负载率
    本文介绍了使用Java编程语言获取服务器硬件信息和磁盘负载率的方法。首先在远程服务器上搭建一个支持服务端语言的HTTP服务,并获取服务器的磁盘信息,并将结果输出。然后在本地使用JS编写一个AJAX脚本,远程请求服务端的程序,得到结果并展示给用户。其中还介绍了如何提取硬盘序列号的方法。 ... [详细]
  • 本文讨论了在openwrt-17.01版本中,mt7628设备上初始化启动时eth0的mac地址总是随机生成的问题。每次随机生成的eth0的mac地址都会写到/sys/class/net/eth0/address目录下,而openwrt-17.01原版的SDK会根据随机生成的eth0的mac地址再生成eth0.1、eth0.2等,生成后的mac地址会保存在/etc/config/network下。 ... [详细]
  • 本文介绍了机器学习手册中关于日期和时区操作的重要性以及其在实际应用中的作用。文章以一个故事为背景,描述了学童们面对老先生的教导时的反应,以及上官如在这个过程中的表现。同时,文章也提到了顾慎为对上官如的恨意以及他们之间的矛盾源于早年的结局。最后,文章强调了日期和时区操作在机器学习中的重要性,并指出了其在实际应用中的作用和意义。 ... [详细]
  • WhenIusepythontoapplythepymysqlmoduletoaddafieldtoatableinthemysqldatabase,itdo ... [详细]
  • 本文讨论了编写可保护的代码的重要性,包括提高代码的可读性、可调试性和直观性。同时介绍了优化代码的方法,如代码格式化、解释函数和提炼函数等。还提到了一些常见的坏代码味道,如不规范的命名、重复代码、过长的函数和参数列表等。最后,介绍了如何处理数据泥团和进行函数重构,以提高代码质量和可维护性。 ... [详细]
  • VScode格式化文档换行或不换行的设置方法
    本文介绍了在VScode中设置格式化文档换行或不换行的方法,包括使用插件和修改settings.json文件的内容。详细步骤为:找到settings.json文件,将其中的代码替换为指定的代码。 ... [详细]
  • 本文介绍了在开发Android新闻App时,搭建本地服务器的步骤。通过使用XAMPP软件,可以一键式搭建起开发环境,包括Apache、MySQL、PHP、PERL。在本地服务器上新建数据库和表,并设置相应的属性。最后,给出了创建new表的SQL语句。这个教程适合初学者参考。 ... [详细]
  • 本文讨论了在Windows 8上安装gvim中插件时出现的错误加载问题。作者将EasyMotion插件放在了正确的位置,但加载时却出现了错误。作者提供了下载链接和之前放置插件的位置,并列出了出现的错误信息。 ... [详细]
  • Metasploit攻击渗透实践
    本文介绍了Metasploit攻击渗透实践的内容和要求,包括主动攻击、针对浏览器和客户端的攻击,以及成功应用辅助模块的实践过程。其中涉及使用Hydra在不知道密码的情况下攻击metsploit2靶机获取密码,以及攻击浏览器中的tomcat服务的具体步骤。同时还讲解了爆破密码的方法和设置攻击目标主机的相关参数。 ... [详细]
  • 不同优化算法的比较分析及实验验证
    本文介绍了神经网络优化中常用的优化方法,包括学习率调整和梯度估计修正,并通过实验验证了不同优化算法的效果。实验结果表明,Adam算法在综合考虑学习率调整和梯度估计修正方面表现较好。该研究对于优化神经网络的训练过程具有指导意义。 ... [详细]
  • 成功安装Sabayon Linux在thinkpad X60上的经验分享
    本文分享了作者在国庆期间在thinkpad X60上成功安装Sabayon Linux的经验。通过修改CHOST和执行emerge命令,作者顺利完成了安装过程。Sabayon Linux是一个基于Gentoo Linux的发行版,可以将电脑快速转变为一个功能强大的系统。除了作为一个live DVD使用外,Sabayon Linux还可以被安装在硬盘上,方便用户使用。 ... [详细]
  • Html5-Canvas实现简易的抽奖转盘效果
    本文介绍了如何使用Html5和Canvas标签来实现简易的抽奖转盘效果,同时使用了jQueryRotate.js旋转插件。文章中给出了主要的html和css代码,并展示了实现的基本效果。 ... [详细]
  • 本文介绍了在CentOS上安装Python2.7.2的详细步骤,包括下载、解压、编译和安装等操作。同时提供了一些注意事项,以及测试安装是否成功的方法。 ... [详细]
  • 【shell】网络处理:判断IP是否在网段、两个ip是否同网段、IP地址范围、网段包含关系
    本文介绍了使用shell脚本判断IP是否在同一网段、判断IP地址是否在某个范围内、计算IP地址范围、判断网段之间的包含关系的方法和原理。通过对IP和掩码进行与计算,可以判断两个IP是否在同一网段。同时,还提供了一段用于验证IP地址的正则表达式和判断特殊IP地址的方法。 ... [详细]
author-avatar
奈奈奈酱奈32_875
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有