# Coinpanda

## Download CSV

* Select `coinpanda` in the download CSV prompt.

## Import CSV

* Go to <https://app.coinpanda.io/wallets>
* Select Add new wallet -> Add Custom Wallet
  * Enter any name
  * Follow UI to upload CSV

That's it!

## Notes

####

#### Omitted transactions

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

####

## Reference

* old version CSV format: <https://help.coinpanda.io/en/articles/3839226-how-to-import-csv-xlsx-files>
* newer version CSV format found on 7/5/23: <https://help.coinpanda.io/en/articles/3839231-import-of-generic-excel-file#h_c27dbc181b>
*

## Change Log

<https://github.com/search?q=repo%3Ahodgerpodger%2Fstaketaxcsv+blockpit&type=commits&s=committer-date&o=desc>


---

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