Create Account Fees on the JUP Governance Voting System

    Loading...
    Loading...
    Loading...
    Loading...

    Jupiter Governance Voting System

    • Every new vote involves the creation of one account to store data related to the vote
    • The Fee, which is determined by the size of the data to store, is 0.00169128 SOL
    • At current SOL price this fee is ~$0.24
    • When a user changes it's vote, they are NOT charged any additional CreateAccount fees

    Example of data stored in a vote account:

    {
        "parsed": {
            "name": "Vote",
            "data": {
                "proposal": "2c2Yg1E9BNQVxqg9ZpB2CTBa4GGT8CoeWH6JN7ZQ5FDw",
                "voter": "7mZz4EyhwZ8iXwpVfNz99ov963wxopdbhEXjMawFmZxc",
                "bump": 255,
                "side": 1,
                "votingPower": "1000000",
                "claimed": false,
                "buffers": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
            },
            "type": "account"
        },
        "program": "govern",
        "space": 115
    }
    
    db_img