# Taxbit

## Download CSV

* Select `taxbit` in the download CSV prompt.

## Import CSV

* Go to <https://app.taxbit.com/add-transactions/sources>
* Select Import from CSV -> "Upload a generic CSV"
* Follow prompt to upload file.

That's it!  To view results:

* See "**Add Transactions**" (CSV Files) to confirm file upload.&#x20;
* See "**Transactions**" to see transactions imported (note: may need to wait a few minutes for this particular tab to update)

## Notes

**Omitted transactions**

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

**Can I import CSV multiple times?**

Duplicates are detected on Taxbit.  Users can either

* delete and reimport&#x20;
* only reimport &#x20;

Taxbit has a nice interface where both options are possible at <https://app.taxbit.com/add-transactions/sources> .

**Note**

Please note this is not an official guide for Taxbit.  Email <support@stake.tax> if this guidance is outdated. &#x20;

## **Reference**

* <https://taxbit.com/help/csv-import>
* <https://help.taxbit.com/hc/en-us/articles/360047756913-Importing-Transactions-Manually-with-a-CSV-File>

## Change Log

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

* 1/13/22 : Added Taxbit CSV


---

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