Mutual Insurance Pool Claim Vote Tool
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
The Mutual Insurance Pool Claim Vote Tool enables members of a mutual insurance pool to vote on submitted claims. You specify the pool contract address, claim ID, and your vote (approve, reject, or abstain). The tool reads the claim details — claimant, amount, description, current status, and vote counts. It also checks your membership status, voting power, whether you have already voted, the vote quorum, and the voting deadline. It then executes your vote on-chain, updating the claim's vote tally and triggering automatic payout if the claim is approved. This provides a transparent, democratic process for claim assessment.
HOW TO USE
Connect your EVM wallet and select your network. Enter the insurance pool contract address and the claim ID you want to vote on. Select your vote — Approve, Reject, or Abstain. Click "Preview vote" to see the claim details, your voting power, membership status, vote deadline, and whether you have already voted. If you are eligible and the vote is active, click "Cast vote" to record your vote on-chain. Progress is shown in real-time, and gas costs are calculated accurately using effectiveGasPrice.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool interacts with a mutual insurance pool contract that implements claim voting functionality. The getClaim() function returns the claim's claimant, amount, description, status, and vote counts for for, against, and abstain. The getMemberInfo() checks if the caller is an active member and returns their voting power. The getVoteQuorum() returns the minimum votes required for a claim to be decided. The getVoteDeadline() provides the cutoff time for voting. The hasVoted() function prevents double voting. The vote() function accepts the claim ID and vote type (0=abstain, 1=approve, 2=reject), updates the vote tally, and if the claim reaches quorum and passes, automatically triggers the payout to the claimant. This ensures that claims are assessed fairly by the pool's members.
WHAT IT CANNOT SEE
The tool cannot verify off-chain claim validity or prevent vote manipulation. It does not validate that the claim is legitimate, that the evidence is authentic, or that the claimant is eligible. It cannot detect if the voting process is being gamed or if the vote tally is being manipulated. It does not provide financial advice or ensure that the claim decision is correct. The tool also cannot recover votes once cast — ensure your vote is correct before confirming.
PLEASE NOTE
This tool is EVM-only and supports Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and Base. It does not support Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Only active pool members can vote. Votes are weighted by voting power, which may be based on pool contributions or other criteria. The voting deadline is enforced by the contract — votes after the deadline are not accepted. The tool is provided free and as-is; users assume full responsibility for their voting decisions.