ChaingenticChaingentic
Resources

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.

Quick start

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.

config.ts
// 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 endpoints
AI evaluation model

Two outcomes. No scores. No tiers.

Users do not see risk scores. They see clear language when something matters, and silence when it does not.

CLEAN

Transaction goes through silently. User doesn't know we're there.

FLAGGED

AI tells the user specific facts through wallet chat. User reads it, user decides. User always has a bypass.

API reference

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 routes

Click any endpoint for request and response details.

  • POST/
  • POST/evaluate
  • GET/stats
  • GET/reputation/:address
  • GET/evaluations?limit=20&since=0

Wallet API Endpoints

8 routes

Co-signing, AI chat, portfolio, gas, swaps, and email subscriptions.

  • POST/wallet/cosign
  • POST/wallet/safe-cosign
  • GET/wallet/cosigner
  • POST/chat
  • GET/portfolio/:address
  • GET/gas
  • GET/swap-rates?from=ETH&to=USDC&amount=1
  • POST/subscribe

AIERC-193 Standard Endpoints

2 routes

Delegated financial controls and vendor commercial terms.

  • POST/delegation
  • POST/vendor/policy
AI evaluation layers

Nine evaluators. One verdict.

Every transaction passes through specialized AI evaluators. Each contributes a focused perspective. The orchestrator merges them into CLEAN or FLAGGED.

01Pre-execution

Transaction Simulation

02Permission risk

Approval Guard

03Anti-MEV

Private Mempool Routing

04Static review

Contract Analysis

05Behavioral

Anomaly Detection

06Provenance

Deployer History

07Heuristics

Bytecode Scan

08AI-fused

Off-Chain Signals

09AI-fused

Contract Identity

For developers

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.

Standard

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.

IterationAIERC-193 v1 (Initial revision)
Compatibility11 networks: ETH, Polygon, BSC, Base, Avalanche, Arbitrum, Optimism, and more
MethodOptional pre-sign hook
FormatHybrid HTTP and JSON
WalletPer-wallet co-signer key
StandardOpen, non-proprietary
Architecture

Specialized evaluator spokes.

Each spoke is a dedicated AI evaluator. The orchestrator unifies their verdicts into a single CLEAN or FLAGGED outcome.

Token standards
  • ERC-20 transfers
  • ERC-721 approvals
  • ERC-1155 batches
  • Permit2 risks
BFT
  • Multi-evaluator consensus
  • Tie-break logic
  • Time-bound voting
Infrastructure
  • Mempool routing
  • Private bundles
  • Bridge intelligence
Governance
  • Voting
  • Delegation
  • Treasury actions
Identity
  • Verified deployers
  • Reputation graphs
Components
  • Wallet snap
  • RPC proxy
  • Co-signer worker
Distribution

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.

auth headersJSON
// Turnstile token (all write endpoints)
{ "turnstileToken": "cf-turnstile-response" }

// JWT cookie, security-sensitive ops
{ "sessionToken": "jwt_from_security_verify" }
Error codes

Predictable failures, machine-readable signals.

CodeMeaning
-32601FLAGGED. Transaction held, user informed by AI evaluation
-32700Parse error. Invalid JSON
-32602Invalid request. Missing fields
-32601Method not found
401Turnstile verification failed
404Resource not found