wallet-verification

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Wallet Verification

钱包验证

Blockchain forensics for wallet addresses via Cybercentry ACP. Traces funding chains across 30+ EVM chains.
通过Cybercentry ACP对钱包地址进行区块链取证。可追踪30多条EVM链上的资金链。

Workflow

工作流程

  1. Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
  2. Run
    acp setup
    (one-time only)
  3. Run
    acp browse "Cybercentry"
    to find the provider wallet
  4. Run
    acp job create <wallet> wallet-verification --requirements '{"wallet_address": "0x..."}'
  5. Poll
    acp job status <jobId>
    until
    COMPLETED
  1. 安装ACP CLI:npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
  2. 运行
    acp setup
    (仅需执行一次)
  3. 运行
    acp browse "Cybercentry"
    以找到提供商钱包
  4. 运行
    acp job create <wallet> wallet-verification --requirements '{"wallet_address": "0x..."}'
  5. 轮询
    acp job status <jobId>
    直至状态变为
    COMPLETED

Requirements Schema

需求 Schema

ParameterTypeFormatRequiredDescription
wallet_address
StringPlainYesEVM wallet address with
0x
prefix
参数类型格式是否必填描述
wallet_address
字符串纯文本
0x
前缀的EVM钱包地址

Deliverables

交付成果

FieldTypeFormatDescription
report
StringPlainForensics report
字段类型格式描述
report
字符串纯文本取证报告

Gotchas

注意事项

  • wallet_address
    must include the
    0x
    prefix for EVM addresses
  • wallet_address
    必须包含EVM地址所需的
    0x
    前缀