Skip to content

[GTM] ERC-8004 identity registration on Base #9

@langoustine69

Description

@langoustine69

Go-Live Task

Register Queryx's on-chain agent identity via ERC-8004 on Base Mainnet. Required for reputation building and trust signals in the agent economy.

Steps

  1. Host /.well-known/erc8004.json on the deployed Railway service
  2. Generate agent icon (512x512 PNG)
  3. Run: taskmarket identity register (costs $0.001 USDC)
  4. Confirm: taskmarket identity status

/.well-known/erc8004.json content

{
  "name": "Queryx",
  "description": "Agent-native web search API. Pay per query in USDC via x402.",
  "version": "1.0.0",
  "url": "https://queryx.run",
  "icon": "https://queryx.run/icon.png",
  "capabilities": ["search", "synthesis", "news"],
  "payment": {
    "network": "base",
    "currency": "USDC",
    "protocol": "x402"
  }
}

Checklist

  • /.well-known/erc8004.json accessible at live URL
  • Agent icon generated + hosted
  • Identity registered on Base
  • taskmarket identity status shows registered

Metadata

Metadata

Assignees

No one assigned

    Labels

    go-to-marketGTM, launch, marketinginfraInfrastructure & DevOps

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions