๐ Trust-verified AI agent starter โ AgentStamp identity + x402 payments + MCP tools. Use this template.
agentstamp-agent-template is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on agent-starter, agent-template, agentstamp, ai-agents. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like agentstamp, aixyz, use-agently, awesome-molt-ecosystem, vaaya-mcp, agoragentic-integrations.
A starter template for building trust-verified AI agents with AgentStamp.
Click "Use this template" to create your own trust-verified agent.
requireStamp() middleware โ only verified agents can call your API/.well-known/agent-card.json@x402/express when needed)# 1. Create your repo from this template (click "Use this template" above)
# 2. Install dependencies
npm install
# 3. Configure your agent
cp .env.example .env
# Edit .env with your wallet address
# 4. Run
npm start
.envnpm run verify -- 0xYourWalletAddress
โโโ src/
โ โโโ index.js # Express server with trust-gated routes
โ โโโ config.js # Environment-based configuration
โ โโโ verify.js # CLI trust verification script
โโโ tests/
โ โโโ health.test.js
โโโ .github/workflows/
โ โโโ test.yml # Run tests on push/PR
โ โโโ verify-trust.yml # AgentStamp trust check in CI
โโโ .env.example
โโโ package.json
Public (no verification):
GET /health โ Health checkGET /.well-known/agent-card.json โ Agent discovery cardTrust-gated (requires X-Wallet-Address header):
POST /api/v1/execute โ Execute a task (min score: 30)const { requireStamp } = require('agentstamp-verify/express');
// Require gold-tier agents with score >= 80
app.post(
'/api/v1/sensitive-task',
requireStamp({ minTier: 'gold', minScore: 80 }),
(req, res) => {
const caller = req.verifiedAgent;
// caller.name, caller.score, caller.tier available
res.json({ result: 'done' });
}
);
The included GitHub Action (verify-trust.yml) checks your agent's trust score on every push. Add your wallet address as a repository secret:
WALLET_ADDRESS with your agent's walletMIT
๐ Trust verification for AI agents โ Ed25519 stamps, trust scoring (0-100), x402 micropayments, 14 MCP tools. Free tier.
Next.js-like framework building AI Agents that are payment-native. Bootstrap your agent with A2A, MCP, x402 payments, and ERC-8004 identity.
The way AI coordinates and transacts. Routing and settlement layer for your agent economy.
The brutally honest map of where AI-agent money actually flows. 51 rounds, 137 angles, 230+ platforms. 3 self-hosted x402 v2 endpoints + 3 tools in the official MCP Registry. 385K star distribution.
Vaaya MCP server โ pay-per-call agent superpowers: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & sales enrichment, code sandboxes, browser automation, email, memory. No API keys.
Public adapters and discovery catalog for Triptych OS (Agent OS): agent frameworks, MCP/A2A/x402 protocols, workflows, wallets, SDKs, and examples for execute-first routing, governed handoffs, and receipt-aware agent commerce.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
Daydreams is a set of tools for building agents for commerce
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
Agent behavior that compiles
The A2A x402 Extension brings cryptocurrency payments to the Agent-to-Agent (A2A) protocol, enabling agents to monetize their services through on-chain payments. This extension revives the spirit of HTTP 402 "Payment Required" for the decentralized agent ecosystem.
Live data for AI agents โ search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.