import {Link} from "react-router-dom"; import Button from '@material-ui/core/Button'; import React, {Fragment} from 'react'; import Card from '@material-ui/core/Card'; import CardContent from '@material-ui/core/CardContent'; import Typography from '@material-ui/core/Typography'; const HowVotingWorks = (props) =>
How voting works
Any wallet with SNT can vote When a poll is created a snapshot is taken of every wallet that holds Status Network Tokens (SNT).
You don't spend your SNT! Your wallet gets one voting credit for every SNT it holds. To cast your vote, you sign a transaction, but you only spend a small amount of ETH for the transaction fee.
Your vote counts Most votes when poll ends wins! Multiple votes cost more to prevent whales from controlling the vote
; export default HowVotingWorks;