# Cointracker

## Download CSV

* Select `cointracker` in the download CSV prompt.

## Import CSV

* Go to <https://www.cointracker.io/add_wallet>
* Enter "csv" into search  and click the "Import from CSV" button that shows up.
* Finish import according to instructions.

## Notes

####

#### Omitted transactions

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

####

#### Can I import CSV multiple times?

Multiple imports causes duplicates on cointracker.  To remedy, there are two options:

* Option 1
  * Edit CSV (i.e. google sheets), such that only new transactions exist. &#x20;
  * Upload edited CSV
* Option 2
  * Delete all transactions for the previous import(s)
    * (see Wallets tab [here](https://help.cointracker.io/en/articles/3104969-how-to-remove-an-exchange-wallet#:~:text=To%20remove%20the%20wallet%2Fexchange,the%20wallet%2C%20select%20Delete%20Wallet.)).
  * Upload full CSV again&#x20;

I strong prefer option 1 because you are free to edit old transactions.  In option 2, edits on old transactions would be lost on re-import.

####

## Reference

* CSV format conforms to guide at <https://help.cointracker.io/en/articles/5172429-converting-transaction-history-csvs-to-the-cointracker-csv-format>

## Change Log

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


---

# 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/cointracker.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.
