Safeguards

Written By Bob Lee

Last updated 5 months ago

TorresmoCoin’s governance framework includes several layers of protection to ensure decisions remain secure, transparent, and community-driven. These safeguards address common weaknesses in purely DAO-based systems (low participation, whale dominance) and purely multi-sig models (centralization).

Community Veto

  • Any proposal that passes voting is subject to a Timelock delay (72–120h).

  • During this window, community members can exercise a veto.

  • If the opposing votes reach a defined threshold, the proposal is blocked from execution.

  • This ensures that harmful or rushed decisions cannot be pushed through.

Fallback Multi-sig

  • If governance fails to reach quorum for two consecutive rounds, a restricted Safe multi-sig gains temporary authority.

  • Multi-sig signers are community-trusted representatives.

  • Their actions are limited to predefined parametric ranges (e.g., fee toggling, technical settings).

  • All decisions from the multi-sig are still subject to the Timelock delay and remain vetoable by the community.

Emergency Guardian

  • A reduced multi-sig with strictly technical powers.

  • Authority limited to calling pause() on the contract in case of vulnerabilities, attacks, or network instability.

  • The pause lasts for a maximum of 72 hours and cannot alter economic parameters.

  • After this window, normal governance must decide how to proceed.


Why It Matters

These layered safeguards create a governance model that is:

  • Decentralized: no single party can dominate.

  • Resilient: governance continues even if participation drops.

  • Transparent: all actions are on-chain, auditable, and vetoable.

  • Secure: emergency response mechanisms exist without undermining decentralization.