pyserum icon indicating copy to clipboard operation
pyserum copied to clipboard

place order always creates a new account for wrapped token

Open quazzuk opened this issue 4 years ago • 4 comments
trafficstars

if I create an account with a balance of wrapped sol and pass it into the place_order call as the payer argument the call still creates, initialises and closes a temporary account. Is this the intended behaviour? It's different from serum-ts

quazzuk avatar Nov 19 '21 14:11 quazzuk

Wondering about this as well. After the new 'quote wallet' when I try to place an order it goes through and the Solana Explorer shows an error: invalid program argument

jaimindp avatar Dec 22 '21 03:12 jaimindp

When creating my exchanger, I noticed that the "SOL/USDT" quote is actually produced using a Wrapped SOL token. I think this is due to the fact that the Solana coin itself is not a token and is difficult to trade in such a case.

Skadi0h avatar Feb 05 '22 20:02 Skadi0h

To implement my liquid exchanger with the attraction of other funds, I also had to wrap SOL accounts

Skadi0h avatar Feb 05 '22 20:02 Skadi0h

all markets directly related to SOL are special because it is impossible to trade without an additional liquid account, it is necessary to wrap SOL. Correct me if this is not true

Skadi0h avatar Feb 05 '22 20:02 Skadi0h