Emergency Multisig Quorum Adjuster
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 Emergency Multisig Quorum Adjuster enables secure adjustment of quorum thresholds for emergency multisig operations. It reads comprehensive state from multisig and quorum contracts including current quorum threshold, proposed quorum threshold, quorum adjustment history, adjustment eligibility, adjustment windows, adjustment delays, emergency status, emergency windows, signer addresses and weights, total signers, required approvals, execution delays, timelock state, platform fees, and pending adjustments. Users can adjust quorum using multiple methods: adjustQuorum with delay and emergency params, setEmergencyQuorum for emergency-only adjustments, updateQuorumThreshold with force option, or configureQuorum with full parameter control. The tool displays current quorum, signers, eligibility, emergency status, and adjustment windows, providing full visibility before modifying critical security parameters.
HOW TO USE
Connect your Web3 wallet and paste the multisig/quorum contract address. The tool never hardcodes addresses—you specify the contract you're vouching for. Select the adjustment method, enter the new quorum threshold, set the adjustment delay in seconds, and choose emergency status (Normal or Emergency). Optionally provide custom adjustment data. Check "Approve token spending" to handle approvals automatically or "Force adjustment" to bypass eligibility checks. Click "Fetch quorum state" to view current quorum, total signers, required approvals, adjustment eligibility, emergency status, adjustment window, execution delay, platform fee, and the full list of signers. Review the displayed quorum and signer list carefully—changing quorum requirements affects how many signers are needed to execute emergency operations. Click "Adjust quorum" to submit the adjustment transaction. Transaction status, gas costs, and confirmation are displayed upon completion.
MECHANICAL ADVANTAGE: COMPREHENSIVE QUORUM STATE AGGREGATION WITH SIGNER DISCOVERY
Unlike hardcoded quorum tools that only show the current threshold, this tool fetches eight different state variables in parallel using Promise.all with individual error boundaries, ensuring that a revert in one view function doesn't prevent retrieval of other critical metrics. The tool automatically discovers all signers by iterating through signer indices until it hits empty entries (capped at 20 for performance), displaying addresses for complete transparency before adjusting quorum. The tool dynamically selects the appropriate adjustment method based on user input—adjustQuorum with delay and emergency, setEmergencyQuorum for emergency-only, updateQuorumThreshold with force, and configureQuorum with full control. Gas estimation factors in adjustment method complexity, and the tool uses receipt.effectiveGasPrice post-transaction for accurate cost reporting rather than relying on the pre-EIP-1559 gasPrice cap. Emergency status, adjustment windows, and delay periods are displayed prominently, enabling informed quorum management.
WHAT IT CANNOT SEE
This tool cannot verify that the multisig wallet contract or quorum contract is legitimate or has not been compromised. It cannot detect if the quorum parameters have been manipulated or if the contracts have been upgraded or modified. Adjustment may not execute at optimal gas price due to network conditions or succeed if the contract is paused or frozen. The tool cannot recover funds if execution fails due to contract bugs or insufficient approval. It cannot verify that adjustment parameters are valid, predict gas prices during congestion, or detect if the adjustment has been front-run. The tool cannot ensure that the adjustment will be approved, provide legal or security advice, guarantee that the new quorum is appropriate, verify the correctness of the quorum calculation, ensure that all conditions for adjustment are met, or track adjustment status outside of the tool. Quorum adjustments are critical security operations—changing thresholds affects multisig governance and emergency response capability.
PLEASE NOTE
This tool operates on EVM-compatible chains only. It reads from and writes to multisig and quorum contracts but provides no legal or security advice. All quorum adjustment decisions remain your responsibility. Always verify contract addresses, quorum values, and adjustment parameters before submitting transactions. The tool displays current state but does not automatically adjust—you must review and confirm each transaction through your wallet. Gas costs vary by network conditions; the tool estimates but cannot guarantee optimal pricing. Quorum adjustments may be subject to delays and approval requirements—ensure you have the necessary permissions and approvals before attempting adjustment. Understanding the quorum calculation and its impact on multisig operations is essential before making changes.