Depositing to and exiting from LPs on Solana aren’t recognised.
Say the pool is SOL/USDC, I’m thinking of editing the transactions as follows:
On deposit:
Mark SOL traded to NULL1
Mark USDC traded to NULL2
On exit:
Mark NULL1 traded to SOL
Mark NULL2 traded to USDC
In effect the NULL1 and NULL2 each act as half of the LP token.
Is there any reason why this could be wrong?
Thanks in advance.