Web3: Onboarding the next billion users — The road ahead

Cointelegraph發佈於 2022-03-27更新於 2022-03-27

文章摘要

Recent geopolitical events have polarized the world. Partisanship and the ideological divide have further balkanized the internet, whose gatekeepers have trampled upon the rights of millions to access financial services.

Recent geopolitical events have polarized the world. Partisanship and the ideological divide have further balkanized the internet, whose gatekeepers have trampled upon the rights of millions to access financial services. Nations are gradually waking up to the reality of having neutral protocols and national stacks. 
Hailed as the next generation of the internet, Web3 will be sanction-resistant and free of data silos. Gavin Wood, co-founder of Ethereum and creator of Polkadot and Kusama, coined the term Web3 in 2004. Five years later, the Bitcoin (BTC) white paper was released in 2009, which further cemented the imperative of decentralization. Is the decentralization narrative here to stay? Let’s find out why Web3 is gaining ground today.
Web3: Role of decentralization in the innovation economy
Web3 can offer global digital rails to aid innovation and independence. The clamor to reign in Big Tech have propelled the discussions around Web3. Big Tech’s dominance over the internet and its control over personal data has fueled the war cry for its decentralization. A renowned Silicon Valley Venture Capital firm, a16z published its policy paper “How to Build a Better Internet: 10 Principles for World Leaders Shaping the Future of Web3.” It states that data ownership and monetization will lead to newer business models in the Web3 era, advocating that:
“The world deserves technology that can unlock opportunity for the millions on the margins of the innovation economy and enable people to take control of their digital lives.”
The fundamental premise of the internet centered around connecting people. The internet has evolved over the last 30 years, and our interaction with it has also changed. Despite the changes, the era of online communities can be broadly classified into three time periods.

“Privacy is necessary for an open society in the electronic age,” said Eric Hughes, an American mathematician and founder of the cypherpunk movement, underscoring the importance of privacy and how it’s more pronounced in a decentralized version of the internet. The current state of the internet, Web2, reeks of Big Tech monopoly; Facebook, Amazon, Apple and Google today own and govern the internet.
The proponents of Web3 have urged that the future of the internet should be built upon the first principles of decentralization, self-sovereignty, data ownership and censorship resistance. At the core of Web3 is the philosophy of decentralized internet infrastructure designed to ensure individual privacy.

Web3 has yet to reach its full potential. At this point, the idea of individuals exercising complete ownership of their data and privacy seems quite dystopian because adoption is insignificant and limited to crypto-savvy individuals. There is a need to address the entry-level friction in the Web3 space.
Web3 adoption
The lofty ideals of ownership in a truly decentralized economy can only come to fruition if we create enabling tools and complementary infrastructure compatible with Web2 and Web3. Web3 adoption is still in its infancy, though a few Web2 companies have gradually begun migrating to Web3 and are embracing decentralization. Easy-to-use enabling services and infrastructure need to be built to ensure the seamless onboarding of users in the Web3 era. A lot still needs to be done.
The idea of portable digital identities and ownership on the internet is incumbent upon easy-to-use Web3 wallets for everyone, including non-native crypto audiences. Credential management coupled with the custody of digital assets is the missing link inhibiting Web3 adoption. A composite wallet that can enable users to assert their identity in the physical and digital realm, store credentials digital assets such as NFTs tokens, ensure payments, staking and more are the need of the hour. The current players’ on-ramp (fiat to crypto) and off-ramp (crypto to fiat) services are far from satisfactory, which needs to be addressed from a user-experience point of view to enable mass adoption.
Web3 and ownership economy
Web3 will bring a paradigm shift in the ways people in online communities use technology. Value creation and distribution will no longer be at the mercy of centralized actors, and decentralized groups will enable new forms of ownership and co-creation.
Gaming, a $200-billion industry in 2021, is the way forward for onboarding users to the Web3 ecosystem. Emerging gaming markets such as India have more than 450 million gamers. Emerging markets have lower per-capita income, creating huge opportunities for gamers to earn an income via blockchain-based play-to-earn games.

Financialization-first Web3 games are expected to grow further in the longer term. Web3 is at the heart of discourse, focused on the creator and ownership economy. JPMorgan’s recent report, “Opportunities in the Metaverse,” highlights the importance of a single-wallet user experience in Web3 and meta-commerce. The report states that a single wallet should include the following:

  • Web2 traditional finance payment rails, digital currencies and digital assets.
  • Web3 crypto, NFTs and digital assets.
  • Digital identity verifiable credentials, Know Your Customer and Anti-Money Laundering compliance keys, and reputation points.
  • Multiple aliases to preserve privacy and enable digital freedom.
    Privacy-preserving- and self-sovereignty-based tools and services are essential for harnessing the full potential of Web3 and leveraging trillion-dollar opportunities in the metaverse. An enhanced user experience is crucial for mainstream adoption.

你可能也喜歡

Claude Code 推出动态工作流:让AI学会自己组队干活

