Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

39
wiki/entities/Certora.md Normal file
View File

@@ -0,0 +1,39 @@
---
title: "Certora"
type: entity
tags: [blockchain, security, tooling, formal-verification]
sources: [blockchain-security-auditor]
last_updated: 2026-05-30
---
## Overview
Certora 是一个智能合约形式化验证平台,其核心产品 Certora Prover 通过符号执行技术数学证明 Solidity 合约的关键属性。
## Products
### Certora Prover
- 基于符号执行的自动化形式化验证工具
- 使用 CVLCertora Verification Language描述协议规范
- 支持反例生成和并行规则验证
- 被 Trail of Bits 在高风险协议审计中使用
### Certora Commander
- 命令行工具链
- 与 Truffle、Hardhat、Foundry 集成
## Key Users
- [[Blockchain-Security-Auditor]] — 形式化验证的主要工具
- Trail of Bits — 高级审计报告
- Protocol teams — 关键升级前的自验证
## Notable Capabilities
- 验证份额不变性、借贷健康度、权限控制
- 在数学上证明某属性不可能被违反
- 生成最小反例序列
## Connections
- [[Blockchain-Security-Auditor]] ← uses tools ← [[Certora]]
- [[Formal-Verification]] ← implemented by ← [[Certora]]