A Quote is a response to a Listing — it represents a pricing offer from a trading partner. Unlike listings, quote content is end-to-end encrypted (NIP-44) so only the two parties in the conversation can read it. The encryption key is derived from the sender’s private key and the recipient’s public key, meaning no node or third party can decrypt the content. Kind:Documentation Index
Fetch the complete documentation index at: https://docs.seminode.com/llms.txt
Use this file to discover all available pages before exploring further.
2014
When publishing a quote, clients MUST republish the original Listing to the node URL specified in the listing’s
"r" tag. Because listings are replaceable events (kind 31001), the node may no longer have the original version. Republishing it preserves the thread’s reference to the root listing.content field of the event. Upon retrieval it is decrypted by the recipient.
Quote Tags
- Quotes SHOULD copy the listing tags over.
- Quotes MUST generate a thread_id
"h"if not present — see Threads. - Quotes MUST set the recipient
"p"tag to the listing event’s Author pubkey. - Quotes MUST be published to the listing’s
"r"tag inbox node URL, as well as the sender’s inbox node.

