-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
go-to-marketGTM, launch, marketingGTM, launch, marketing
Milestone
Description
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 latestetc. - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
go-to-marketGTM, launch, marketingGTM, launch, marketing