CertiK Founder Ronghui Gu Appears at Davos: Anchoring IPO Goals, Advancing into the Institutional Market

marsbitPubblicato 2026-01-23Pubblicato ultima volta 2026-01-23

Introduzione

CertiK founder Ronghui Gu announced at the 2026 World Economic Forum in Davos that the company is advancing its IPO plans, aiming to become the "first Web3 infrastructure stock." This signals both CertiK's corporate maturity and the Web3 industry's shift toward institutional adoption and standardization. Gu emphasized that a successful public listing would help mainstream markets better understand and adopt Web3 technology, reflecting recognition from traditional industries. CertiK has received significant strategic investment, including from YZi Labs (formerly Binance Labs), supporting its expansion into institutional markets. To meet growing institutional demand, CertiK launched Skynet Enterprise, a security platform offering real-time on-chain monitoring, risk visualization, and compliance-ready tools. The company is also integrating AI into its formal verification engine, Spoq, to enhance security scalability and efficiency—a approach validated at top academic conferences. Gu concluded that CertiK’s public market entry is a critical step for Web3's integration into the global financial system, marking the industry’s transition toward regulated, institution-friendly maturity.

During the 2026 World Economic Forum (WEF) Annual Meeting, CertiK Founder Ronghui Gu was interviewed by CBS in Davos. He revealed that as the world's largest Web3 security company, CertiK is actively advancing its IPO plans, striving to become the "first stock in Web3 infrastructure." This signal not only marks CertiK's own development entering a mature stage but is also seen by the industry as a significant indicator of the Web3 sector moving towards institutionalization and standardization.

"The market is still anticipating the listing of native Web3 enterprises, especially infrastructure companies like CertiK," Gu stated in the interview. "This will help the mainstream market better understand and adopt Web3 technology, and it also represents recognition from traditional enterprises and mainstream industries."

It is reported that CertiK's IPO plan has received support from strategic capital. Among them, YZi Labs (formerly Binance Labs) recently completed a milestone investment, establishing its position as CertiK's largest investor to date. The continuous injection of capital from such top-tier investors not only provides CertiK with ample momentum for expansion but also paves the way for its comprehensive penetration into the institutional market.

Web3 Infrastructure for Institutions

As more traditional financial institutions and large enterprises explore Web3, security, transparency, and risk visibility have become prerequisites for entering this field. Gu pointed out that Web3 is entering a new phase that requires "institutional-grade standards."

In this context, CertiK has focused on institutional needs and launched the enterprise-grade security platform Skynet Enterprise. This platform is designed to meet the demands of institutions and regulators for transparency, risk visibility, and data quality. Through real-time on-chain monitoring, alert systems, and analytical dashboards, it transforms complex on-chain activities into intuitive insights, helping to build a more resilient digital asset ecosystem. Currently, CertiK is working closely with multiple regulatory bodies to promote the platform's implementation, paving the way for Web3 industry compliance.

AI-Enhanced Formal Verification Security Framework

In the interview, Gu also emphasized the application of AI in Web3 security. Unlike basic automation tools, CertiK deeply integrates AI into its self-developed Spoq engine, significantly enhancing the scalability and execution efficiency of its core formal verification system through empowerment. This cutting-edge research has been validated at top academic conferences such as OSDI 2023 and ASPLOS 2026.

Relying on this system, CertiK can provide mathematical-grade security guarantees for institutional clients. This practice of translating academic rigor into production-ready tools highlights CertiK's core philosophy: security should be a matter of genuine technical depth, not just superficial "trust labels."

The Inevitable Path for Web3's Integration into the Global Financial System

Gu noted in the interview: "Many people hope to see CertiK's successful IPO because it is not only crucial for CertiK but also for the entire Web3 industry." In his view, moving towards the public market is not only a natural progression for corporate development but also an essential path for Web3 to integrate into the global financial system and win the trust of users worldwide.

In the global context of Davos, the signal sent by CertiK is increasingly clear: Web3 is moving away from fringe innovation and transitioning into a mature stage that can be regulated, adopted by institutions, and supervised by public markets.

Domande pertinenti

QWhat is the main goal of CertiK as announced by its founder at the World Economic Forum?

ACertiK is actively advancing its listing plan, aiming to become the 'first Web3 infrastructure stock' and targeting the institutional market.

QWhich investment firm is now the largest investor in CertiK?

AYZi Labs (formerly Binance Labs) is the largest investor in CertiK following a milestone investment.

QWhat enterprise-level security platform did CertiK launch to meet institutional needs?

ACertiK launched Skynet Enterprise, an enterprise-level security platform designed for institutional transparency, risk visibility, and data quality needs.

QHow does CertiK integrate AI into its Web3 security solutions?

ACertiK integrates AI into its self-developed Spoq engine to enhance the scalability and efficiency of its formal verification system, providing mathematical-level security for institutional clients.

QWhy is CertiK's potential IPO significant for the broader Web3 industry?

ACertiK's IPO is seen as a critical step for Web3 to integrate into the global financial system, gain trust, and be adopted by mainstream institutions and traditional enterprises.

Letture associate

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit42 min fa

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit42 min fa

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit44 min fa

Your Claude Will Dream Tonight, Don't Disturb It

marsbit44 min fa

Trading

Spot
Futures
活动图片