Bribe Market Vote Seller
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Bribe Market Vote Seller is a governance tool that lets you commit your voting power to specific proposals on bribe markets in exchange for bribe payments. In protocols with vote-escrow (veToken) systems, bribe markets have emerged where parties offer incentives to veToken holders in exchange for votes on specific proposals. This tool connects you to bribe market contracts, reads available offers for active proposals, and allows you to sell your votes by committing your voting power to a proposal. The tool displays the bribe amount, the voting power you need to commit, and the effective rate (bribe per veToken), then executes the transaction to commit your votes and receive the payment in a single atomic operation.
HOW TO USE
Connect your EVM wallet via the BGWallet bridge. Enter the bribe market contract address, the proposal ID you want to vote for, the amount of voting power (veTokens) you want to commit, and optionally the bribe token address (leave blank for native token). Click "Preview Offer" to see your current voting power, the proposal ID, the bribe amount, your vote commitment, and the effective rate. Review the details carefully — ensure the bribe amount is acceptable for your voting power commitment. Click "Sell Vote" to sign and broadcast the transaction. The tool will commit your voting power and handle the bribe payment receipt in a single transaction, providing a transaction hash for tracking.
TECHNICAL MECHANISM
The tool reads your voting power from the veToken contract using `balanceOf(addr)`. It queries the bribe market contract for the current offer on the specified proposal using view functions like `getOffer(proposalId)` or `getBribe(proposalId)`. The bribe market contract stores the amount of bribe tokens available for votes on each proposal. When executing, the tool calls the bribe market's `vote(proposalId, amount)` or similar function, which: (1) records your vote commitment on-chain, (2) transfers the bribe payment to your wallet, and (3) notifies the governance contract of your vote. The entire operation is atomic — if the bribe payment fails, the transaction reverts and your vote is not committed. The tool also validates that you have sufficient voting power to commit.
WHAT IT CANNOT SEE
This tool cannot guarantee that the bribe payment will be received or that the vote will be counted if the bribe market contract changes or the proposal is canceled before voting closes. Bribe markets are third-party services that may have their own risks — the tool cannot verify the legitimacy of the bribe offer or the counterparty. Additionally, the tool cannot predict changes to the bribe market's parameters, such as reward rates or available bribe amounts, that may occur between preview and execution. Always verify the bribe offer details on the bribe market's official interface and be aware that participating in bribe markets may carry regulatory risks. This tool is an aid for interacting with bribe markets, not a guarantee of payment or vote counting.
PLEASE NOTE
EVM chains only. This tool relies on the BGWallet connector and will not function on Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. The user is responsible for ensuring the supplied bribe market address is correct and that the contract supports the vote selling interface. Bribe markets are often unofficial and may have different contract interfaces — check the specific bribe market's documentation. Users should be aware that vote selling may be subject to regulatory scrutiny and should consult legal advice before participating.