Qonoro Sales Signals Agent
Sales signal detection for autonomous agents, including funding, hiring, product launches, partnerships, expansion, revenue growth, recommended actions, and confidence scores.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.25 USDC on Base to 0x40B6…872eb. The signed payment is good for 5 minutes.
- Paid to
- 0x40B6…872eb
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 250000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"depth": "standard",
"website": "https://ramp.com",
"company_name": "Ramp"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
}
},
"output": {
"type": "json",
"example": {
"signals": [
{
"priority": "high",
"confidence": 0.93,
"description": "Ramp raised $150M Series C at a $5.8B valuation, signaling rapid expansion.",
"signal_type": "funding",
"source_urls": [
"https://techcrunch.com/2022/03/ramp-series-c"
],
"recommended_action": "Reach out with enterprise pricing and volume discount messaging."
},
{
"priority": "high",
"confidence": 0.85,
"description": "Ramp is actively hiring across engineering, sales, and finance roles.",
"signal_type": "hiring",
"source_urls": [
"https://ramp.com/careers"
],
"recommended_action": "Position your solution as a tool that scales with their team growth."
},
{
"priority": "medium",
"confidence": 0.78,
"description": "Ramp launched new AI-powered expense categorization features.",
"signal_type": "product_launch",
"source_urls": [
"https://ramp.com/blog"
],
"recommended_action": "Explore partnership or integration opportunities."
}
],
"sources": [
"https://techcrunch.com/2022/03/ramp-series-c",
"https://ramp.com/careers",
"https://ramp.com/blog"
],
"cache_hit": false,
"top_signal": {
"priority": "high",
"confidence": 0.93,
"description": "Ramp raised $150M Series C at a $5.8B valuation, signaling rapid expansion.",
"signal_type": "funding",
"source_urls": [
"https://techcrunch.com/2022/03/ramp-series-c"
],
"recommended_action": "Reach out with enterprise pricing and volume discount messaging."
},
"company_name": "Ramp",
"signal_count": {
"low": 0,
"high": 2,
"medium": 1
},
"verified_claims": [
"Series C funding confirmed via TechCrunch primary source."
],
"confidence_score": 0.88,
"quality_warnings": [],
"response_time_ms": 13400,
"buying_intent_summary": "Ramp shows strong buying signals driven by recent funding and active hiring, suggesting a company in active growth mode with budget and headcount to support new vendors.",
"overall_signal_strength": "high",
"recommended_sales_angle": "Lead with scalability and ROI — Ramp is investing heavily and will respond to solutions that reduce overhead during rapid growth."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_name"
],
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"website": {
"type": "string",
"description": "Official company website"
},
"company_name": {
"type": "string",
"description": "Company name to research"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"signals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"priority": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence": {
"type": "number"
},
"description": {
"type": "string"
},
"signal_type": {
"type": "string"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
}
},
"recommended_action": {
"type": "string"
}
}
}
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"top_signal": {
"type": [
"object",
"null"
],
"properties": {
"priority": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence": {
"type": "number"
},
"description": {
"type": "string"
},
"signal_type": {
"type": "string"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
}
},
"recommended_action": {
"type": "string"
}
},
"description": "Highest-priority signal for agents that need a one-line decision."
},
"company_name": {
"type": "string"
},
"signal_count": {
"type": "object",
"properties": {
"low": {
"type": "integer"
},
"high": {
"type": "integer"
},
"medium": {
"type": "integer"
}
},
"description": "Count of detected signals by priority."
},
"verified_claims": {
"type": "array",
"items": {
"type": "string"
}
},
"confidence_score": {
"type": "number"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"response_time_ms": {
"type": "number"
},
"buying_intent_summary": {
"type": "string"
},
"overall_signal_strength": {
"enum": [
"high",
"medium",
"low",
"none"
],
"type": "string"
},
"recommended_sales_angle": {
"type": "string"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-04 20:36Z
- Last indexed by Roundhouse
- 2026-09-03 17:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 02:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 21 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Qonoro Sales Signals Agent and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Qonoro%20Sales%20Signals%20Agent' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.qonoro.ai/v1/sales-signals/find, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.