# Cryptio

## Download CSV

* Select `cryptio` in the download CSV prompt.

## Import CSV

* Go to <https://app.cryptio.co/imports>
* Select +Import button
* In Search bar, enter any text (i.e. "Terra") -> choose Custom
* Under Import Custom window, follow prompts to upload CSV.

That's it!

## Notes

#### Omitted transactions

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

**Inspecting Errors for Upload**

Under <https://app.cryptio.co/imports> , Status=Error means the upload failed.  To view errors:

* Click row with Status=Error
* Scroll and find "Download error report"
* Open this CSV and inspect Error column.

**"Unknown incoming/outgoing asset" Error**

When viewing error csv, this is a common error due to lack of support to identify lesser-known cryptocurrencies or NFTs.  To remedy:

* Search <https://app.cryptio.co/assets> using Filter button. &#x20;
* If asset found, find the "Unique Symbol" and send report to <support@stake.tax> or <https://github.com/hodgerpodger/staketaxcsv/issues>. &#x20;
  * Code changes can be made to fix the CSV so that this error can be resolved.
* If no asset found, may need to contact cryptio to resolve.

## Reference

* <https://intercom.help/cryptio-support/en/articles/5792796-can-i-import-transactions-using-a-csv>

## Change Log

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