ReactionPulse
Deploy serverless functions globally in seconds. No cold starts, 330+ cities, infinite concurrency, and pay only for CPU time. Support for JavaScript, TypeScript, Python, and Rust.
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.49 USDC on Base to 0x5AE4…35AD8. The signed payment is good for 2 minutes.
- Paid to
- 0x5AE4…35AD8
- USD Coin contract
- 0x8335…02913
- Payment window
- 2 minutes
- As published
- 490000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5AE4864faD7C30A0A903BB7F7F807b9501e35AD8",
"amount": "490000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "Company X launches a $199/month AI note-taker for law firms next week, replacing its $99 plan and adding automatic matter summaries.",
"context": "Mid-size legaltech vendor with 1,200 customers. Competitors charge $49-149/month. Existing customers were promised no price increases during 2026.",
"perspectives": [
"customer",
"skeptical_customer",
"competitor",
"analyst"
],
"output_language": "en"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"meta": {
"model": "claude-haiku-4-5",
"network": "eip155:8453",
"provider": "anthropic",
"price_usd": "0.49",
"tokens_in": 1900,
"latency_ms": 9800,
"tokens_out": 1500
},
"version": "0.1.0",
"confidence": 0.66,
"disclaimer": "Analytical multi-perspective simulation generated by a language model. It does not represent real people, a survey, or calibrated probabilities, and it does not predict future events with certainty.",
"request_id": "4c5e0e6a-2f1d-4b6c-9a8e-1d2f3a4b5c6d",
"generated_at": "2026-09-04T12:00:00.000Z",
"perspectives": [
{
"role": "customer",
"stance": "negative",
"headline": "A broken promise costs more than the feature is worth",
"reasoning": "Existing firms remember the no-increase commitment; a 100% jump feels like a bait-and-switch even if summaries save time.",
"sentiment": 30,
"top_appeal": "Automatic matter summaries",
"top_concern": "Price doubling against an explicit promise"
},
{
"role": "skeptical_customer",
"stance": "negative",
"headline": "Summaries must be accurate before anyone pays double",
"reasoning": "Lawyers will test summaries against their own notes and churn if accuracy or confidentiality is unclear.",
"sentiment": 24,
"top_appeal": "Reduced admin time if accuracy holds",
"top_concern": "Accuracy and confidentiality of AI summaries"
},
{
"role": "competitor",
"stance": "positive",
"headline": "An opening to win price-sensitive firms",
"reasoning": "Rivals at $49-149 can campaign on the broken promise and offer migration deals to unhappy customers.",
"sentiment": 72,
"top_appeal": "Immediate switching incentive",
"top_concern": "Company X bundling more features later"
},
{
"role": "analyst",
"stance": "mixed",
"headline": "Revenue upside real, churn risk underpriced",
"reasoning": "Doubling ARPU could lift revenue, but a promise reversal invites churn and reputational damage that erodes the gain.",
"sentiment": 48,
"top_appeal": "Higher ARPU and AI positioning",
"top_concern": "Churn among the 1,200 existing customers"
}
],
"failure_modes": [
{
"likelihood": "high",
"description": "Existing customers churn to $49-149 competitors citing the broken promise."
},
{
"likelihood": "medium",
"description": "Summaries produce errors in client matters, triggering distrust."
}
],
"input_integrity": {
"notes": "",
"status": "clean"
},
"subject_summary": "Company X doubles its plan price to $199/month while adding automatic matter summaries, despite a 2026 no-increase promise.",
"controversy_score": 74,
"key_uncertainties": [
"Actual time saved per matter by the summaries.",
"Whether the new plan includes other upgrades not described."
],
"likely_objections": [
"The 2026 no-increase promise is being broken.",
"A 100% price increase is not justified by one new feature.",
"AI summaries raise confidentiality and accuracy questions for legal work."
],
"overall_sentiment": 38,
"market_implications": [
"Competitors launch switching campaigns targeting Company X customers.",
"Price anchors in legaltech move toward AI-tiered plans."
],
"negative_probability": 0.58,
"positive_probability": 0.31,
"recommended_adjustments": [
"Grandfather existing customers at $99 through 2026 as promised.",
"Offer $199 as an optional AI tier with a 30-day accuracy trial."
],
"likely_positive_reactions": [
"Automatic matter summaries address a real time sink.",
"Positions Company X as an AI-forward vendor."
]
}
}
},
"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": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"maxLength": 6000,
"minLength": 8,
"description": "The subject to simulate reactions to: a product launch, announcement, price change, decision, news item, hypothesis, proposal or URL description. Plain text."
},
"context": {
"type": "string",
"maxLength": 4000,
"description": "Optional background: company, market, target segment, constraints, prior history."
},
"audience": {
"type": "string",
"maxLength": 200,
"description": "Optional primary audience the subject targets."
},
"perspectives": {
"type": "array",
"items": {
"type": "string",
"maxLength": 40
},
"maxItems": 8,
"description": "Optional preferred perspectives. Suggested values: customer, skeptical_customer, developer, investor, competitor, early_adopter, analyst, content_creator, regulatory_risk, market, employee, partner. Free-text roles are accepted."
},
"output_language": {
"type": "string",
"default": "en",
"pattern": "^[a-z]{2}(-[A-Za-z]{2})?$",
"description": "ISO language code for the output text."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"request_id",
"version",
"generated_at",
"subject_summary",
"overall_sentiment",
"positive_probability",
"negative_probability",
"controversy_score",
"perspectives",
"likely_objections",
"likely_positive_reactions",
"failure_modes",
"market_implications",
"recommended_adjustments",
"key_uncertainties",
"confidence",
"input_integrity",
"meta",
"disclaimer"
],
"properties": {
"meta": {
"type": "object",
"required": [
"model",
"provider",
"latency_ms",
"tokens_in",
"tokens_out",
"price_usd",
"network"
],
"properties": {
"model": {
"type": "string"
},
"network": {
"type": "string"
},
"provider": {
"type": "string"
},
"price_usd": {
"type": "string"
},
"tokens_in": {
"type": "integer"
},
"latency_ms": {
"type": "integer"
},
"tokens_out": {
"type": "integer"
}
}
},
"version": {
"type": "string"
},
"confidence": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"disclaimer": {
"type": "string"
},
"request_id": {
"type": "string",
"description": "Server-generated UUID for this execution."
},
"generated_at": {
"type": "string",
"description": "ISO 8601 timestamp (UTC)."
},
"perspectives": {
"type": "array",
"items": {
"type": "object",
"required": [
"role",
"stance",
"sentiment",
"headline",
"reasoning",
"top_concern",
"top_appeal"
],
"properties": {
"role": {
"type": "string",
"maxLength": 60,
"minLength": 1
},
"stance": {
"enum": [
"positive",
"mixed",
"negative",
"indifferent"
],
"type": "string"
},
"headline": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"reasoning": {
"type": "string",
"maxLength": 900,
"minLength": 1
},
"sentiment": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"top_appeal": {
"type": "string",
"maxLength": 300
},
"top_concern": {
"type": "string",
"maxLength": 300
}
},
"additionalProperties": false
},
"maxItems": 8,
"minItems": 3
},
"failure_modes": {
"type": "array",
"items": {
"type": "object",
"required": [
"description",
"likelihood"
],
"properties": {
"likelihood": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"description": {
"type": "string",
"maxLength": 300,
"minLength": 1
}
},
"additionalProperties": false
},
"maxItems": 10
},
"input_integrity": {
"type": "object",
"required": [
"status",
"notes"
],
"properties": {
"notes": {
"type": "string",
"maxLength": 300
},
"status": {
"enum": [
"clean",
"suspicious"
],
"type": "string"
}
},
"additionalProperties": false
},
"subject_summary": {
"type": "string",
"maxLength": 600,
"minLength": 1
},
"controversy_score": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"key_uncertainties": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300,
"minLength": 1
},
"maxItems": 10
},
"likely_objections": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300,
"minLength": 1
},
"maxItems": 10
},
"overall_sentiment": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"market_implications": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300,
"minLength": 1
},
"maxItems": 10
},
"negative_probability": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"positive_probability": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"recommended_adjustments": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300,
"minLength": 1
},
"maxItems": 10
},
"likely_positive_reactions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300,
"minLength": 1
},
"maxItems": 10
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-11 19:20Z
- Last indexed by Roundhouse
- 2026-09-25 12:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 20:16Z
- x402 version
- 2
- Max timeout
- 120s
- 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. 14 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 ReactionPulse 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=ReactionPulse' 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://reactionpulse-production.reactionpulse-x402.workers.dev/v1/reaction, 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.