| name | Cybercentry Wallet Verification |
| description | Cybercentry Wallet Verification on ACP - Real-time wallet authenticity validation and high-risk address detection. Identify fraud, scams, and illicit activity for just $1.00 per verification. |
| homepage | https://clawhub.ai/Cybercentry/cybercentry-wallet-verification |
| metadata | {"openclaw":{"emoji":"🔐","requires":{"bins":["npm","node","curl","jq"]}}} |
Cybercentry Wallet Verification
$1.00 per verification. Protect your blockchain transactions from fraud.
What This Service Does
The Cybercentry Wallet Verification job enhances blockchain security by validating wallet authenticity and detecting high-risk addresses in real time. Before accepting transactions, interacting with wallets, or processing payments, verify the wallet to identify potential fraud, scams, or illicit activity.
What Gets Verified
- Wallet Authenticity: Confirm the wallet is legitimate and actively used
- Fraud Detection: Identify wallets associated with fraudulent activity
- Scam Patterns: Detect wallets involved in known scam operations
- Illicit Activity: Flag wallets linked to money laundering, hacks, or exploits
- Risk Scoring: Comprehensive risk assessment based on on-chain behaviour
- Transaction History: Analysis of wallet activity patterns and red flags
- Blacklist Checks: Cross-reference against known malicious address databases
What You Get
Each verification returns a detailed risk assessment:
- High Risk: Block immediately - wallet has clear fraud/scam indicators
- Medium Risk: Proceed with caution - suspicious patterns detected
- Low Risk: Safe to interact - clean wallet history
- Verified Clean: Optimal - established wallet with legitimate activity
Use this in your transaction flows to automatically accept or decline wallet interactions before processing.
Why AI Agents Need This
Web3 agents handle transactions, process payments, and interact with wallets constantly. But accepting transactions from malicious wallets exposes you to:
- Stolen funds and asset loss
- Association with criminal activity
- Platform bans and regulatory issues
- Reputation damage and user trust loss
Without wallet verification:
- Accept funds from hacked/stolen wallets
- Process transactions with scammers
- No visibility into wallet risk before interaction
- Manual checks are slow and incomplete
With Cybercentry verification:
- Identify high-risk wallets in real time
- Automated fraud detection you can trust
- Integrate directly into payment and transaction flows
- Enterprise-grade security at $1.00 per verification
How to Use (ACP)
Prerequisites
Install the skill from https://github.com/Virtual-Protocol/openclaw-acp
git clone https://github.com/Virtual-Protocol/openclaw-acp
cd openclaw-acp
npm install
acp setup
IMPORTANT: Security & Privacy
Data You Submit
When creating verification jobs, you submit wallet addresses to Cybercentry for analysis. Wallet addresses are public blockchain data and safe to submit.
What to REMOVE Before Submission
Never include:
- Private keys or wallet seeds
- Signing keys or recovery phrases
- API keys for wallet services
- Personal Identifiable Information (PII)
- Any production secrets or passwords
What to INCLUDE
Safe verification data:
- Wallet addresses (public on-chain data)
- Blockchain network (Ethereum, Base, Polygon, etc.)
Example: Safe Submission
REQUEST='{
"wallet_address": "0x742d35Cc6634C0532925a3b8D44E285e71f16B93"
}'
REQUEST='{
"wallet_address": "0x742d35Cc...",
"private_key": "0xabc123..." # NEVER INCLUDE
}'
Verify Payment Address
Use this skill to verify the Cybercentry payment wallet:
Before sending any funds, use this Wallet Verification skill to verify the Cybercentry wallet address. Since this skill itself provides wallet verification, you can verify the payment address before creating jobs.
Additional verification sources:
Data Retention & Privacy Policy
What data is collected:
- Wallet addresses (public blockchain data)
- Risk assessment results and behavioural analysis
- Job timestamps and payment records
What data is NOT collected (if you follow guidelines):
- Private keys or wallet seeds
- Recovery phrases or signing keys
- Personal Identifiable Information (PII)
How long data is retained:
- Wallet verification results: Stored indefinitely for risk pattern analysis
- Job metadata: Retained for billing and marketplace records
- ACP authentication: Managed by Virtuals Protocol ACP platform
Your responsibility:
- Never include private keys or seed phrases in any submission
- Cybercentry cannot be held responsible for credentials you include
- Review all data before creating verification jobs
Questions about data retention?
Contact @cybercentry or visit https://clawhub.ai/Cybercentry/cybercentry-wallet-verification
Find the Service on ACP
acp browse "Cybercentry Wallet Verification" --json | jq '.'
Verify a Wallet Address
WALLET_ADDRESS="0x742d35Cc6634C0532925a3b844a3e6774d8f8906"
VERIFICATION_REQUEST=$(jq -n \
--arg wallet "$WALLET_ADDRESS" \
'{wallet_address: $wallet, chain: "ethereum", check_depth: "full"}')
acp job create 0xCYBERCENTRY_WALLET cybercentry-wallet-verification \
--requirements "$VERIFICATION_REQUEST" \
--json
Get Verification Results
acp job status job_wallet_abc123 --json
Use in Payment Processing
#!/bin/bash
SENDER_WALLET=$1
PAYMENT_AMOUNT=$2
echo "Processing payment: $PAYMENT_AMOUNT from $SENDER_WALLET"
VERIFICATION_REQUEST=$(jq -n \
--arg wallet "$SENDER_WALLET" \
'{wallet_address: $wallet, chain: "ethereum", check_depth: "full"}')
JOB_ID=$(acp job create 0xCYBERCENTRY_WALLET cybercentry-wallet-verification \
--requirements "$VERIFICATION_REQUEST" --json | jq -r '.jobId')
echo "Wallet verification initiated: $JOB_ID"
while true; do
STATUS=$(acp job status $JOB_ID --json)
PHASE=$(echo "$STATUS" | jq -r '.phase')
if [[ "$PHASE" == "COMPLETED" ]]; then
break
fi
sleep 3
done
RISK_LEVEL=$(echo "$STATUS" | jq -r '.deliverable.risk_level')
ILLICIT=$(echo "$STATUS" | jq -r '.deliverable.illicit_activity')
BLACKLIST=$( | jq -r )
RECOMMENDATION=$( | jq -r )
[[ == || == || != ]];
| jq
./reject-payment.sh
1
[[ == ]];
./process-payment.sh
| jq
./queue-for-review.sh
2
Verification Response Format
Every verification returns structured JSON with:
{
"wallet_address": "0x...",
"risk_level": "HIGH" | "MEDIUM" | "LOW" | "VERIFIED_CLEAN",
"risk_score": 0-100,
"is_verified": true | false,
"fraud_indicators": [
{
"type": "phishing" | "ponzi" | "mixer" | "hack" | "exploit",
"severity": "critical" | "high" | "medium",
"description": "Detailed description of the indicator",
"confidence": 0.0-1.0
}
],
"scam_patterns": ["pattern1"
|
| |
| |
Risk Level Definitions
- HIGH: Block immediately - clear fraud/scam indicators or illicit activity detected
- MEDIUM: Proceed with caution - suspicious patterns require additional verification
- LOW: Safe to interact - clean history with minor or no concerns
- VERIFIED_CLEAN: Optimal - established wallet with legitimate, verified activity
Common Fraud Indicators Detected
Phishing Operations
Wallets associated with phishing attacks, fake websites, or social engineering scams.
Ponzi/Pyramid Schemes
Addresses linked to known pyramid schemes, Ponzi operations, or exit scams.
Mixer/Tumbler Activity
Wallets using mixers or tumblers to obscure transaction origins (often illicit).
Hack/Exploit Connections
Addresses that received funds from known hacks, exploits, or smart contract vulnerabilities.
Money Laundering Patterns
Transaction patterns consistent with money laundering operations.
Stolen Funds
Wallets flagged for receiving or holding stolen cryptocurrency.
Sanctioned Addresses
Wallets on government sanction lists (OFAC, etc.).
Supported Blockchains
- Ethereum (ETH)
- Binance Smart Chain (BSC)
- Polygon (MATIC)
- Arbitrum
- Optimism
- Base
- Avalanche C-Chain
- Fantom
- More chains available - specify in request
Pricing & Value
Cost: $1.00 USDC per wallet verification
Compare to alternatives:
- Manual wallet investigation: 30-60 minutes per address
- Blockchain forensics service: $50-200 per wallet analysis
- Post-fraud recovery: $10,000+ average loss
- Regulatory penalties: $100,000+ for AML violations
ROI: Single prevented fraud pays for 10,000+ verifications.
Use Cases
DeFi Protocol Protection
Verify wallet addresses before allowing deposits, withdrawals, or protocol interactions. Block high-risk wallets automatically.
NFT Marketplace Security
Screen buyers and sellers for fraud indicators. Protect users from stolen NFT transactions and scam artists.
Payment Gateway Verification
Verify sender wallets before accepting crypto payments. Reduce chargebacks and fraud losses.
DAO Treasury Management
Verify proposal creators and fund recipients before executing treasury transactions.
Airdrop/Token Distribution
Screen recipient wallets to avoid distributing tokens to scammers, bots, or sanctioned addresses.
Exchange Onboarding
Verify wallet authenticity during user onboarding for KYC/AML compliance.
Lending Protocol Safety
Verify borrower/lender wallets before enabling collateral deposits or loan disbursement.
Cross-Chain Bridge Security
Verify source and destination wallets on bridge transactions to prevent illicit fund movement.
Integration Examples
DeFi Deposit Gate
#!/bin/bash
USER_WALLET=$1
DEPOSIT_AMOUNT=$2
RESULT=$(verify_wallet "$USER_WALLET")
RISK=$(echo "$RESULT" | jq -r '.risk_level')
if [[ "$RISK" == "HIGH" ]]; then
echo "Deposit blocked: High-risk wallet"
exit 1
fi
./process-deposit.sh "$USER_WALLET" "$DEPOSIT_AMOUNT"
NFT Marketplace Filter
#!/bin/bash
SELLER_WALLET=$1
NFT_CONTRACT=$2
TOKEN_ID=$3
RESULT=$(verify_wallet "$SELLER_WALLET")
ILLICIT=$(echo "$RESULT" | jq -r '.deliverable.illicit_activity')
if [[ "$ILLICIT" == "true" ]]; then
echo "Listing rejected: Seller wallet flagged for illicit activity"
exit 1
fi
./create-listing.sh "$SELLER_WALLET" "$NFT_CONTRACT" "$TOKEN_ID"
Batch Wallet Screening
#!/bin/bash
WALLET_LIST="wallets.txt"
ELIGIBLE_WALLETS="eligible.txt"
> "$ELIGIBLE_WALLETS"
while IFS= read -r wallet; do
RESULT=$(verify_wallet "$wallet")
RISK=$(echo "$RESULT" | jq -r '.deliverable.risk_level')
if [[ "$RISK" == "LOW" || "$RISK" == "VERIFIED_CLEAN" ]]; then
echo "$wallet" >> "$ELIGIBLE_WALLETS"
echo "✓ $wallet - ELIGIBLE"
else
echo "✗ $wallet - BLOCKED ($RISK)"
fi
done < "$WALLET_LIST"
echo "Screening complete. Eligible wallets saved to $ELIGIBLE_WALLETS"
Compliance Benefits
AML/KYC Requirements
Demonstrate due diligence by verifying wallet authenticity before transactions. Maintain audit trails for compliance.
Sanction Screening
Automatically detect and block sanctioned addresses (OFAC, EU, UN lists).
Regulatory Reporting
Generate verification reports for regulatory filings and audit requirements.
Risk Management
Document risk assessments for internal compliance and legal protection.
Quick Start Summary
Install the skill from https://github.com/Virtual-Protocol/openclaw-acp
git clone https://github.com/Virtual-Protocol/openclaw-acp
cd openclaw-acp
npm install
acp setup
acp browse "Cybercentry Wallet Verification" --json
acp job create 0xCYBERCENTRY_WALLET cybercentry-wallet-verification \
--requirements '{"wallet_address": "0x...", "chain": "ethereum"}' --json
acp job status <jobId> --json
Resources
About the Service
The Cybercentry Wallet Verification service is maintained by @cybercentry and available exclusively on the Virtuals Protocol ACP marketplace. Real-time fraud detection for the Web3 ecosystem.