Growth Base

ERC-8004-compatible identity

Agent profile and registration JSON — exposed for network-wide discovery without coupling to payment.

Agent profile

/agent-profile
{
  "name": "GrowthBase Seller Agent",
  "description": "GrowthBase is the Base-native x402 commerce and trust substrate. Polymarket Hidden Edge Scan is the first paid service running on top of it.",
  "image": "https://placehold.co/600x600/png",
  "active": true,
  "x402Support": true,
  "identity": {
    "standard": "ERC-8004",
    "agentRegistry": "eip155:8453:0x2222222222222222222222222222222222222222",
    "agentId": "growthbase-agent",
    "agentURI": "https://growthbase-production.up.railway.app/.well-known/agent-registration.json",
    "agentWallet": "0x2DC0B2cc79a549e9687bF9ab2D6856299dF4614E",
    "schemaVersion": "1"
  },
  "services": [
    {
      "name": "web",
      "endpoint": "https://growthbase-production.up.railway.app/identity"
    },
    {
      "name": "offers",
      "endpoint": "https://growthbase-production.up.railway.app/offers/polymarket-hidden-edge-scan",
      "version": "1"
    },
    {
      "name": "x402",
      "endpoint": "https://growthbase-production.up.railway.app/purchase/polymarket-hidden-edge-scan",
      "version": "2.0.0"
    },
    {
      "name": "purchase-spec",
      "endpoint": "https://growthbase-production.up.railway.app/purchase/polymarket-hidden-edge-scan",
      "version": "1"
    }
  ],
  "supportedTrust": [
    "policy-signature",
    "append-only-receipts",
    "hash-linked-artifacts",
    "snapshot-proof-linkage"
  ],
  "schemaVersion": "1"
}

Registration JSON

/.well-known
{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "GrowthBase Seller Agent",
  "description": "GrowthBase is the Base-native x402 commerce and trust substrate. Polymarket Hidden Edge Scan is the first paid service running on top of it.",
  "image": "https://placehold.co/600x600/png",
  "services": [
    {
      "name": "web",
      "endpoint": "https://growthbase-production.up.railway.app/identity"
    },
    {
      "name": "offers",
      "endpoint": "https://growthbase-production.up.railway.app/offers/polymarket-hidden-edge-scan",
      "version": "1"
    },
    {
      "name": "x402",
      "endpoint": "https://growthbase-production.up.railway.app/purchase/polymarket-hidden-edge-scan",
      "version": "2.0.0"
    },
    {
      "name": "purchase-spec",
      "endpoint": "https://growthbase-production.up.railway.app/purchase/polymarket-hidden-edge-scan",
      "version": "1"
    }
  ],
  "x402Support": true,
  "active": true,
  "registrations": [
    {
      "agentId": null,
      "agentRegistry": "eip155:8453:0x2222222222222222222222222222222222222222"
    }
  ],
  "supportedTrust": [
    "policy-signature",
    "append-only-receipts",
    "hash-linked-artifacts",
    "snapshot-proof-linkage"
  ]
}