> For the complete documentation index, see [llms.txt](https://docs.stake.tax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stake.tax/devs/adding-csv-in-cosmos-based-ecosystem.md).

# Adding CSV in cosmos-based ecosystem

* Simplest way:
  * copy kyve/\* and report\_kyve.py  &#x20;
    * into \<NEWTOKEN>/\* and report\_\<NEWTOKEN>.py
  * Get following command working:

    <pre><code><strong>cd src
    </strong><strong>python3 staketaxcsv/report_&#x3C;NEWTOKEN>.py &#x3C;wallet_address>
    </strong></code></pre>

* Example commit that added BLD CSV: <https://github.com/hodgerpodger/staketaxcsv/commit/ff8af30b85ea4416504d043723e91f3edf5c7ee1>
