{"id":26665373,"url":"https://github.com/elsehow/tendermint-tax","last_synced_at":"2025-04-11T21:43:09.417Z","repository":{"id":65526345,"uuid":"443157358","full_name":"elsehow/tendermint-tax","owner":"elsehow","description":"Compute the fair market value (FMV) of staking rewards at time of receipt.","archived":false,"fork":false,"pushed_at":"2022-12-07T19:45:39.000Z","size":146,"stargazers_count":5,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-15T07:13:52.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsehow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-30T18:41:37.000Z","updated_at":"2023-08-24T01:14:37.000Z","dependencies_parsed_at":"2023-01-27T09:25:12.556Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/tendermint-tax","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Ftendermint-tax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Ftendermint-tax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Ftendermint-tax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Ftendermint-tax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/tendermint-tax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511381,"owners_count":20627379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T17:37:00.822Z","updated_at":"2025-03-25T17:37:01.392Z","avatar_url":"https://github.com/elsehow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tendermint-tax\n\nA tool to help calculate the tax liability of staking rewards on Tendermint chains.\n\nSpecifically, this tool calculates the fair market value (FMV) of staking\nrewards at time of receipt - that is, the time that you claimed the reward. It\ndoes the same for other inflows and outflows of tokens, like sending tokens to a\nfriend.\n\n# WARNING\n\n### This software might not work\n\nTHIS IS A WORK IN PROGRESS. This is experimental software. No one else has looked at it yet. Use at your own risk.\n\n### And even if it does work...\n\nThis a tool I use to help my CPA.\nThis is not tax advice. I am not a CPA.\nUse at your own risk.\nYou have been warned.\n\n# Install\n\n``` sh\n# clone this repo\ngit clone git@github.com:elsehow/tendermint-tax\ncd tendermint-tax\n# create a python virtual machine\npython3 -m venv venv\nsource venv/bin/activate\n# install the dependences\npip3 install -r requirements.txt\n```\n\n# Use\n\nThis command will get the FMV at time of reciept for\nthe address `juno175q6smvgnuec5e62rs4chnu5cs8d98q2xgf4rx`\nfor financial year Jan 1, 2021 - Dec 31, 2021, saving the resulting file as `juno.csv`:\n\n```\n# make sure virtual machine is active\nsource venv/bin/activate\n# run tendermint-tax\npython3 tendermint-tax.py --chain juno --address juno175q6smvgnuec5e62rs4chnu5cs8d98q2xgf4rx --ticker JUNO --fystart \"2021-01-01\" --fyend \"2021-12-31\" --outfile \"juno.csv\" -v\n```\n\nSee detailed help on all arguments with `python3 tendermint-tax.py --help`.\n\n# Did this tool help you?\n\nDid this tool save you time or money? Delegate with me!\n\nStake with me:\n\n- Juno -  [elsehow](https://www.mintscan.io/juno/validators/junovaloper175q6smvgnuec5e62rs4chnu5cs8d98q2e4l6cl) `junovaloper175q6smvgnuec5e62rs4chnu5cs8d98q2e4l6cl`\n- Stargaze - [elsehow](https://www.mintscan.io/stargaze/validators/starsvaloper1hvw778wslvyxh6mmv3sy96mwnaw80elmrswc6h) `starsvaloper1hvw778wslvyxh6mmv3sy96mwnaw80elmrswc6h`\n- Oasis - [Daylight Network](https://www.oasisscan.com/validators/detail/oasis1qra3rvq7y055waxmnx8rc0nad3frr8na2s9l8l3f) `oasis1qra3rvq7y055waxmnx8rc0nad3frr8na2s9l8l3f`\n\nOr pay what you think is fair:\n\n- Cosmos - `cosmos175q6smvgnuec5e62rs4chnu5cs8d98q2s62wy6`\n- Osmosis - `osmo175q6smvgnuec5e62rs4chnu5cs8d98q2cpe7jg`\n- Akash -  `akash175q6smvgnuec5e62rs4chnu5cs8d98q2ap8faq`\n- Regen - `regen175q6smvgnuec5e62rs4chnu5cs8d98q20cpjj7`\n\n# License\n\nBSD-3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Ftendermint-tax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Ftendermint-tax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Ftendermint-tax/lists"}