This proposal allows you to coordinate signatures from multisig enabled accounts using SEP-0007 style payment requests, iff the accounts opt-in to use this protocol. This would need support from wallet developers.
- All signers on your multisig account will need to have a Stellar Account associated with their public key. Accounts that want to use this protocol should have a data field
multisig_uses_SEP-*
to indicate that multisig is enabled for this account using this proposal (the*
will be filled in once this is formalized into a SEP). - Signers will have a data field, ex:
multisig_coordinator
that specifies a domain (example:mymultisigservice.com
). The domain (mymultisigservice.com) will have astellar.toml
file that contains a fieldMULTISIG_ENDPOINT
that lists an endpoint like so:https://mymultisigservice.com/multisig
. This follows from [SEP-0001](https://github.com/stellar/stellar-protocol/blob/master/e