Seller Operations
Once your endpoint is live and settling payments, the seller dashboard at dexter.cash/sellers gives you visibility into how it's performing.
Seller Dashboard
Navigate to dexter.cash/sellers/{your-payTo-address} to see:
- Revenue chart — settlement volume over time (1D, 7D, 30D, 90D views)
- Activity heatmap — when your endpoints get traffic
- Stats — total volume, settlement count, unique buyers, last activity
- Resource list — all your endpoints with current verification grades
- Verification summary — aggregate pass/fail/inconclusive across your resources
- Live feed — real-time settlement activity
Profile Management
Click "Claim/Edit Profile" (requires wallet signature) to set:
- Display name and tagline
- Logo and banner images
- Description
- Category
- Social links (Twitter, Discord, GitHub)
- Documentation URL, demo URL, contact info
A complete profile improves trust signals in marketplace search results.
Monitoring Verification
Each of your resources is re-verified every 24 hours (12 hours for high-traffic endpoints). Track health through:
- Letter grade on each resource card (A+ through F)
- Verification history — past scores, notes, and any fix instructions the AI provided
- Consecutive failure counter — visible on the resource detail page
- Quality score trend — watch for regressions (20+ point drops trigger system alerts)
If a resource fails verification, the AI verifier provides fix_instructions explaining what went wrong. Common causes:
| Issue | Fix |
|---|---|
| Empty or error response | Check your server logs — the verifier made a real request |
| Generic boilerplate | Return specific data, not template text |
| Response too large (50KB+) | Trim unnecessary fields; the verifier flags "context bombs" |
| Endpoint unreachable | Confirm your server is running and the URL is correct |
Triggering Re-verification
Request an immediate re-check from the marketplace UI (click "Verify Now" on any resource) or via API:
There's a 1-hour cooldown between manual verifications. The resourceId is base64(payTo:resourceUrl).
Refund Exposure
Your verification score determines buyer refund eligibility:
| Your Score | Buyer Protection |
|---|---|
| 70+ | Full refund protection — buyers can claim refunds |
| 50-69 | Partial protection |
| Below 50 | No protection — but your resource also ranks poorly |
Maintaining a score above 70 is the threshold for full marketplace participation.
Embed Widget
Share a compact view of your seller profile anywhere with the embed widget at dexter.cash/embed/seller/{payTo}.