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
The UIcompares all received quotes from solvers and chooses the quote from the best solver. Once the user's deposit is confirmed, the UI requests the solver for a signed order. The signer has to send back a signed order that matches with quote given (within expiry). It is important that the returned order is exclusive to the user & the UI's executor (see code). This is important since the Cross Cats UIcan guarantee that the assets will be delivered through a UI controlled but user owned Bitcoin address.
534
+
The Order Server compares all received quotes from solvers and chooses the quote from the best solver. Once the user's deposit is confirmed, the Order Server requests the solver for a signed order. The signer has to send back a signed order that matches with quote given (within expiry). It is important that the returned order is exclusive to the user & the Order Server's executor (see code). This is important since the Cross Cats Order Server can guarantee that the assets will be delivered through a Order Server controlled but user owned Bitcoin address.
0 commit comments