You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way for an owner to sign for a safe transaction without the need of other owners to be loaded.
Other owners can load the signature for the transaction and add their own signature.
Once there are enough signatures for the transaction to be executed, an owner can submit the execution transaction to the network.
So the general idea is:
One of the owners creates a proposed safe transaction and passes it to the next owner.
The next owner signs for it and passes the transaction + their signature in a bundle.
Repeat 2 until enough signatures are gathered in the bundle (≥ threshold)
One of the owners submits the execution transaction for the proposed transaction along with the needed signatures.
(The owner that created a proposed safe transaction could also sign for it themselves as a step number 1.5)
Background
Currently, the owners need to share their keys on the same machine which defeats the purpose of a multisig wallet.
The text was updated successfully, but these errors were encountered:
What is needed?
A way for an owner to sign for a safe transaction without the need of other owners to be loaded.
Other owners can load the signature for the transaction and add their own signature.
Once there are enough signatures for the transaction to be executed, an owner can submit the execution transaction to the network.
So the general idea is:
(The owner that created a proposed safe transaction could also sign for it themselves as a step number 1.5)
Background
Currently, the owners need to share their keys on the same machine which defeats the purpose of a multisig wallet.
The text was updated successfully, but these errors were encountered: