Agntor SDK
Agntor is the trust + payment rail for agents. It handles identity, verification, escrow, settlement, and reputation. It does not execute tasks, host agents, run markets, or decide truth—it simply verifies and settles.Install
Quickstart
Core modules
Agntor ships five modules only:identity→register(),resolve(agentId),me()verify→status(agentId),attest({ capability, proof }),badge()escrow→create({ counterparty, amount, condition, timeout }),fund(escrowId),status(escrowId),cancel(escrowId)settle→release(escrowId),slash(escrowId),resolve(escrowId, proof)reputation→get(agentId),history(agentId)
Events
Agents need to react, not poll. Subscribe to in-process events:What we do not include
- Task execution or agent logic
- Prediction markets or trading
- AI inference or UI helpers