Any plans to develop a Browser Extension Wallet like MetaMask, but for Safes?

How could this work?

Basically the same way as the MetaMask extension:

  1. Add/Create EOA to the wallet.
  2. Add/Create SAFE contract address (with the Owner from the previous step).
  3. On any website, which supports connecting MetaMask, the user can select SAFE as the connected account. Basically, the eth_requestAccounts would return the address of the SAFE.
  4. Later, when a transaction should be sent to any contract from the website, the extension wraps the Tx Input Data and creates the Tx Proposal, and after all participants have confirmed the Tx, it will be sent directly to the SAFE (execTransaction).

The team could fork MetaMask to add those features, or maybe try to collaborate with the MetaMask team, or any other wallet, like Rabby Wallet.

Then the gnosis-safe.io/apps would be redundant, as the user could go directly to the websites, like 1inch Network, and execute transactions from the original sites.

Will this work?

Yes, I already use this approach for the 2FA transactions, but with the CLI tool. I’ve written an article about this: Ethereum: 2FA or Multi-Factor Authentication for transactions

With the CLI tool, I install any validated contract in etherscan locally and call WRITE methods with the SAFE account, and the tool performs exactly the 4th step - creates the Tx Proposal, waits until I confirm the Tx in Gnosis Safe App, and then sends the Tx to the SAFE (execTransaction).

I know WalletConnect supports Gnosis Safe, but they are also limited to whitelisted applications.

So, it would be great to see the Safe Wallet Extension for browsers someday. Do the Team and the Community have any considerations and thoughts regarding this topic?

4 Likes

You can already add a Safe as an account in Rabby and there might be similar integrations with Metamask and others in the future. But I agree, there might also be value of having a dedicated browser extension for Safe, optimising the UX around Safe accounts.

I am personally not a big fan of browser extensions (compatibility issues with different browsers and other UX and security concerns). But there is probably a sizeable amount of users that would like to use something like this. At this point there are no concrete plans from the Safe core team to develop a browser extension, but I’d love to see another team seize that opportunity.

4 Likes

Thanks, indeed Rabby had this feature implemented and it works really well. I’ve missed this.

1 Like

We’re planning to do a lot of mobile Safe dev for real-world merchants in 2023 (context is Kolektivo expanding to a handful of LatAm jurisdictions and needing additional features to support merchants). Not exactly the same thing but I would highlight there is a real-world userbase that would benefit from this kind of work.

3 Likes