All Collections
Settings
Advanced
Why can't I add modules and transaction guards to my Safe via the UI?
Why can't I add modules and transaction guards to my Safe via the UI?

This articles describes the reasoning on why we currently don't provide an easy and convenient way to add modules and tx guards to Safes.

Tobias Schubotz avatar
Written by Tobias Schubotz
Updated over a week ago

The functionality of the Safe contracts can be extended via modules and via transaction guards.

You see an overview of enabled modules and transaction guards in the settings of your Safe. It is currently not possible to easily add a module or a transaction guard via the UI. Instead, direct contract interaction has to be used. Please refer to the respective help center articles to learn how:

Why does this inconvenience exist?

Both modules as well as transaction guards have a direct effect on the security of the Safe and all assets it holds.

  • A malicious module can potentially drain all assets from a Safe and/or change the owner structure.

  • A bad transaction guard can make a Safe unusable without a way to recover.

Currently, the scope of all actions that the UI currently supports in a nice way such as sending assets or changing the owner structure is relatively limited. The impact of a bad action is visible on the transaction review screens beforehand.

When enabling a module or a transaction guard this impact is not that easily displayable, since they can vary greatly in their nature. Besides, most modules require anyway a UI extension in order to be usable, for instance the spending limit module. Since a custom UI is required anyway, we think that this custom UI should be used to enable the module as well. The same is true for transaction guards.

Did this answer your question?