From fe6bd6736eb3493fd4d831611f52a61ce2d2cc61 Mon Sep 17 00:00:00 2001 From: landonMutch Date: Fri, 3 Mar 2023 13:39:30 +0900 Subject: [PATCH] add header labels --- 69.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/69.md b/69.md index f7fc31d0..7e420908 100644 --- a/69.md +++ b/69.md @@ -1,5 +1,7 @@ # Poll event +`draft` `optional` `author:toadlyBroodle` + A poll note is a [nostr event](01.md) (kind `6969`) for conducting paid polls. A poll presents two or more voting options, which participants my vote on by sending regular [zap events](57.md) which include an additional `poll_option` vote tag. Poll results may be blinded, until after users have voted. Polls may specify a `closed_at` time, after which results should be unblinded, closed to new votes, and the tally considered final. Poll options may be tallied by either satoshi `value` or vote `count`. Polls may additionally specify a `consensus_threshold`. ## Purpose