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
Hi, I think there is an issue with the Coffin calculation
Right now only the direct deposits and withdraws to protocol is being scored for users. But if someone make a short position, there will an NFT item deployed for them that will borrow/supply on their behalf to manage the short position. So in this line, only the NFT item contract is being rewarded not the original owner of the NFT item.
PS:
It would be great if these two assets could be added in our supported tokens:
union all
select 'PEPE' as symbol,
'0:E63FFAC3F5E5CF4AF7A2C2F5C95C90F20AF44D01F0B02287E7B1445EB1298993' as asset_id,
'0:97cceec78682b97c342e08e344e3797cf90b2b7aae73abcf5954d8449dadb878' as jetton_address
union all
select 'BOLGUR' as symbol,
'0:5D12CB57CCA228F04A89E10F5629C18A94E8B4180CD2A8D5AB577AA80F7C6290' as asset_id,
'0:538d1d671a5c537516464921de5d8bdc903919737783c2ea73045873e5c0f1f9' as jetton_address
The text was updated successfully, but these errors were encountered:
Hi, I think there is an issue with the Coffin calculation
Right now only the direct deposits and withdraws to protocol is being scored for users. But if someone make a short position, there will an NFT item deployed for them that will borrow/supply on their behalf to manage the short position. So in this line, only the NFT item contract is being rewarded not the original owner of the NFT item.
An example of these NFTs:
https://tonviewer.com/EQAaxh_DTtotWtb6696WgbLec5LLmPV16uKyAgdoClJc6J5h
PS:
It would be great if these two assets could be added in our supported tokens:
The text was updated successfully, but these errors were encountered: