What is Certik?

Advanced
Web3Security
Last Updated 2026-09-04 06:09:25
Reading Time: 5m
CertiK is a leading Web3 security firm specializing in smart contract audits, blockchain security, and compliance solutions. It offers services such as code audits, blockchain L1/L2 audits, wallet security, penetration testing, and risk management.

CertiK is a Web3 security company founded in 2018. It audits smart contracts and blockchain protocols, runs formal verification and penetration testing, monitors live projects through Skynet, and sells risk tools to projects, exchanges, wallets, institutions, developers, and investors trying to assess onchain risk. It is not a decentralized app platform, and it is not the same thing as the chain that used to be called CertiK Chain.

That chain was renamed ​Shentu Chain​. Its coin is still ​CTK​. CertiK the company and Shentu the chain share an origin story. They do not share a balance sheet.

Founded by computer-science researchers from Columbia and Yale, CertiK also offers KYC-style team checks, Proof of Reserves work, AI Auditor tools, and a public scoring and monitoring layer. This article explains what CertiK actually does, how its smart-contract and chain audits work, what its scores and monitoring can and cannot tell you, how CertiK compares with other auditors, and why exploits still happen after audits. Company materials and partner copy in 2026 put the book at thousands of enterprise clients, hundreds of billions of dollars in assets covered by audited code, and well over 100,000 findings across engagements. Those figures move with marketing pages. An audit badge is not a guarantee that a protocol cannot be exploited later.

Takeaways

  • CertiK is a security firm. Shentu Chain is a Cosmos-based L1. CTK is Shentu’s gas and governance token, not CertiK equity.
  • Core products now: smart-contract and L1/L2 audits, Grey Box chain testing, formal verification (including the Spoq engine), Skynet scores and alerts, AI Auditor, CertiK Skills for coding agents, Proof of Reserves, KYC, bug bounty, and validator operations.
  • Skynet Score is used as a distribution signal on wallets, exchanges, and data sites. Gate Wallet has shown Skynet Scores on Earn pages. CertiK also completed a Proof of Reserves review for Gate Dubai.
  • An audit or a high Skynet grade does not mean the code is safe forever. CertiK’s own Hack3D numbers still show large industry losses after audits became common.
  • CTK trades as Shentu. Do not buy it expecting a claim on CertiK’s audit revenue.

Project status

Company. CertiK is still the large commercial auditor. 2026 product work includes a public ​AI Auditor​, CertiK Skills that plug SkyInsights, Skylens, and Skynet Score into Claude Code, Codex, and Cursor, Grey Box Chain Audit for runtime faults, Skynet Enterprise for institutions, a ​validator service​, and AML/CTF compliance solutions for VASPs; the company also says it has established regulatory relationships in six countries. It is also SOC 2® Type II compliant and ISO 27001 certified. Research output still includes Hack3D exploit tallies and policy reports. H1 2026 Hack3D put industry losses above $1.31 billion across 344 incidents. August 2026 alone was reported around $215 million.

Scale claims to treat as marketing, not GAAP. Recent partner and hiring copy cites roughly 4,900–5,000+ clients, about $557–600 billion in assets tied to audited code, and 18,000 to 119,000+ vulnerabilities depending on the page and whether the count is unique bugs, findings, or historical detections. Use the live CertiK site for the current line.

Capital. Public trackers put total raised near $240–297 million. The last widely cited priced round valued the firm around $2 billion in 2022. Investors have included Binance Labs, Sequoia, Coinbase Ventures, Tiger Global, SoftBank, and others. Binance appeared again in a January 2026 corporate-minority line. CEO Ronghui Gu discussed a public listing at Davos, then told CoinDesk there was no concrete IPO plan.

Trust issues. A CertiK “clean” report has not stopped later exploits on some clients. The firm also took public heat after work tied to a Huione-linked stablecoin and after OpenBounty, a Shentu-side bounty product, was accused of routing other platforms’ reports through CertiK-branded infrastructure. Those episodes matter if you treat a logo as due diligence.

Background

CertiK launched in 2018 to bring academic formal verification into commercial blockchain security. Co-founder and CEO Ronghui Gu comes out of Columbia’s systems and verification work and has sat on technology advisory panels including MAS in Singapore. Zhong Shao is the other academic co-founder most often named in the origin story. Treat older bios that list extra C-suite names as stale unless the current CertiK team page confirms them.

Early clients and ecosystems still associated with the brand include large L1s and DeFi names such as BNB Chain, Aptos, Polygon, Aave, and later names that appear in current hiring copy such as OKX, Tether, Ripple, and PancakeSwap. The client list is a sales artifact. It is not a whitelist.

Features

  • Smart-contract audits. Manual review plus automated and AI passes meant to enhance securedecentralized systems​. Formal verification is offered when the spec is tight enough to prove.
  • Chain audits. L1/L2 protocol review. Grey Box work adds fault injection and live-network tests that static reading misses.
  • Skynet monitoring. On-chain and off-chain signals, alerts, leaderboards, and project pages deliver real timesecurity insights​; ongoing monitoring also tracks a project’s security posture after an audit.
  • Skynet Score. A composite grade across code, operations, market, community, governance, and fundamentals. Independent of any single paid relationship in CertiK’s description; still treat it as a vendor score, not a regulator rating.
  • Formal verification. Mathematical specs and proofs, now pushed through tools such as Spoq.
  • AI Auditor and agent skills. Internal auditor tooling opened to the public in 2026; CertiK published hit-rate claims on a 2026 incident set. Use those numbers as vendor claims.
  • PoR, KYC, pentest, bounty. Exchange reserve attestations, team checks, offensive tests, and disclosure programs; bug bounty programs encourage ethical hackers to report vulnerabilities.
  • Distribution. Score and badge APIs now sit in wallets and data sites, including a Gate Wallet Earn integration.

CertiK products

Web3 and Blockchain security audit

Smart contract audits

An audit is a scoped review of the source code that was delivered, and because smart contracts often control high-value assets and are immutable once deployed, they require thorough security evaluations rather than coverage of every future upgrade, admin key, or oracle. CertiK’s pitch is manual review, AI assistance, optional formal verification, and a report that lists findings and remediations. Such reviews can identify logic errors and complex vulnerabilities before deployment, including issues standard testing might miss in software. CertiK’s optional formal verification applies mathematical methods to detect vulnerabilities in code and assess correctness. Independent audits are crucial for protecting user funds from exploits.

How the audit works

Typical flow: CertiK’s multi-step process for auditing blockchain code and smart contracts covers intake and scope, automated scan, human review, optional proofs, report, then a fix-and-retest loop used to evaluate whether fixes actually resolve findings. Formal verification only helps if the specification is precise, because it uses mathematical methods to prove code correctness within that system. It does not invent missing business logic.

L1 chain audit

Layer-1 work covers consensus, networking, VM, and privileged modules, including checks for compatibility across modules and other mission-critical applications running on the chain. The published five-step outline is the same shape as a contract audit, with a larger surface.

Grey Box chain audit is the 2026 add-on: inject faults on a live or near-live network and watch what actually breaks.

Skynet

Layer-1 work covers consensus, networking, VM, and privileged modules, including checks for compatibility across modules and other mission-critical applications running on the chain. The published five-step outline is the same shape as a contract audit, with a larger surface.

CertiK Skynet Score

The score is a weighted mix of on-chain and off-chain signals. Its public security score can help evaluate project safety at a glance. CertiK says it is not for sale as a grade. Public audit reports and score pages add transparency and build trust among investors and ​users​, reinforcing project ​accountability​. Boost products exist to amplify verified signals, which is different from buying a letter. Read the modules: audit freshness, coverage of deployed code versus audited code, and whether critical findings are resolved or only “acknowledged,” while remembering that audits and scores are often treated as a signal of project security, not proof of safety.

What happened to CertiK Chain (Shentu Chain)?

CertiK Chain was the Cosmos SDK network launched around 2019. After the Shentu-2 upgrade it became Shentu Chain. CTK stayed the ticker. Shentu now runs as a separate public chain with its own site, validators, and foundation. CertiK still collaborates on research such as OpenMath. That does not make CTK a share of the audit firm.

Security Oracle

The oracle was designed to put compressed audit or security scores on-chain so contracts could read a grade. A score is evidence from a past review. It is not a live proof that the contract is safe.

Shield pool

CertiKShield / ShentuShield was framed as a reimbursement pool, not a licensed insurer. Collateral providers and protection buyers sit on opposite sides of a claim vote. Check whether the pool is still funded and writing cover before you treat it as insurance.

Architecture notes: DeepSEA, CVM, and formal verification

DeepSEA

DeepSEA is a formally oriented compiler line from CertiK’s research stack. The idea is to cut compiler-introduced bugs and keep proofs attached as source becomes bytecode (EVM or eWASM). It remains part of the academic toolkit. Most commercial audits still ship as reports, not as a DeepSEA proof artifact for every client.

CertiK Virtual Machine (CVM)

CVM was the chain-side VM meant to consume certified compiler output. On the live Shentu stack, treat current docs and explorers as the source of truth, not the 2019 architecture diagram.

CertiK versus other auditors

Firm Usual strength Usual limit
CertiK Volume, Skynet distribution, mixed AI + manual + optional proofs Badge can be over-read; some clients were later exploited
Quantstamp Heavy manual and formal work on complex protocols Slower, often dearer
OpenZeppelin Library standard plus line-by-line review Less of a public score product
MythX / similar scanners Fast automated findings in the IDE Weak as a standalone audit

Many exchanges require third-party audits before blockchain projects are listed for public trading. CertiK’s core focus is security for mission-critical applications.

No vendor replaces key hygiene: admin-key design, upgrade process, oracle risk, and operational security. Wallet compromise, not only Solidity bugs, drove a large share of 2026 losses in CertiK’s own reports.

What is CTK?

CTK is the native token of Shentu Chain, a Cosmos SDK / CometBFT network. Uses: gas, staking, delegation, governance. Historical design also tied it to the security oracle and shield pool.

Early allocation in the old CertiK Chain materials: private sales, Launchpool, team, foundation, community, and shield pool. Circulating supply on 2026 market pages is on the order of 163 million, with a price far below the 2021 high near $4. That market is Shentu, not a claim on CertiK audit fees.

If you trade CTK on Gate, match the Shentu / CTK deposit network. Do not send it to a random “CertiK token” contract on another chain.

Conclusion

CertiK is still one of the largest paid security brands in Web3. The useful update is the split: company versus chain, score versus safety, AI tooling versus a finished guarantee. Use Skynet and the audit PDF as inputs. Do not stop at the logo.

FAQ

Is CertiK a blockchain?

No. CertiK is a company. The old CertiK Chain is Shentu Chain.

Does a CertiK audit mean a project is safe?

No. It means a scoped review happened. Upgrades, keys, oracles, and operations can still fail.

What is Skynet Score?

A CertiK composite rating from on-chain and off-chain signals. Useful for screening. Not a regulator grade.

What is CTK?

Shentu Chain’s token. Not CertiK stock.

Is CertiK going public?

Gu discussed it. He later said there was no concrete IPO plan.

Why do audited projects still get hacked?

Scope, stale code, key theft, and economic attacks sit outside a one-time code review.

Author: Abhishek Rajbhar
Translator: Viper
Reviewer(s): Edward、Matheus、Joyce、Juniper
Translation Reviewer(s): Ashley
Disclaimer

* The information is not intended to be and does not constitute financial advice or any other recommendation of any sort offered or endorsed by Gate.

* This article may not be reproduced, transmitted or copied without referencing Gate. Contravention is an infringement of Copyright Act and may be subject to legal action.

Related Articles

False Chrome Extension Stealing Analysis
Advanced

False Chrome Extension Stealing Analysis

Recently, several Web3 participants have lost funds from their accounts due to downloading a fake Chrome extension that reads browser cookies. The SlowMist team has conducted a detailed analysis of this scam tactic.
2026-04-07 01:25:24
What is a Crypto Card and How Does it Work?
Beginner

What is a Crypto Card and How Does it Work?

A crypto card is a debit- or credit-style payment card linked to a cryptocurrency wallet or exchange balance. At checkout, the issuer typically converts supported crypto into fiat and settles the purchase over Visa or Mastercard. Products differ mainly by fees, rewards, KYC, regional availability, and whether they offer virtual and physical cards.
2026-08-10 02:41:02
Analysis of the Sonne Finance Attack
Intermediate

Analysis of the Sonne Finance Attack

The essence of this attack lies in the creation of the market (soToken), where the attacker performed the first collateral minting operation with a small amount of the underlying token, resulting in a very small "totalSupply" value for the soToken.
2026-04-07 01:58:00
Introduction to the Aleo Privacy Blockchain
Beginner

Introduction to the Aleo Privacy Blockchain

As blockchain technology rapidly evolves, privacy protection has emerged as a pressing issue. Aleo addresses the challenges of privacy and scalability, enhancing network security and sustainable development. This article delves into Aleo's technical advantages, application areas, tokenomics, and future prospects.
2026-04-05 13:38:09
Understanding the Babylon Protocol: The Hanging Gardens of Bitcoin
Intermediate

Understanding the Babylon Protocol: The Hanging Gardens of Bitcoin

The core structure of the Babylon Protocol is the Babylon blockchain, which is a POS blockchain built on the Cosmos SDK and compatible with Cosmos IBC. It enables data aggregation and communication between the Bitcoin chain and other Cosmos application chains. Users can lock Bitcoin on the Bitcoin network to provide security for other POS consumption chains while earning staking rewards. Babylon allows Bitcoin to leverage its unique security and decentralization features to provide economic security for other POS chains.
2026-04-06 15:06:54
Airdrop Scam Prevention Guide
Beginner

Airdrop Scam Prevention Guide

This article delves into Web3 airdrops, the common types, and the potential scams they can involve. It also discusses how scammers prey on the excitement around airdrops to trap users. By analyzing the Jupiter airdrop case, we expose how crypto scams operate and how dangerous they can be. The article provides actionable tips to help users identify risks, safeguard their assets, and participate in airdrops safely.
2026-04-05 17:02:30