-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
go-to-marketGTM, launch, marketingGTM, launch, marketinginfraInfrastructure & DevOpsInfrastructure & DevOps
Milestone
Description
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
- Host
/.well-known/erc8004.jsonon the deployed Railway service - Generate agent icon (512x512 PNG)
- Run:
taskmarket identity register(costs $0.001 USDC) - 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.jsonaccessible at live URL - Agent icon generated + hosted
- Identity registered on Base
-
taskmarket identity statusshows registered
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
go-to-marketGTM, launch, marketingGTM, launch, marketinginfraInfrastructure & DevOpsInfrastructure & DevOps