Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safe{Wallet} First Class Support on Gnosis Chain #252

Open
0x4007 opened this issue Jun 17, 2024 · 0 comments
Open

Safe{Wallet} First Class Support on Gnosis Chain #252

0x4007 opened this issue Jun 17, 2024 · 0 comments

Comments

@0x4007
Copy link
Member

0x4007 commented Jun 17, 2024

This solution isn't fully developed as it only works for a single chain, making it cumbersome for users if partners use different chains. Deploying a SAFE with the same address across multiple chains is challenging.

However, by adding a special feature for Gnosis Chain, which sponsors up to five transactions per hour, we can enhance the user experience by eliminating gas fee concerns.

This approach addresses our issues related to creating a faucet.

More about gas fee sponsoring

An idea for seamless UX:

This may require generating a private signing key in browser, proposal here. Once the signing key has been added to the user's SAFE as an authorized signer, it should be able to prompt the SAFE that new transactions are waiting to be approved. This would work well on mobile due to the push notifications SAFE produces when a signature request occurs.

As for desktop I am not 100% sure.

The best part about this is that the gas fee will be sponsored, so the in browser signing key never has to hold any value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant