CertiK and Lambda256 Partner to Strengthen Blockchain Security in APAC

TheNewsCrypto發佈於 2026-05-29更新於 2026-05-29

文章摘要

CertiK, a leading Web3 security services provider, and Lambda256, Dunamu's blockchain technology subsidiary, have signed a strategic Memorandum of Understanding (MOU) to strengthen blockchain security and compliance infrastructure for enterprises and financial institutions in Korea and the APAC region. As a distributor for CertiK's products, including the real-time AML and risk intelligence platform SkyInsights and the AI-powered smart contract pre-audit tool AI Auditor, Lambda256 will integrate its blockchain infrastructure and regional expertise with CertiK's security capabilities. The partnership will initially focus on enterprise deployments in Korea, including consortium blockchains and regulated digital asset use cases, with plans for joint go-to-market activities, events, and thought leadership across APAC. The collaboration aims to provide institutionally-tailored solutions for integrated risk assessment and compliance, helping organizations adopt digital assets with greater security and operational confidence.

Enterprises, financial institutions, and virtual asset service providers (VASPs) across Korea and the broader APAC region will benefit from the expanded digital asset security and compliance infrastructure thanks to a strategic Memorandum of Understanding (MOU) between CertiK, the leading Web3 security services provider, and Lambda256, a blockchain technology subsidiary of Dunamu.

A distributor and channel partner for CertiK’s compliance and security products, including CertiK SkyInsights and CertiK AI Auditor, will be Lambda256 under the terms of the relationship. This partnership brings together the blockchain infrastructure and compliance ecosystem of Lambda256 with the on-chain security intelligence and smart contract security capabilities of CertiK to provide institutionally-tailored solutions for integrated risk assessment and compliance.

Enterprise deployments in Korea will be the primary emphasis of the relationship at first. This will include consortium blockchain efforts, on-premises installations, and infrastructure assistance for use cases including public-sector and regulated digital assets. Joint go-to-market efforts throughout APAC are also in the works, as are industry seminars, events, and research-driven thought leadership campaigns centered on blockchain compliance and security.

Exchanges, Web3 initiatives, and security teams may benefit from CertiK SkyInsights, a platform that provides real-time anti-money laundering and risk information. In addition to real-time monitoring, multi-chain information, risk assessments at the wallet and transaction levels, and over 2,990 documented security events, the platform has 400 million address labels.

Before doing manual audits, smart contract teams may use CertiK AI Auditor, an AI-powered pre-audit security solution, to find vulnerabilities, decrease false positives, and accelerate remedial procedures. With its multi-scanner detection and organized triage operations, the platform is compatible with Solidity, Move, and Rust environments.

Enterprises and financial institutions across Korea and APAC can benefit from CertiK’s globally recognized security intelligence and compliance capabilities, along with Lambda256’s infrastructure and regional market expertise. This partnership will enable them to adopt digital assets with greater operational confidence and strengthened security.

“By combining CertiK’s globally recognized security intelligence and compliance capabilities with Lambda256’s infrastructure and regional market expertise, we aim to help enterprises and financial institutions across Korea and APAC navigate digital asset adoption with stronger security and operational confidence.” said Jason Jiang, CBO at CertiK.

Among the many blockchain-related services offered by the New York-based CertiK are audits of smart contracts, penetration tests, formal verification, evaluations of infrastructure, and assistance with compliance. More than five thousand business customers across the world have used the company’s digital asset ecosystem services since its inception in 2017.

While digital asset usage expands throughout Asia’s regulated financial markets, the firms anticipate the alliance to boost institutional access to enterprise-grade blockchain security infrastructure.

A frontrunner in Web3 technology, Dunamu’s blockchain subsidiary Lambda256 is revolutionizing digital finance, infrastructure, and data. Nodit for infrastructure, Clair for data intelligence, and Scope for stablecoin issuance are just a few of the platforms that Lambda256 has established since its spin-off in 2019. The future of digital transformation is being shaped by Lambda256’s enterprise-grade blockchain solutions. The company has a proven track record of serving financial institutions, multinational partners, and large-scale Web3 applications.

TagsAltcoinBlockchain

相關問答

QWhat is the main purpose of the partnership between CertiK and Lambda256?

AThe main purpose is to strengthen digital asset security and compliance infrastructure for enterprises, financial institutions, and VASPs across Korea and the broader APAC region. The partnership combines CertiK's security intelligence with Lambda256's infrastructure and regional expertise to provide institutionally-tailored solutions for integrated risk assessment and compliance.

QWhich CertiK products will Lambda256 distribute as part of the partnership?

ALambda256 will distribute CertiK's compliance and security products, specifically CertiK SkyInsights and CertiK AI Auditor, as a channel partner.

QWhat are the key features of CertiK SkyInsights?

ACertiK SkyInsights provides real-time anti-money laundering and risk information. Its key features include real-time monitoring, multi-chain information, wallet and transaction-level risk assessments, over 2,990 documented security events, and 400 million address labels.

QWhat does CertiK AI Auditor help smart contract teams do?

ACertiK AI Auditor is an AI-powered pre-audit security solution that helps smart contract teams find vulnerabilities, decrease false positives, and accelerate remedial procedures before conducting manual audits. It is compatible with Solidity, Move, and Rust environments.

QWhat are the main platforms offered by Lambda256?

ALambda256 offers several platforms, including Luniverse (for blockchain infrastructure), Nodit (for infrastructure), Clair (for data intelligence), and Scope (for stablecoin issuance).

你可能也喜歡

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

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

marsbit19 分鐘前

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

marsbit19 分鐘前

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

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

marsbit20 分鐘前

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

marsbit20 分鐘前

谁为代理提供资金?

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

marsbit47 分鐘前

谁为代理提供资金?

marsbit47 分鐘前

交易

現貨
合約
活动图片