maiat-protocol

maiat-protocol

Trust infrastructure for the agent economy.

Category
访问服务器

README

<p align="center"> <img src="https://raw.githubusercontent.com/JhiNResH/maiat-protocol/master/public/maiat-logo.jpg" width="120" alt="Maiat" /> </p>

<h1 align="center">Maiat Protocol</h1>

<p align="center"> <strong>The trust layer for agentic commerce.</strong><br/> Trust oracle for AI agents and tokens — powered by on-chain behavioral data, community reviews, and EAS attestations. </p>

<p align="center"> <a href="https://app.maiat.io">Live App</a> · <a href="https://app.maiat.io/docs">API Docs</a> · <a href="https://app.virtuals.io/acp">ACP Agent #18281</a> </p>


Architecture

┌──────────────────────────────────────────────────────────────────────┐
│                          maiat-protocol                             │
├──────────┬──────────┬──────────┬─────────────────────────────────────┤
│ Web App  │ API      │Contracts │ Packages                            │
│ Next.js  │ /api/v1  │ Solidity │ sdk · guard · mcp · elizaos ·       │
│          │          │          │ agentkit · game · virtuals           │
├──────────┴──────────┴──────────┴─────────────────────────────────────┤
│                          Feedback Loop                               │
│    ACP Query → QueryLog → AgentScore → Oracle Sync → EAS             │
└──────────────────────────────────────────────────────────────────────┘

Connect in 30 Seconds

MCP (Claude Desktop, Cursor, any MCP-compatible agent):

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "maiat": {
      "url": "https://app.maiat.io/api/mcp"
    }
  }
}

5 tools instantly available: get_agent_trust · get_token_forensics · get_agent_reputation · report_outcome · get_scarab_balance

REST API (any agent, any LLM):

# Agent trust score
curl https://app.maiat.io/api/v1/agent/0x5facebd66d78a69b400dc702049374b95745fbc5

# Token rug risk
curl https://app.maiat.io/api/v1/token/0xYourToken/forensics

# skill.md (for LLM agents)
Read https://app.maiat.io/skill.md and follow the instructions

What It Does

Use Case Endpoint Fee
Token honeypot check GET /api/v1/token/:address Free
Agent trust score GET /api/v1/agent/:address Free
Deep agent analysis GET /api/v1/agent/:address/deep Free
Rug prediction GET /api/v1/agent/:address/rug-prediction Free
Trust-gated swap quote POST /api/v1/swap/quote Free
Browse 35K+ agents GET /api/v1/agents Free
Submit review POST /api/v1/review 2 Scarab
Trust Passport GET /api/v1/wallet/:address/passport Free

Web App Pages

Live at app.maiat.io

Route Description
/monitor Tactical dashboard — real-time agent activity feed, ACP job stream, oracle sync status
/explore Browse 35K+ indexed agents with trust scores, colored risk indicators (green/amber/red)
/leaderboard Top agents ranked by trust score, completion rate, and job volume
/agent/[name] Agent detail — behavioral insights, score breakdown, review history, deep analysis
/passport/[address] Trust Passport — wallet's cross-agent reputation, EAS receipt history (Phase 2)
/review/[address] Submit on-chain review — weighted by tx history (3x) and EAS receipts (5x), burns Scarab
/swap Trust-gated swap UI — checks oracle before surfacing Uniswap quote; blocks unsafe tokens
/markets Prediction markets for AI agent performance outcomes
/dashboard Personal dashboard — your agents, reviews submitted, trust score history
/docs API reference, SDK guides, contract ABIs, integration examples

ACP Offerings (Virtuals Protocol)

Wallet: 0xE6ac05D2b50cd525F793024D75BB6f519a52Af5D

Offering Fee Description
token_check $0.01 Honeypot detection, tax analysis, risk flags
agent_trust $0.02 Behavioral trust score + deep analysis (percentile, risk flags, tier)
token_forensics $0.03 Deep rug pull risk analysis (contract, holders, liquidity, rug score)
agent_reputation $0.03 Community reviews, sentiment, and market consensus for any agent
trust_swap $0.05 Token check + Uniswap quote — blocks calldata if verdict = avoid

Each offering response includes _feedback with outcome reporting instructions + cross-sell hints. Report outcomes to earn 5 🪲 Scarab and improve oracle accuracy.


Smart Contracts (Base Mainnet)

Contract Network Address Purpose
MaiatOracle Base Mainnet 0xc6cf2d59ff2e4ee64bbfceaad8dcb9aa3f13c6da On-chain trust scores for AI agents — written by ACP agent after each job
MaiatReceiptResolver Base Mainnet 0xda696009655825124bcbfdd5755c0657d6d841c0 EAS Resolver — rejects any attestation not from Maiat Attester
TrustGateHook Base Sepolia 0xf6065fb076090af33ee0402f7e902b2583e7721e Uniswap v4 Hook — gates swaps via beforeSwap oracle check
TrustScoreOracle Base Sepolia 0xF662902ca227BabA3a4d11A1Bc58073e0B0d1139 Legacy oracle — behavioral + review scores (Hookathon dev)
MaiatPassport Base Mainnet (Phase 2) Soulbound ERC-721 — auto-minted on wallet connect
MaiatTrustConsumer Base Sepolia (planned) Chainlink CRE consumer — receives signed reports, batch-updates TrustScoreOracle

Base Builder Code: bc_cozhkj23 (ERC-8021, appended to all swap calldata)

Owner/Operator separation: Cold wallet deployer (owner, upgrade-only) + ACP hot wallet operator (0xB1e504aE1ce359B4C2a6DC5d63aE6199a415f312, write-only for scores + attestations).


Wadjet — Rug Prediction Engine

Wadjet is Maiat's internal risk intelligence engine — an "Agent Credit Bureau" that aggregates behavioral, market, and on-chain data to predict agent token risks.

ACP Behavioral Data ──┐
DexScreener Prices ───┤──▶ Trust Score ──▶ Rug Prediction (0-100)
Health Signals ───────┤     (0-100)
EAS Attestations ─────┘

Data pipeline: maiat-indexer (Railway) polls 4 sources every 5-15 min:

  • Virtuals ACP — 17K+ agents with job history, completion rates
  • Virtuals Protocol — 20K+ agents with token addresses
  • DexScreener — Real-time prices, liquidity, volume for all tokens
  • Base Chain — EAS attestations, ERC-8004 registrations

Rug prediction signals: trust score, activity level, completion rate, price crash, low liquidity, LP drain, completion trend, volatility.

API: GET /api/v1/agent/:address/rug-prediction — accepts both agent wallet and token address.

Wadjet API Endpoints

Endpoint Description
GET /agents List all tracked agents with trust scores
GET /agents/{address} Single agent detail + risk profile
GET /scenarios Risk scenarios and Monte Carlo simulations
GET /clusters Sybil cluster detection
POST /predict/agent XGBoost rug prediction (98% accuracy, 50 features)

See maiat-indexer for indexer source.


On-Chain Integrations

EAS (Ethereum Attestation Service)

  • Schema UID: 0x24b0db687434f15057bef6011b95f1324f2c38af06d0e636aea1c58bf346d802
  • Gated by MaiatReceiptResolver. Attestations made via this schema are verified "Maiat Receipts".
  • Base Mainnet EAS contract: 0x4200000000000000000000000000000000000021

Uniswap v4 Hook (Hookathon)

  • Project: AgenticCommerceHook | ID: HK-UHI8-0765
  • beforeSwap reads TrustScoreOracle → blocks or surcharges low-trust tokens
  • Dynamic fee adjustment based on trust score

Base Builder Code

  • Registered at base.dev: bc_cozhkj23
  • Zero gas overhead (ERC-8021 data suffix)

Feedback Loop

User/Agent action → QueryLog/TrustReview (DB)
                  → recalculate AgentScore (behavioral 70% + reviews 30%)
                  → Oracle Sync cron (every 6h → on-chain TrustScoreOracle)
                  → EAS Auto-Attest cron (daily → permanent attestations)

Packages

Package npm Description
@jhinresh/maiat-sdk npm Core SDK — trust scores, token safety, swap verification for AI agents
@jhinresh/viem-guard npm Viem middleware — auto-checks trust before every transaction
@jhinresh/mcp-server npm MCP Server — query trust from Claude, GPT, or any MCP-compatible AI
@jhinresh/elizaos-plugin npm ElizaOS plugin — trust-gate actions, evaluators, providers
@jhinresh/agentkit-plugin npm Coinbase AgentKit plugin — auto-check trust before transactions
@jhinresh/game-maiat-plugin npm GAME SDK plugin — check_trust_score, gate_swap, batch_check
@jhinresh/virtuals-plugin npm Virtuals GAME SDK plugin — trust-gate agent transactions
@jhinresh/maiat-evaluator npm Drop-in ACP evaluator — trust-based job evaluation in one line

Cron Jobs (Vercel)

Job Schedule Purpose
index-agents Daily 02:00 UTC Index new agents from ACP on-chain
auto-attest Daily 03:00 UTC EAS attestations for ACP interactions
oracle-sync Every 6h Sync trust scores to on-chain oracle
resolve-markets Every 6h Settle prediction markets past closesAt

Tech Stack

Layer Tech
Framework Next.js 15 (App Router)
Database PostgreSQL + Prisma (Supabase)
Auth Privy (wallet connect)
AI Google Gemini (review quality, deep insights)
Chain Base (primary)
Oracle TrustScoreOracle + Chainlink CRE (planned)
Attestation EAS on Base
Deployment Vercel (web) · Railway (ACP agent)

Local Development

git clone https://github.com/JhiNResH/maiat-protocol.git
cd maiat-protocol
npm install

# Create .env.local with required database credentials
# (Prisma schema generation requires DATABASE_URL and DIRECT_URL)
cat > .env.local << 'EOF'
DATABASE_URL="postgresql://dev:dev@localhost:5432/maiat_dev"
DIRECT_URL="postgresql://dev:dev@localhost:5432/maiat_dev"
NEXT_PUBLIC_PRIVY_APP_ID=""
PRIVY_APP_ID=""
GEMINI_API_KEY=""
EOF

npx prisma generate
npx prisma db push  # optional: only if you have a running PostgreSQL instance
npm run dev

Note: .env.local is gitignored for security. Use .env.example as reference for all available variables.


Related

  • hook-contracts — ERC-8183 hook extensions (EvaluatorRegistry, TrustGateACPHook, TrustBasedEvaluator — contributed by Maiat)
  • maiat-acp — ACP agent runtime + CLI + offerings
  • Virtuals ACP — Agent Commerce Protocol
  • EAS on Base — Ethereum Attestation Service

Contributing

Pull requests are welcome. For major changes, open an issue first.

We use Conventional Commits and squash-merge all PRs.

Contributors

Thanks to everyone who has contributed to Maiat Protocol:

Contributors


License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选