OnlyVotes is a bribery app that gives Validators the right to sell themselves to the highest bidder. It includes a mechanism to tokenize the validator's vote, a verification mechanism upon proposal closure, and a kickback mechanism to refund the bribe and the validator's deposit in the case of a bad vote.
The application is composed of two contracts: Card Issuer Issuer of bribes, represented by NFTs.
Bribe NFT Bribe NFT contract that has simple functions for proxy voting, verification, and transferring.
The original idea behind this was to tokenize permissions to execute arbitrary actions, as it tokenizes the "right" to perform any action via AuthZ.
It is composed of two
This is built using the Abstract framework on top of CosmWasm.