Build with
Crypto Claude.
The AI reasoning and intelligence layer for every EVM blockchain. Two workers, 43 endpoints, full AI security evaluation, co-signing, portfolio management, delegated controls, and vendor terms. All of it already exists.
One configuration change. Full AI security.
Replace your existing RPC endpoint with the Crypto Claude proxy. AI evaluation, mempool routing, and threat intelligence run automatically. No SDK install. No code rewrites.
// Replace your RPC endpoint with Crypto Claude
const RPC = "https://aierc-rpc.accredefi.workers.dev/";
// That's it. Every transaction is now evaluated
// through AI evaluation layers automatically.Base URLs
Two workers, 43 endpointsTwo outcomes. No scores. No tiers.
Users do not see risk scores. They see clear language when something matters, and silence when it does not.
Transaction goes through silently. User doesn't know we're there.
AI tells the user specific facts through wallet chat. User reads it, user decides. User always has a bypass.
Every endpoint, in one place.
Two workers expose 43 endpoints across RPC proxying, wallet co-signing, AI chat, portfolio, gas, swaps, and the AIERC-193 standard.
RPC Proxy Endpoints
5 routesClick any endpoint for request and response details.
- POST
/JSON-RPC Proxy - POST
/evaluateEvaluate Transaction (no forwarding) - GET
/statsEvaluation Statistics - GET
/reputation/:addressAddress Reputation - GET
/evaluations?limit=20&since=0Recent Evaluations (audit log)
Wallet API Endpoints
8 routesCo-signing, AI chat, portfolio, gas, swaps, and email subscriptions.
- POST
/wallet/cosignCo-Sign Transaction - POST
/wallet/safe-cosignSafe Co-Sign (Gnosis Safe) - GET
/wallet/cosignerGet Co-Signer Address - POST
/chatAI Chat - GET
/portfolio/:addressPortfolio - GET
/gasGas Prices - GET
/swap-rates?from=ETH&to=USDC&amount=1Compare Swap Rates - POST
/subscribeEmail Subscribe
AIERC-193 Standard Endpoints
2 routesDelegated financial controls and vendor commercial terms.
- POST
/delegationCreate Delegation - POST
/vendor/policyCreate Vendor Policy
Nine evaluators. One verdict.
Every transaction passes through specialized AI evaluators. Each contributes a focused perspective. The orchestrator merges them into CLEAN or FLAGGED.
Transaction Simulation
Approval Guard
Private Mempool Routing
Contract Analysis
Anomaly Detection
Deployer History
Bytecode Scan
Off-Chain Signals
Contract Identity
Build Web3 products without losing speed, clarity, or control.
Crypto Claude gives developers one cohesive environment for AI workflows, AIERC connected tooling, safe execution, token creation, documentation, secure sharing, file storage, team collaboration, wallet connectivity, and multi-chain development on every EVM network and 11 testnets.
A real AI workspace
Logical containers with file storage, settings, subscription, and credential management in one place.
CI/CD that fits the workflow
Connect a GitHub repo, use it for backups, deploys, environment files, and merge tooling.
Server sharing
Fast and easy server sharing across sandbox, shared, and connected runtimes.
File context that stays close
Local folders, remote files, and storage that keep your context handy when you need it.
Searchable Skills
Process, mods, and other skills available on demand for common builder gotchas.
Team support
Workspace permissions, code share, and decisions across teams without manual workflows.
Mission Control
Create, polish, performance, and rollout automation that is critical to scaling teams.
Know where you stand
An always-on manager in one canvas keeps you in the loop as agents work.
Built-in token creation
Mints, escrows, swaps, and delegated reasoning aligned with AIERC functions.
Wallet connectivity and chain awareness
Connect to ETH, Polygon, Base, Arbitrum, Solana and more across the supported networks.
The proposed standard for AI-evaluated transactions.
AIERC-193 defines the interface for AI co-signing systems, including the evaluation of contract calls, a unified data model with semantic mapping, and wallet compatibility.
| Iteration | AIERC-193 v1 (Initial revision) |
|---|---|
| Compatibility | 11 networks: ETH, Polygon, BSC, Base, Avalanche, Arbitrum, Optimism, and more |
| Method | Optional pre-sign hook |
| Format | Hybrid HTTP and JSON |
| Wallet | Per-wallet co-signer key |
| Standard | Open, non-proprietary |
Specialized evaluator spokes.
Each spoke is a dedicated AI evaluator. The orchestrator unifies their verdicts into a single CLEAN or FLAGGED outcome.
- ERC-20 transfers
- ERC-721 approvals
- ERC-1155 batches
- Permit2 risks
- Multi-evaluator consensus
- Tie-break logic
- Time-bound voting
- Mempool routing
- Private bundles
- Bridge intelligence
- Voting
- Delegation
- Treasury actions
- Verified deployers
- Reputation graphs
- Wallet snap
- RPC proxy
- Co-signer worker
143M+ installs.
One Snap.
The Crypto Claude experience ships through MetaMask Snap, available on the network used by the largest installed base in crypto. Plug in once and protection runs across every dApp.
Authentication
The RPC proxy requires no authentication. Point your wallet's RPC endpoint at Crypto Claude and evaluation runs automatically. Wallet API endpoints that mutate state require a Cloudflare Turnstile token in the request body. Security-sensitive operations also require a JWT from the security verification flow.
// Turnstile token (all write endpoints)
{ "turnstileToken": "cf-turnstile-response" }
// JWT cookie, security-sensitive ops
{ "sessionToken": "jwt_from_security_verify" }Predictable failures, machine-readable signals.
| Code | Meaning |
|---|---|
| -32601 | FLAGGED. Transaction held, user informed by AI evaluation |
| -32700 | Parse error. Invalid JSON |
| -32602 | Invalid request. Missing fields |
| -32601 | Method not found |
| 401 | Turnstile verification failed |
| 404 | Resource not found |
Keep exploring.
Everything above is mirrored from the canonical Crypto Claude surfaces. Jump to the source for live updates.