Claude Code 推出了动态工作流(workflows)功能,使AI能够根据任务动态组建多个智能体(Agent)团队协同工作,从而解决复杂的长周期任务。 该功能的核心价值在于,它改变了Claude Code原有的“单智能体在单一上下文内规划并执行”的模式。通过动态工作流,Claude可以将任务拆解,分派给多个拥有独立上下文的子智能体并行处理、交叉验证甚至彼此竞争,最后综合结果。这有效缓解了单智能体在处理长任务时常见的“智能体惰性”(提前宣布完成)、“自我偏好偏差”(倾向认可自己的结论)和“目标漂移”(逐渐偏离原始目标)等问题。 动态工作流通过执行一个包含特殊函数的JavaScript文件来协调子智能体。它支持多种实用模式,例如:将任务分类后路由给不同智能体;将任务拆分为多个小步骤并行处理再综合(扇出并综合);生成多个方案后通过锦标赛机制竞争筛选;以及进行对抗式验证等。 其应用场景显著超越了传统的代码任务,扩展至非技术领域。示例包括:代码迁移与重构、深度研究与事实核查、对大量简历或工单进行排序、从历史会话中提炼行为规则、进行事故根因调查、对积压任务进行大规模分诊,以及在命名、设计等需要探索和品味判断的任务中生成并筛选方案。 文章也指出,动态工作流并非万能。它通常会消耗更多token,因此不适合所有常规编程任务。最佳实践仍在形成中,开发者需要根据任务复杂度判断是否使用。用户可以通过详细提示(prompt)设计工作流,并结合 `/goal` 和 `/loop` 等指令,或设置token使用预算来优化效果。创建的工作流可以保存、共享甚至通过技能(skill)进行分发。 总的来说,动态工作流标志着Claude Code从一个代码助手向一个可编排的智能体工作台演进。未来AI工具的竞争力,可能不仅在于单个模型的智能程度,更在于其组织可靠、可复用执行流程的能力。

marsbit21 分鐘前

Claude Code 推出动态工作流:让AI学会自己组队干活

marsbit21 分鐘前

Hyperliquid,华尔街全天候交易便利店

《华尔街日报》报道,去中心化加密交易平台Hyperliquid已成为华尔街交易者,尤其是短线操作者的重要工具。其核心优势在于提供全年无休、全天候交易服务,允许投资者在美股休市(如周末)时提前建仓或平仓,以捕捉如地缘政治事件等带来的市场波动。对冲基金交易员Vala Zeinali分享了他利用该平台在中东冲突消息发布后,及时交易原油衍生品并获得高额回报的经历。 平台由前高频交易员Jeff Yan创立,旨在提供高性能且用户自主托管资产的交易系统,以应对类似FTX破产的风险。尽管公司仅有11名员工,但其业务增长迅速,去年营收约8亿美元,其原生代币HYPE市值已达约160亿美元。 Hyperliquid提供多样化的交易标的,包括比特币、标普500指数、原油以及SpaceX等未上市公司的永续合约,吸引了大量传统金融和加密领域资金。平台的高杠杆特性也意味着高风险,曾在市场剧烈波动时导致巨额爆仓。 目前,美国用户虽被协议禁止使用,但仍有人通过VPN访问。平台吸引力还在于其简洁的界面、丰富的产品以及活跃的社区文化,用户甚至可以直接与创始团队互动。Hyperliquid计划未来拓展至预测市场和期权交易领域,其终极目标是整合所有金融业务。然而,监管机构警告,永续合约结构复杂,面向散户的风险披露可能不足,存在隐患。

marsbit21 分鐘前

Hyperliquid,华尔街全天候交易便利店

marsbit21 分鐘前

谁为代理提供资金?

文章探讨了人工智能代理支付领域的关键问题:治理层的价值与竞争。OpenAI曾因缺乏清晰的购物规则(如退货、防欺诈)而关闭代理购物功能,这凸显了治理(支出控制、身份验证、政策执行)在代理经济中的核心地位。 目前,代理支付平均金额仅31美分,传统支付手续费(如Stripe)使得利润微薄,这为低成本的加密货币结算层(如Layer-2稳定币支付)创造了机会。Coinbase的x402协议和Stripe等公司推出的机器支付协议(MPP)正在争夺支付基础设施的主导权。 然而,真正的价值不仅在于处理交易,更在于管理资金流动的规则,即治理层。钱包(如Stripe收购的Privy)因其处在资金流动的关键节点,成为实施消费限额和审批的理想治理层。Stripe、Coinbase等巨头正通过垂直整合技术栈(覆盖结算、钱包、协议、治理等层面)来建立竞争优势。它们通过投资或收购治理初创公司,确保无论治理功能是内嵌还是独立,都能获利。 分析指出,支付处理终将商品化,价值会向上转移到决定交易能否发生的治理环节。预计到2030年,AI代理交易额可达3-5万亿美元,即使收取很低的治理费率,也能产生数十亿美元收入,堪比Coinbase目前的年订阅服务总收入。因此,在钱包、结算和治理层进行垂直整合,通过浮动余额收益、结算费用和合规费用多元获利,将是企业在代理支付时代保持竞争力的关键商业模式。

marsbit49 分鐘前

谁为代理提供资金?

marsbit49 分鐘前

交易

現貨
合約
活动图片