# verify > Multi-chain verification with consensus. Use when user wants to verify a claim, validate information, or get high-confidence answers. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~verify:20260125012158 --- --- name: verify description: Multi-chain verification with consensus. Use when user wants to verify a claim, validate information, or get high-confidence answers. argument-hint: --- # Multi-Chain Verification Verify claim: $ARGUMENTS ## Execution ``` mcp__omega-nexus__omega_verify( claim="$ARGUMENTS", chain_count=3, early_exit_threshold=0.85 ) ``` For maximum precision (PL5): ``` mcp__omega-nexus__omega_verify( claim="$ARGUMENTS", chain_count=5, early_exit_threshold=0.95 ) ``` Then aggregate: ``` mcp__omega-nexus__omega_aggregate( outputs=, method="majority_vote" ) ``` ## Output Report: - Each chain's verdict and confidence - Aggregated consensus - Any dissenting views