> For the complete documentation index, see [llms.txt](https://docs.recap.io/us-tax-guide-for-individuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recap.io/us-tax-guide-for-individuals/transaction-types/mining.md).

# Mining

![](/files/yu19UsKFNJThbjohnZO0)

## What is Mining?

> The most well-known consensus system is Proof of Work, which is used by Bitcoin (amongst others). Here, the right to add a new entry to the distributed ledger is only available to the first person to solve a randomly generated complex cryptographic puzzle. That person then creates the new entry and it is shared with all holders of the distributed ledger. The time and energy required to solve the puzzle is the proof of work, the right to add the entry is the primary reward. The person with that right will be entitled to any fees available for including transactions in that entry and they will be allocated with a quantity of new tokens that are released into circulation. This process is known as ‘mining’ and serves to maintain the network of a given cryptoasset.

## Tax Treatment of Mining

Whether you mine as a hobby or as part of a business, crypto received as a result of mining activities is treated as income. If you are mining as a hobby, you need to declare the proceeds as income on schedule C of your tax return.

If you've incorporated a business set up as a sole proprietorship you should report your income on form 1040, schedule C. You may be able to claim certain deductions if the mining is part of a business. These include

* Equipment expenses
* Office space
* Electricity
* Any losses

Please consult a tax professional to help assess if your mining activity would be considered a business. Not all mining is a business.

![](/files/nKn1KKmW8imG5enknl6n)

### Capital Gains Tax

The receipt of cryptoasset tokens as a mining reward is an acquisition of those tokens for CGT purposes. Please see our section on [capital gains](#capital-gains-tax) for more information.

## Mining Activity in [Recap](https://recap.io/)

![Mining activity reported in Recap](/files/8pucAROfXoKKjuRLY3Nj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.recap.io/us-tax-guide-for-individuals/transaction-types/mining.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
