Developers:
This is all you would need to do to unleash and tap into this market:
REQ kinds: [31990], "#k": ["5300"]
Show the resulting list of DVMs to your users (that's just NIP-89, so the description of the DVM will be a kind0-like `.content`)
Let your users choose one (or they can preselect one via NIP-89's kind:31989)
Send a EVENT kind: 5300, tags: [ [ "p", "dvm-pubkey" ] ]
Display the resulting 6300 event's `.content` which will be a list of "e" tags:
JSON.parse(event6300.content) // [ ["e", "123" ], ["e", "456" ] ]
Painfully simple but powerful, and with clients implementing this developers will start creating all kinds of crazy long-tail algorithms!
