Voting Mechanism

Botto utilizes a voting mechanism to train the algorithm that creates its images. Every week, 350 new images (called fragments) are presented to the community. Individuals from the community independently vote on the works, indicating their conviction that a work qualifies as art and should become a permanent part of Botto's oeuvre.

Votes take place on the Botto application, found on app.botto.com. Before being able to vote, participants are required to stake Botto's governance token, $BOTTO, or hold one of several available collectibles (see Access Passes page).

Voting Points (VP)

Voting Points (VP) are used by community participants to vote on their favorite fragments. VP are comparable to an off-chain, non-transferrable token connected to your wallet. VP are generated by staking $BOTTO tokens, providing BOTTO-ETH liquidity on Uniswap and staking the LP tokens, or holding an Access Pass or Pipe.

VP Generation

In June 2024 BIP-51 was passed by the DAO ending the ability to accumulate unused VP generated over time.

VP generate at the beginning of a round as long as you have your $BOTTO or LP tokens staked, or hold an Access Pass or Pipe. Any available VP amount at the end of a round resets, and the new amount is generated for the following round.

Any $BOTTO staked after a round begins generates a prorated amount of VP for the round. Access Passes, Pipes and other VP generating collectibles do not generate VP mid-round.

Unstaking before the round ends disqualifies the user from any undistributed Active Rewards, removes their votes of that given round, and removes remaining VP of that given round. They will still be able to claim rewards that were previously credited to their wallet but have not yet been claimed. This is an anti-sybil measure.

The generation formula for $BOTTO staking VP is as follows:

VPper round=BOTTOtokensStaked×(%ofRoundRemaining100)VP_{\text{per round}} = BOTTO_{\text{tokensStaked}} \times \left(\frac{\text{\%}_{\text{ofRoundRemaining}}}{100}\right)

​To reduce volatility in VP regeneration for staked liquidity providers, a revised regeneration formula for VP has been implemented with BIP-53:

VPperRound=LPtokensStaked×200×(%ofRoundRemaining100)VP_{\text{perRound}} = LP_{\text{tokensStaked}} \times 200 \times \left(\frac{\%_{\text{ofRoundRemaining}}}{100}\right)

Straightforwardly, this means that staked liquidity providers generate a fixed amount of 200 VP per round per LP token staked.

For LP tokens, you used to earn VP equal to the equivalent of the entire value of the LP position in $BOTTO. So for the formula above, the totalStakedwas:

totalStakedLPs=LPTokensLPpriceinBOTTOtotalStaked_{LPs}={LP Tokens}*{LP price in BOTTO}

This formula has been deprecated due to unpredictable behavior in VP generation due to volatile price swings. Update 07/03/2023 (DD/MM/YYYY).

VP generation for Access Passes or Pipes is detailed on this page.

Voting Mechanism

Voting Page

Botto's voting page displays two art fragments. The voter is required to choose which of the two art fragments is their preferred one. They can also choose to skip if they really don’t like either one, however even finding a preferable element or characteristic can be good for training.

Pieces are given a score for the proportion of how often they are picked:

scoreviews<10=100score_{views<10}=100
scoreviews>10=(uniqueVotes/views)100score_{views>10}=(uniqueVotes / views ) * 100

80% of the time, the voting mechanism will show a fragment with a top score

20% of the time it will show a low score to ensure they still have a chance to be seen and maintain variety

The score of 100 if seen less than 10 times ensures all pieces have a fair chance of being seen and selected before getting a lower score. It also means that the best time to see all the new pieces, and the greatest diversity, is at the beginning of the voting round.

If a fragment is not viewed 10 times at the end of the round, it will have its score calculated regardless before the weekly cull is processed.

Voting Pool Fragments Cull

At the end of each voting round, 349 fragments with the lowest VP in the Period are removed from the voting pool. With the weekly mint removing another fragment, the resulting voting pool size is maintained at 1,050 fragments.

The cull mechanism aims to reduce the size of the fragment pool in order to improve the voting experience and engagement.

BIP-17 Changed the cull from Raw (True) Score to VP in December 2022

Weight Mechanism

Users are able to adjust the weight of their votes by using the slider at the bottom of the voting screen

Continue to the Leaderboard page to learn about boosting your favorite fragments and viewing top contributors.

Last updated