# Crypto.com Tax

## Download CSV

* Select `cryptocom` in the download CSV prompt.

## Import CSV

* Sign in to <https://tax.crypto.com/>
* Go to Wallets & Exchanges tab and select "Add Wallet/Exchange+"
  * Search anything and choose "Other"
  * Enter Wallet/Exchange Name like "terra"
* Select Upload CSV
  * **Important: Choose UTC +00:00 time (any city)**
  * Follow UI to upload CSV.

## Common Errors

* **"Invalid currency code in csv report: ..."**&#x20;
  * tax.crypto.com is just missing a lot of currencies.  Not much can be done in terms of CSV import.  You will need to take this up with crypto.com support.
* **"Missing receiving wallet/exchange for the transfer transactions"**
  * You will need to manually mark these in tax.crypto.com UI.  Not much can be done in terms of CSV import, as there is no field for this.

## Notes

####

#### Omitted transactions

All transactions starting with underscore are omitted from the tax.crypto.com CSV (i.e. \_LP\_WITHDRAW).  This means these transactions must be imported into tax.crypto.com manually (or ignored where appropriate).

#### Can I import CSV multiple times?

Yes, though you will get "Duplicated transaction record" errors that you will need to ignore.

## Reference

* CSV format conforms to guide at <https://help.crypto.com/en/articles/5019792-data-import> .

## Change Log

<https://github.com/hodgerpodger/staketaxcsv/search?o=desc&q=cryptocom&s=committer-date&type=commits>

3/10/22

* Added tax.crypto.com CSVs to stake.tax


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stake.tax/export-csv-formats/crypto.com-tax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
