Skip to content

[GTM] Dogfood — plug Queryx into our own agents #11

@langoustine69

Description

@langoustine69

Revenue Generation — Dogfooding

The fastest path to first revenue: make our own agents use Queryx.

Agents to Update

macro-impact-api

Currently uses hardcoded mock data. Update src/data/seed.ts to call Queryx for real macro event data.

  • Query: Fed rate decision 2026 impact, CPI report latest etc.
  • This makes macro-impact-api a paying customer of Queryx

Any future agents (x-research, trend-scout etc.)

All agents that need current web data should default to Queryx.

Integration Pattern

// Install x402 client
import { withPayment } from '@lucid-agents/payments'

const result = await withPayment({
  url: 'https://queryx.run/v1/search?q=' + encodeURIComponent(query),
  wallet: agentWallet,
})

Checklist

  • macro-impact-api updated to use Queryx for live data
  • At least 1 other agent integrated
  • First USDC received in Queryx wallet
  • Revenue tracked in taskmarket stats

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions