Crypto.org Chain (CRO) wallet isn't accounting for auto claimed rewards when staking additional CRO.
C
Compatible Boa
When adding CRO to an existing stake, any CRO rewards earned from that stake are automatically claimed and returned to the wallet as part of the transaction.
Koinly doesn't seem to be tracking these auto rewards. It correctly creates a withdrawal transaction for the CRO staking fee, but does not create a deposit for the auto reward.
This causes the API value and the calculated value to diverge over time.
Edit:
As an example, see this random transaction showing the problem: https://crypto.org/explorer/tx/24FC700D601BB2F9C3AD7E983AE5DF17B0A021DCCBB9A88F495EBF16A3AEFABA
Note how there's the fee (0.0002 CRO), the amount delegated (9.21132838 CRO), and the auto claimed rewards (0.00014328 CRO). It's the latter that isn't being properly accounted for.
I
Imaginative Dingo
Also I have this issue
O
Orchid Wren
Interestingly enough, I am seeing a similar issue. However, it's not the auto claimed rewards that are not showing up, it's the new delegation transaction that is missing.
Y
Yacht club Swallow
+1. These are features that are available on most cosmos block chains as well.
R
Required Goat
For koinly devs:
Auto claims are also part of Undelegate and Redelegate transactions, not only Delegate!
R
Required Goat
For those looking for an easy workaround, I created a script that creates a koinly-compatible CSV file.
Open the crypto.org/explorer and paste it into the developer console.
(In firefox: Right click -> inspect. Then press Escape to open the console at the bottom).
Don't forget to add your address at the top of the script inside the double quotes.
It will use the explorer API to fetch all of your transactions and then process them into a CSV file that will automatically be downloaded when it's done. Import that file into your koinly wallet. (Import it into a second koinly wallet if you want to try it first). For me it detected duplicates with existing transactions fine (leave time zone in autodetect and make sure you have the 'tag deposits as' configured the same as in the API settings. By default that one is empty!).
J
Jonquil yellow Toucan
Same here. Would be lovely if this could be fixed.
J
Jonquil yellow Harrier
Can confirm I'm having the same issue.