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