Personas
LumenBazaar serves multiple audiences. Each audience needs a different path through the docs.
Seller
A seller owns an API, model endpoint, data service, or MCP tool and wants to charge per call.
Seller needs:
- Simple middleware.
- Resource metadata helpers.
- Pricing configuration.
- Testnet onboarding.
- Settlement receipts.
- Dashboard visibility.
Seller reading path:
Buyer
A buyer is a developer, app, wallet, or automation service that wants to call paid resources.
Buyer needs:
- Resource discovery.
- Price and schema inspection.
- Payment authorization.
- Retry helper.
- Receipts and error handling.
Buyer reading path:
AI Agent Developer
An AI agent developer needs agents to find paid tools and call them safely.
Agent needs:
- MCP-compatible discovery tools.
- Deterministic tool schemas.
- Machine-readable errors.
- Budget controls.
- Receipts.
Agent reading path:
Operator
An operator runs the facilitator, discovery index, MCP server, worker, frontend, docs, and monitoring.
Operator needs:
- Docker setup.
- Environment configuration.
- Network support.
- Monitoring.
- Key management guidance.
- Maintenance docs.
Operator reading path:
Contributor
A contributor implements scoped tasks across frontend, backend, contracts, or docs.
Contributor needs:
- Clear repository ownership.
- Small issues.
- Acceptance criteria.
- Test requirements.
- Pull request expectations.
Contributor reading path:
Reviewer Or Funder
An SCF or Drips reviewer needs evidence that the project is real and useful.
Reviewer needs:
- Working testnet demo.
- Mainnet deployment plan.
- Public repositories.
- Clear milestones.
- Test results.
- Conformance reports.
- Security posture.
- On-chain metrics.
Reviewer reading path:
- Project Positioning
- Problem And Goals
- Architecture Overview
- Milestones
- Metrics
- SCF RFP Proposal
- Conformance Report Template
Security Auditor
A security auditor reviews facilitator logic, catalog trust, MCP budget controls, contract behavior, operations, and evidence.
Auditor needs:
- Trust boundaries.
- Threat model.
- Stable error codes.
- Contract guarantees.
- Generated references.
- Test evidence.
- Incident procedures.
Auditor reading path:
- Trust Model
- Threat Model
- Audit Readiness
- Facilitator API Reference
- Upto Session Contract
- Generated References
- Incident Response
Path Maintenance
Update this page whenever:
- New guides are added.
- API or contract references move.
- Mainnet support becomes live.
- SDK packages move to a dedicated repository.
- New reviewer or operator evidence pages are added.