-
Notifications
You must be signed in to change notification settings - Fork 34
Add provider SLA badge data to catalog responses #72
Copy link
Copy link
Open
Labels
Stellar WaveIssue proposed for the Drips Stellar Wave programIssue proposed for the Drips Stellar Wave programarea: apiAPI serviceAPI servicearea: webWeb and wallet experienceWeb and wallet experiencecomplexity: highExpected high implementation complexityExpected high implementation complexitydrips-candidateCandidate for a Drips Stellar WaveCandidate for a Drips Stellar WaveenhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
Stellar WaveIssue proposed for the Drips Stellar Wave programIssue proposed for the Drips Stellar Wave programarea: apiAPI serviceAPI servicearea: webWeb and wallet experienceWeb and wallet experiencecomplexity: highExpected high implementation complexityExpected high implementation complexitydrips-candidateCandidate for a Drips Stellar WaveCandidate for a Drips Stellar WaveenhancementNew feature or requestNew feature or request
Why this matters
Query402 is easiest to evaluate when reviewers can see why one provider is safer or more reliable than another before paying for a query.
Scope
Extend provider catalog data with lightweight SLA badge fields derived from existing static metadata:
latencyBandsuch asfast,standard,slow;reliabilityBandsuch asdemo,fallback,live;paymentModesuch asdemo,x402, orsponsoredwhen known;Suggested files:
apps/api/src/lib/pricing.tsapps/api/src/routes/public.tspackages/shared/src/schemas.tsapps/web/src/App.tsxor provider card component if split out.Acceptance criteria
/api/catalogor/api/providersexposes the badge metadata consistently.Not verifiedor equivalent badge.Wave complexity
High - improves provider diligence and paid-query selection confidence.