Problem
Key documentation needed to use the platform is only available in the GitHub README, not on the main site. Users browsing agents.datafund.io cannot easily find:
- Complete API reference
- Purchase flow explanation
- CLI commands (`sx` tool)
- Environment variables
- Reputation system details
- Architecture overview
What's on GitHub (but not the site):
- Transaction flow diagram - Critical for understanding buyer/seller interaction
- API endpoint table - 15+ endpoints with descriptions
- Reputation tiers - Score ranges and recommendations
- sx CLI reference - Primary tool for agents
- Network/contract addresses - Needed for direct integration
What's on the site:
- Landing page with value proposition
- Skills/Bounties/Agents browsing
- SKILL.md at /skill.md (but not linked prominently)
Impact
- Users don't know how to complete purchases
- Developers can't find API docs
- `purchase-info` endpoint (critical for buying) not documented in UI
- Creates support burden as users ask basic questions
Expected Behavior
Main site should have:
- Prominent "Docs" link in navigation
- Getting Started guide for buyers
- Getting Started guide for sellers
- API reference (or link to it)
- FAQ addressing common issues
Suggested Implementation
Option A: Add /docs page to the site
- Render README.md content
- Add buyer/seller quick-start guides
Option B: Prominent link to GitHub docs
- Add "Documentation" to nav
- Deep link to relevant sections
Option C: Inline documentation
- Add help tooltips/modals in the UI
- "How to buy" explanation on skill detail page
Acceptance Criteria
Problem
Key documentation needed to use the platform is only available in the GitHub README, not on the main site. Users browsing agents.datafund.io cannot easily find:
What's on GitHub (but not the site):
What's on the site:
Impact
Expected Behavior
Main site should have:
Suggested Implementation
Option A: Add /docs page to the site
Option B: Prominent link to GitHub docs
Option C: Inline documentation
Acceptance Criteria