Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coffin Integration - Wrong calculation of users score #262

Open
MrNecroman opened this issue Nov 27, 2024 · 0 comments
Open

Coffin Integration - Wrong calculation of users score #262

MrNecroman opened this issue Nov 27, 2024 · 0 comments

Comments

@MrNecroman
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant