Cover Protocol Claim Assessment 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 Cover Protocol Claim Assessment Tool provides a comprehensive, read-only view of insurance claims submitted to cover protocols. You specify the cover protocol contract address and a claim ID. The tool retrieves and displays all relevant data — claim details (claimant, amount, description, status, submission time, assessment deadline), policy information (coverage amount, premium, start and end dates, active status), incident reports (incident ID, details, reported timestamp, verification status), claim assessment (risk score, recommended payout, assessment notes), and voting data (approve/reject/abstain counts, quorum). This provides a complete picture of a claim for assessment purposes.
HOW TO USE
Connect your EVM wallet and select your network. Enter the cover protocol contract address and the claim ID you want to assess. Click "Assess claim" to retrieve all claim-related data. The tool displays the results in a structured format, including policy details, incident reports, assessment scores, and voting breakdowns. This is a read-only tool — it does not execute any transactions or modify the claim status.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool interacts with a cover protocol contract that implements claim management functionality. The getClaim() function returns the claim's claimant, amount, description, status, timestamp, and assessment deadline. The getPolicy() provides the claimant's policy details — coverage amount, premium, start and end dates, and active status. The getIncidentReport() retrieves incident information including a unique incident ID, details, reported timestamp, and verification status. The getClaimAssessment() returns the risk score (0-100), recommended payout, and assessment notes. The getClaimVotes() provides the current vote counts for approve, reject, abstain, and the quorum required. All data is read from the contract using view functions, ensuring zero gas costs and no state changes. This provides a transparent, accessible way to review claims before making assessment decisions.
WHAT IT CANNOT SEE
The tool cannot verify off-chain incident authenticity or guarantee claim assessment accuracy. It does not validate that the incident actually occurred, that the evidence is authentic, or that the claim is legitimate. It cannot detect if the policy terms have changed or if the claimant is eligible. It does not provide financial advice or ensure that the assessment is correct. The tool also cannot predict the outcome of voting or the final decision on the claim.
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. The tool is read-only and does not require gas for operations. All data is provided as-is from the contract — verify the contract address and claim ID before relying on the results. The tool is provided free and as-is; users assume full responsibility for interpreting the assessment data.