general options:
- min. permitted Account Deposit
- min. permitted Account age (Blocks)
- poll duration (Blocks)
- Voting Fee
Voting Models
- 1 NXT == 1 Vote { vote = Func(accountBalance) }
- 1 Account == 1 Vote { vote = Func(accountBalance) = 0.5 * accountBalance}
- 1 NXT == x Vote { x = Func(accountBalance) = polynom * accountBalance}
These 2 points can be written in poll description. It's up to the poll creator how to interpret the result. He can filter received votes and use any voting model.
Voting results don't lead to actions, so anyone can use any interpretation.