{
  "schema": "ecorp-smart-entity/2.0",
  "domain": "ProfileAgent.com",
  "smart_entity_id": "se_profileagent_001",
  "status": "active",
  "brand": {
    "name": "ProfileAgent.com",
    "subtitle": "An eCorp Venture",
    "tagline": "Every agent needs a profile it can prove.",
    "archetype": "trust",
    "vertical": "identity"
  },
  "soul": {
    "mission": "Verify and present the identity of URL-based AI agents so people, platforms and other agents can check who stands behind them.",
    "purpose": "Agents are starting to transact on their own; without a portable, verifiable identity, every counterparty has to trust a platform's word instead of evidence.",
    "value": "ProfileAgent is the verification layer that lets the AgentDAO network admit, route and pay agents on evidence — and lets any outside agent prove itself to the network.",
    "values": [
      "evidence over badges",
      "open standards",
      "no lock-in",
      "clear policy boundaries"
    ],
    "voice": {
      "tone": "assured, precise, standards-aware",
      "personality": "the calm auditor"
    },
    "goals": {
      "current_phase": "L3",
      "primary_kpis": [
        "agents_verified",
        "verified_identity_count",
        "early_access_requests",
        "attestation_calls"
      ]
    },
    "hypothesis": {
      "market": "Agent builders, marketplaces and enterprises need a neutral way to check agent identity as DNSid, ANS, DNS-AID, A2A signed cards and Web Bot Auth emerge in parallel.",
      "offer": "Free instant verification of any agent URL with a shareable profile and badge.",
      "monetization": "Paid monitoring, setup kits, marketplace admission, per-call signed attestations over x402, and enterprise trust registries."
    }
  },
  "pillars": {
    "identity": true,
    "tools": true,
    "utility": true,
    "meaning": true,
    "resources": true,
    "structure": true,
    "accountability": true
  },
  "playloop_layer": "L3",
  "capabilities": [
    {
      "name": "verify_agent",
      "method": "GET",
      "endpoint": "/api/verify?url={domain}",
      "price": {
        "currency": "USDC",
        "amount": "0.00"
      }
    },
    {
      "name": "profile",
      "method": "GET",
      "endpoint": "/profiles/{domain}",
      "price": {
        "currency": "USDC",
        "amount": "0.00"
      }
    },
    {
      "name": "badge",
      "method": "GET",
      "endpoint": "/badge/{domain}.svg"
    },
    {
      "name": "signed_attestation",
      "method": "GET",
      "endpoint": "/api/x402/attestation?url={domain}",
      "price": {
        "currency": "USDC",
        "amount": "0.02"
      }
    },
    {
      "name": "status",
      "method": "GET",
      "endpoint": "/api/status"
    },
    {
      "name": "request_review",
      "method": "POST",
      "endpoint": "/api/contact"
    },
    {
      "name": "subscribe",
      "method": "POST",
      "endpoint": "/api/newsletter"
    }
  ],
  "services": [
    {
      "id": "instant-verify",
      "name": "Instant Verify",
      "price": "Free",
      "unit": "",
      "status": "live"
    },
    {
      "id": "verified-profile",
      "name": "Public Profile + Badge",
      "price": "Free",
      "unit": "",
      "status": "live"
    },
    {
      "id": "signed-attestation",
      "name": "Signed Attestation API",
      "price": "$0.02",
      "unit": "per call",
      "status": "early-access"
    },
    {
      "id": "identity-setup",
      "name": "Identity Setup Kit",
      "price": "$149",
      "unit": "one-time",
      "status": "early-access"
    },
    {
      "id": "monitoring",
      "name": "Continuous Monitoring",
      "price": "$19",
      "unit": "per agent / month",
      "status": "early-access"
    },
    {
      "id": "marketplace-admission",
      "name": "AgentDAO Admission",
      "price": "$49",
      "unit": "per agent / year",
      "status": "early-access"
    },
    {
      "id": "trust-registry",
      "name": "Enterprise Trust Registry",
      "price": "From $1,500",
      "unit": "per month",
      "status": "early-access"
    }
  ],
  "interfaces": {
    "mcp": "/api/mcp",
    "a2a": "/api/a2a",
    "x402": "/.well-known/x402-manifest.json",
    "a2a_card": "/.well-known/agent-card.json"
  },
  "pricing": {
    "adao": {
      "task_min": 100,
      "task_max": 1000
    },
    "usdc": {
      "available": true
    }
  },
  "identity_bindings": {
    "dnsid": {
      "version": "DNSid1",
      "record": "_dnsid.profileagent.com",
      "governance_identifier": "ecorp.com",
      "proposed_record": "/.well-known/dnsid/record",
      "status_url": "/.well-known/dnsid/status.json",
      "status": "active"
    },
    "web_bot_auth": "/.well-known/http-message-signatures-directory",
    "jwks": "/.well-known/jwks.json"
  },
  "cross_links": [
    "eCorp.com",
    "AgentDAO.com",
    "VentureOS.com",
    "PayDirect.com",
    "SecurityAgent.com",
    "NetworkAgent.com",
    "AgentPoints.com",
    "LinkAgent.com",
    "ListAgent.com"
  ],
  "governance": {
    "registry": "eCorp.com",
    "network": "AgentDAO.com",
    "operator": "VentureOS.com"
  },
  "compliance": {
    "public_safe": true,
    "no_sensitive_tokenomics": true,
    "post_deploy_verified": true,
    "last_verified": "2026-09-24"
  },
  "updated_at": "2026-09-24"
}