x402-wach
DeFi risk analysis toolkit powered by WACH.AI via x402 payments using AWAL wallet custody. Use when the user asks to check if a token is safe, assess DeFi risk, detect honeypots, analyze liquidity, holder distribution, or smart contract vulnerabilities for tokens on Ethereum, Polygon, Base, BSC, or Solana. Costs 0.01 USDC per query on Base.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/akshat-mishra101/wachai-x402x402-wach — DeFi Risk Analysis
A DeFi risk analysis toolkit powered by WACH.AI, using x402 with AWAL-managed key custody.
OpenClaw Hard Rules (Non-Negotiable)
When this skill is active, OpenClaw must follow all rules below:
-
Never request or expose secrets
- Never ask for private keys, seed phrases, mnemonics, wallet export files, or raw signing material.
- Never suggest using
wallet.jsonor any local key file flow.
-
AWAL-only custody path
- Always use AWAL-backed commands for setup and payments.
- Treat legacy local-wallet instructions as invalid for this skill version.
-
Run readiness checks before paid calls
- Before
verify-risk, ensure AWAL is ready viawallet setuporwallet doctor. - If not ready, stop and guide user to login/fund flow.
- Before
-
Respect payment guardrails
- Default max payment cap is
10000atomic USDC ($0.01) per request. - Do not raise cap unless the user explicitly asks.
- Default max payment cap is
-
Do not hide payment failure details
- If payment fails, surface clear reason and next action (auth, balance, network, command mismatch).
- Do not claim success unless report payload is actually present.
-
No blind retries that may duplicate spend
- For network/transient errors, retry once at most.
- Keep the same request context and tell the user a retry was attempted.
-
Always present source link in final report
- Prefer TokenSense URL pattern:
https://tokensense.wach.ai/<chain>/<tokenAddress>
- Use API source only as fallback.
- Prefer TokenSense URL pattern:
When to Use This Skill
Use this skill when user asks to:
- assess DeFi risk for a token
- detect scam/honeypot patterns
- inspect holder concentration/liquidity quality
- review contract risk signals
- get risk/market/code score breakdown
- evaluate tokens across
eth,pol,base,bsc, orsol
Supported Chains
| Short Name | Chain | Token Standard |
|---|---|---|
eth | Ethereum | ERC-20 |
pol | Polygon | ERC-20 |
base | Base | ERC-20 |
bsc | Binance Smart Chain | BEP-20 |
sol | Solana | SPL |
Payment is always in USDC on Base, regardless of analysis chain.
Command Playbook for OpenClaw
1) Readiness / Setup
Run:
x402-wach wallet setup
If setup says not ready, run:
x402-wach wallet doctor
x402-wach wallet login <EMAIL>
x402-wach wallet verify <FLOW_ID> <OTP>
x402-wach wallet balance
Interpretation:
✓ Ready to make x402 payments with AWAL-> proceed to analysis.AWAL wallet is not authenticated-> run login + verify flow.Insufficient USDC on Base-> ask user to fund AWAL address.Could not read AWAL balance/status-> run doctor and show raw failure.
2) Risk Analysis
Run:
x402-wach verify-risk <TOKEN_ADDRESS> <CHAIN_SHORT_NAME>
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-akshat-mishra101-wachai-x402": {
"enabled": true,
"auto_update": true
}
}
}