# TokenTax

## Download CSV

* Select `tokentax` in the download CSV prompt.

## Import CSV

* Go to <https://app.tokentax.co/import>
* Click "Import Data" button
* Select CSV tab
* Follow instructions to upload the CSV

## Notes

**Omitted transactions**

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

**Can I import CSV multiple times?**

Multiple imports causes duplicates on TokenTax.  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)
    * <https://app.tokentax.co/import>
  * Upload full CSV again&#x20;

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

Email <support@stake.tax> if this guidance is outdated.

## **Reference**

* CSV format conforms to guide at: [https://help.tokentax.co/en/articles/1707630-create-a-manual-csv-report-of-your-transaction](https://help.tokentax.co/en/articles/1707630-create-a-manual-csv-report-of-your-transactions)s

## Change Log

<https://github.com/hodgerpodger/staketaxcsv/search?o=desc&q=tokentax&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/tokentax.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.
