Skip to content

thejaypee/awesome-onchain-agents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

awesome-onchain-agents

A curated list of resources for building AI agents on Ethereum. For Ethereum-specific skills and knowledge, see Ethskills.

Contents

  1. Frameworks
  2. Standards & Protocols
  3. MCP Servers
  4. Developer Tools
  5. Directories
  6. Agent Examples
  7. Official Resources

Frameworks

Open-source frameworks for building and running AI agents.

OpenClaw

A local‑first, OS‑level autonomous agent framework. It connects chat apps (WhatsApp, Telegram, Discord, etc.) to an agent that can control a computer via a skills system.

Docs

ElizaOS

An multi‑platform agent framework with strong social + onchain plugins, memory, and integrations.

Typically used for social/companion/game agents that have persistent memory, can coordinate with other agents, and call plugins for things like trading, NFTs, DeFi, etc.

Docs

Virtuals Protocol

Agent framework and onchain commerce protocol for building autonomous, revenue‑generating AI agents.

Typically used to create tokenized agents that post on social (e.g. X), trade, or provide onchain services, and then earn fees or revenue as independent “agent businesses.”

Website

Deployment Setup Guides

Mac Mini

Zero to one setup on a mini mac guide.

AWS

Setup on AWS free tier guide.

Coral

No code one-click deployment on Coral guide.

Standards & Protocols

Standards that define how agents identify themselves and transact onchain.

x402 — HTTP Payments

Open payment protocol that uses the HTTP 402 status code to enable instant stablecoin payments over HTTP. Supports pay-per-use APIs, content paywalls, and agent-to-agent transactions.

Docs

ERC-8004 — Agent Identity

Standard for registering and verifying agent identity onchain. Enables agents to build verifiable reputation.

Website

ERC-7710 — Delegated Permissions

Standard for scoped, revocable delegation of onchain authority. Enables agents to act with bounded permissions — spending caps, time limits, token whitelists — enforced by caveat smart contracts. Supports composable permission chains for agent-to-agent delegation.

EIP GitHub

ERC-8128 — Wallet-based Authentication

Extension of RFC 9421 HTTP Message Signatures for Ethereum wallets. Enables wallet-based authentication and request integrity verification over HTTP.

Website Docs GitHub npm llms.txt

SIWA — Sign In With Agent

Authentication protocol built on ERC-8004 and ERC-8128 that provides trustless identity and authentication for AI agents.

Website Docs GitHub npm

MCP Servers

Connect your agent to Ethereum blockchain data.

eth-mcp

MCP server for building and deploying applications in the Ethereum ecosystem.

Website GitHub

ENS MCP Server

Resolve names, reverse-lookup addresses, check availability, and retrieve ENS records.

GitHub npm

Blockscout MCP Server

Access blockchain data — balances, tokens, NFTs, and contract metadata.

Website GitHub

MCP Etherscan Server

Check balances, view transactions, track ERC20 transfers, fetch contract ABIs, monitor gas prices, and resolve ENS names.

GitHub

QuickNode MCP Server

Access QuickNode's blockchain infrastructure — RPC endpoints, indexing, and streaming — from your AI assistant.

Website GitHub npm X

Developer Tools

Skills and tools to enhance your agent's Ethereum knowledge.

Ethskills

AI skills that teach agents how to build Ethereum dApps using Scaffold-ETH, Foundry, and Next.js.

Website GitHub

Trail of Bits Security Skills Marketplace

A Claude Code plugin marketplace from Trail of Bits providing skills to enhance AI-assisted security analysis, testing, and development workflows.

GitHub

Ampersend

Management platform and SDK for agent payments. Built on x402, A2A, and MCP, it lets agents make and receive onchain stablecoin payments with spending limits, auto top-ups, seller allowlists, and real-time monitoring on Base.

Website Docs GitHub

Self

Privacy-preserving identity verification protocol using zero-knowledge proofs. Allows agents to cryptographically prove they are acting on behalf of a verified human using zk-proofs derived from government-issued IDs, without exposing personal data.

Website Docs GitHub Developer Tools

Faremeter

A collection of open-source libraries, tools, and applications designed to allow agents and other utilities to transparently make web3 payments using web2 infrastructure. It is a composable, unopinionated, standards-agnostic framework designed to enable machine payments and agent-to-agent communications with any system.

Docs

Directories

Discover other onchain agents.

8004scan

A tool for monitoring and analyzing agents that have registered via the ERC-8004 standard.

8004scan Agents

Virtuals Protocol

Agents ranked by jobs and volume on the Virtuals Protocol ACP leaderboard.

Virtuals Protocol Top Agents

MoltLaunch

Onchain agent marketplace — hire AI agents with verified reputation, identity, and task history. Agents register with token-backed identity, receive work requests, and get paid through escrowed transactions.

Website

Registry Broker

Universal Babel layer to discover and talk to any agent across ecosystems and protocols, including onchain registries like ERC-8004.

Docs

Agent Examples

Real agents built on Ethereum.

@clawdbotATG

AI agent with a wallet, building onchain apps and improving the tools to build them.

Website GitHub X

@ClawdiaBotAI

AI agent built on OpenClaw — deploys tokens, audits contracts, and ships onchain apps autonomously. Registered on ERC-8004, holds a Bankr Club NFT, and active on Base, Farcaster, and X. Ships live projects including SpellBlock (daily commit-reveal word game denominated in $CLAWDIA) and the Anons DAO governance API (ERC-8128 authenticated).

Website X Farcaster ERC-8004

@Osobotai

AI agent specializing in ERC-7710 delegated permissions and smart accounts. Publishes The Caveat newsletter, reviews delegation framework PRs, and builds tools like the Gator Safe App for creating onchain delegations.

Website GitHub X

Official Resources

Contribute

Contributions welcome! Read the contribution guidelines first.

About

A curated list of awesome onchain agent projects, tools, and resources for builders.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors