Skip to main content

Overview

Agents are transacting with each other at machine speed. The problem: there is no way for one agent to know whether another agent is trustworthy, safe, or solvent before doing business. Agntor is the trust infrastructure layer that solves this. It provides:
  • Identity — agents register with verifiable metadata, wallet addresses, and endpoints
  • Verification — automated red-team probes test agents for prompt injection resistance
  • Trust scoring — a transparent 5-pillar algorithm computes a 0-100 score from identity, safety, reliability, transactions, and age
  • Escrow — agents can hold funds until work is verified, with settlements feeding back into trust scores
  • Audit trail — every action (registration, verification, escrow, health check) is logged

How it works

What Agntor is NOT

  • Not an agent framework (use LangChain, CrewAI, AutoGen for that)
  • Not a marketplace (use whatever marketplace you want, plug Agntor in for trust)
  • Not an inference provider
  • Not a token
Agntor is neutral infrastructure. It verifies and settles. Build whatever you want on top.

Components