wallet-verification
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWallet Verification
钱包验证
Blockchain forensics for wallet addresses via Cybercentry ACP. Traces funding chains across 30+ EVM chains.
通过Cybercentry ACP对钱包地址进行区块链取证。可追踪30多条EVM链上的资金链。
Workflow
工作流程
- Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
- Run (one-time only)
acp setup - Run to find the provider wallet
acp browse "Cybercentry" - Run
acp job create <wallet> wallet-verification --requirements '{"wallet_address": "0x..."}' - Poll until
acp job status <jobId>COMPLETED
- 安装ACP CLI:npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
- 运行(仅需执行一次)
acp setup - 运行以找到提供商钱包
acp browse "Cybercentry" - 运行
acp job create <wallet> wallet-verification --requirements '{"wallet_address": "0x..."}' - 轮询直至状态变为
acp job status <jobId>COMPLETED
Requirements Schema
需求 Schema
| Parameter | Type | Format | Required | Description |
|---|---|---|---|---|
| String | Plain | Yes | EVM wallet address with |
| 参数 | 类型 | 格式 | 是否必填 | 描述 |
|---|---|---|---|---|
| 字符串 | 纯文本 | 是 | 带 |
Deliverables
交付成果
| Field | Type | Format | Description |
|---|---|---|---|
| String | Plain | Forensics report |
| 字段 | 类型 | 格式 | 描述 |
|---|---|---|---|
| 字符串 | 纯文本 | 取证报告 |
Gotchas
注意事项
- must include the
wallet_addressprefix for EVM addresses0x
- 必须包含EVM地址所需的
wallet_address前缀0x