Wallet Verification
Blockchain forensics for wallet addresses via Cybercentry ACP. Traces funding chains across 30+ EVM chains.
Workflow
- Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
- Run
acp setup(one-time only) - Run
acp browse "Cybercentry"to find the provider wallet - Run
acp job create <wallet> wallet-verification --requirements '{"wallet_address": "0x..."}' - Poll
acp job status <jobId>untilCOMPLETED
Requirements Schema
| Parameter | Type | Format | Required | Description |
|---|---|---|---|---|
wallet_address | String | Plain | Yes | EVM wallet address with 0x prefix |
Deliverables
| Field | Type | Format | Description |
|---|---|---|---|
report | String | Plain | Forensics report |
Gotchas
wallet_addressmust include the0xprefix for EVM addresses