Join Nostr
2026-01-14 06:09:18 UTC

samuelralak on Nostr: ...

https://www.apolloqa.org/questions/1f959c24-780e-4a01-9e51-2974b3e3f850?eventId=802a4d4224dbba379a3a0f8207644486c5004b8dc6631233039195a36a5875d9
I am building Apollo Q&A, and have drafted a specification for the event structure. Looking for feedback before finalizing.

The spec defines five event kinds (questions, answers, suggested edits, bounties, answer requests) and covers:

- Question status lifecycle (open -> locked -> closed -> archived)
- Edit suggestions with co-authorship
- Sats-based bounties for incentivizing answers
- Permission model for locked/restricted questions

Where possible, it references existing NIPs (NIP-25 for voting, NIP-22 for comments, NIP-09 for deletion) rather than creating custom kinds.

Full specification: [APOLLO NIP STRUCTURE](https://github.com/samuelralak/apollo/blob/main/APOLLO_NIP_STRUCTURE.md)

What's missing? What would you change?