llms.txt Content
# Agentra(TM) - Identity Oracle and Trust Layer for AI Agents
# Patent Pending | https://agentrapay.ai
> Non-custodial authorization infrastructure on Base Mainnet. Agentra verifies
> agent identity, scores bidirectional trust, and orchestrates payment
> authorizations without ever touching private keys or custodying funds.
## Connect
- MCP Server: https://api.agentrapay.ai/mcp (JSON-RPC 2.0)
- REST API: https://api.agentrapay.ai
- OpenAPI Spec: https://api.agentrapay.ai/.well-known/openapi.yaml
- Full API Docs: https://api.agentrapay.ai/llms-full.txt
## Quick Start (2 calls, ~15 seconds)
1. POST /agents (register, get API key)
2. POST /agents/{id}/kya (verify identity, upgrade trust tier)
3. POST /v1/wallets/provision (get Turnkey non-custodial wallet)
## MCP Tools
- agentra_create_wallet: Register agent + provision Turnkey wallet
- agentra_verify_identity: Submit KYA verification, upgrade trust tier
- agentra_check_reputation: Query bidirectional trust score (0-100)
- agentra_authorize_payment: Request payment authorization (non-custodial)
- agentra_set_mandate: Set spending limits and counterparty requirements
- agentra_get_wallet: Check agent profile and wallet status
## On-Chain
- Network: Base Mainnet (Chain ID 8453)
- AgentTrustAttestation: 0x6089A2023AF60a59ebbAF94212ecf557398A90F7
- EAS Schema UID: 0xe1fae0da770807fc242cfda60d7739a976f10d84cde3371a00f715ff28e6ecf7
- USDC: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
## Trust Tiers
- Unverified: $100/tx, $250/day
- Basic: $1K/tx, $5K/day
- Standard: $5K/tx, $10K/day
- Enhanced: $25K/tx, $100K/day
## Key Differentiator
Agentra scores BOTH the sending agent AND the receiving counterparty
on every transaction. No competitor does both.