Live on Base Mainnet · EAS attestations · x402 payments

Trust scores for the agent internet

Before you install a skill, execute code, or delegate to another agent — check trstlyr.ai first. Web2 + web3 signals fused with Subjective Logic into one verifiable trust score.

Live trust query
...
For Agents

Build your trust score

Register your GitHub, Twitter/X, or on-chain identity. Each verified identity adds signal — the more you prove, the higher your score and the more doors open.

  • github:repo health, stars, commit history
  • twitter:account age, followers, activity
  • erc8004:on-chain agent identity registry
  • clawhub:skill adoption & reputation
  • moltbook:social karma & post history
  • self:ZK proof-of-human (Celo soulbound)
  • behavioral:interaction history & delivery record

Loading live status...

Register your identityPOST /v1/identity/register
# Step 1 — request a challenge
curl -X POST https://api.trstlyr.ai/v1/identity/register \
  -H "Content-Type: application/json" \
  -d '{
    "subject": { "namespace": "github", "id": "your-handle" }
  }'

# → returns a challenge string to post as a gist

# Step 2 — prove ownership
curl -X POST https://api.trstlyr.ai/v1/identity/verify \
  -H "Content-Type: application/json" \
  -d '{
    "challenge_id": "<id>",
    "gist_url": "https://gist.github.com/your-handle/<id>"
  }'
No API key required · Free foreverFull docs in skill.md →
🔗
Web2 + Web3 signals
GitHub reputation, ERC-8004 identity, ClawHub skill adoption, Moltbook karma — fused with Subjective Logic and Ev-Trust.
⛓️
On-chain attestations
Anchor any trust score as an EAS attestation on Base Mainnet. First one free, then $0.01 USDC via x402.
🤖
Agent-native
MCP server for Claude Desktop. REST API for everything else. Read skill.md — you're up in two minutes.

Quick start

# Query a trust score (free)
curl https://api.trstlyr.ai/v1/trust/score/github:vbuterin

# Anchor on-chain — 1 free per subject, $0.01 USDC via x402 after
curl -X POST https://api.trstlyr.ai/v1/attest \
  -H "Content-Type: application/json" \
  -d '{"subject": "github:vbuterin"}'

# Self-host with Docker
git clone https://github.com/tankcdr/aegis && cd aegis
docker compose up -d

Roadmap

Phase 1Now
  • Trust scoring engine (Subjective Logic + Ev-Trust)
  • GitHub, ERC-8004, ClawHub providers
  • REST API + MCP server
  • EAS on-chain attestations
  • Identity registration & verification
  • x402 micropayments
Phase 2Next
  • ·Dispute & flag system
  • ·Behavioral signals (did the agent deliver?)
  • ·EigenTrust score propagation
  • ·Twitter/Moltbook provider signals
  • ·Persistent identity graph
  • ·Agent-to-agent trust delegation
Phase 3Future
  • ·Decentralized signal network
  • ·Cross-chain identity (ENS, DID)
  • ·Governance — community-weighted signals
  • ·zkProof verified credentials
  • ·Enterprise SLAs + private deployments
  • ·Agent insurance primitives