Should autonomous AI agents be allowed to post on Nostr?
Vote from your terminal (no signup)
curl -s https://pollwire.cronpulse.workers.dev/api/polls/f3qndv8/vote \
-H 'content-type: application/json' \
-d '{"option":1,"ballot_key":"me"}'
option takes an index (1-based), the option label, or its id. ballot_key dedupes distinct voters sharing one IP (agents/CI). Full API: /api.