monerium / js-sdk

Monorepo for the SDK, SDK providers, UI components and it's example apps.
2 stars 1 forks source link

Multiple signatures/transfers #68

Open fernandomg opened 11 months ago

fernandomg commented 11 months ago

I already asked this in the TG group but didn't get a response. I assume that that chat is used mostly to attend end-user demands; so I decided to move it here:

Is it possible to sign multiple bank transfers at once? I want to send to multiple IBANs at the same time, can I sign one single message that contains all those transfers?

Is it feasible right now?

If not, will it be possible in the future?

If not, how can I accomplish my goal of one-signature->multiple IBAN transfers?

Thank you!

einaralex commented 10 months ago

Hey @fernandomg, this is currently not possible and I don't think we'll implement it in the short term. We are currently handling trivial projects to ensure our product is rock solid for Gnosis Pay.

arnigudj commented 10 months ago

@fernandomg, thanks for asking and this would be the best place to ask at the moment for feature requests.

This feature has been on our whiteboard for some time now, and a few partners have requested it.

You need the signature for each order you place.

Send <CURRENCY> <AMOUNT> to <IBAN> at <TIMESTAMP>

We need to figure out the new format when you want to reuse the same signature for multiple orders.

At Monerium, we are using the ShapeUp methodology. So, every eight weeks, we conduct betting and select the things that we want to ship that matter. I'll ensure this feature is part of the following betting and bounce a few design ideas here.

fernandomg commented 10 months ago

Thank you!

To give context, we're working with the Gnosis Pay team too 🙌

This idea came when we were evaluating how to improve the UX, specifically, the "reduce the transactions/signatures count" topic.