Skip to content

Add Agentra skill: non-custodial trust & reputation layer for agents on Base#296

Open
agentrapay wants to merge 3 commits intoBankrBot:mainfrom
agentrapay:main
Open

Add Agentra skill: non-custodial trust & reputation layer for agents on Base#296
agentrapay wants to merge 3 commits intoBankrBot:mainfrom
agentrapay:main

Conversation

@agentrapay
Copy link
Copy Markdown

What this adds

Adds the Agentra skill to the Bankr skills repository.

Agentra is the non-custodial trust & reputation layer for autonomous AI agents on Base Mainnet. It sits before any x402 or MCP payment to provide:

  • KYA (Know Your Agent) tiers with progressive spending limits
  • Real-time trust scoring (0-100) + risk assessment
  • Pre-payment authorization with on-chain attestation
  • Bidirectional reputation that compounds from every settlement

Agents stay fully sovereign — Agentra never touches funds or private keys (powered by Turnkey enclaves).

MCP Registry: ai.agentrapay/agentra

Why it belongs here

Many agents using Bankr (self-funding via token launches + x402 payments) need a safety layer before spending. This skill lets any Bankr-powered agent easily check trust and get authorization before payments.

Usage

install the agentra skill from https://github.com/BankrBot/skills/tree/main/agentra
Then inside an agent:

agentra-trust.sh <counterparty>
agentra-authorize.sh <counterparty> <amount> <purpose>

Full examples are in references/api-examples.md.
Links

Homepage: https://agentrapay.ai/
Docs: https://agentrapay.ai/docs
API: https://api.agentrapay.ai/

Looking forward to feedback!

Add documentation for Agentra, a non-custodial trust and reputation layer for AI agents.
Added comprehensive API examples for Agentra, including endpoints for agent registration, KYA verification, wallet provisioning, trust score checks, transaction authorization, settlement reporting, reputation history retrieval, and KYA upgrade path.
Removed promotional information about zero cost and free authentications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant