> For the complete documentation index, see [llms.txt](https://docs.recap.io/uk-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/uk-tax-guide-for-individuals/a-technical-guide-to-cryptocurrency-tax-for-uk-individuals/what-are-cryptoassets.md).

# What are Cryptoassets?

![](/files/jtnZ2jSULZf3TU8eVDBf)

{% hint style="info" %}
HMRC [defines cryptoassets](https://www.gov.uk/government/publications/tax-on-cryptoassets) as “cryptographically secured digital representations of value or contractual rights” that have the potential to be transferred, stored and traded electronically.
{% endhint %}

HMRC do not consider cryptoassets such as Bitcoin and Ethereum to be currency or money. The government’s [Cryptoasset Taskforce (CATF)](https://www.gov.uk/government/publications/cryptoassets-taskforce) identifies three types of cryptoassets: exchange tokens, utility tokens and security tokens.

* **Exchange tokens** – these are intended to be used as a method of payment and include cryptocurrencies like Bitcoin and Litecoin. They do not provide any rights or access to goods or services.
* **Utility tokens** - these provide the holder with access to particular goods or services on a platform usually using Distributed Ledger Technology (DLT).
* **Security tokens** - these may provide the holder with particular interests in a business, including debt due by the business or a share of profits in the business.

We will not go into more detail about the different types of cryptoassets, as their treatment for taxation purposes is based on the “[nature and use of the token and not the definition of the token](https://www.gov.uk/government/publications/tax-on-cryptoassets)”.


---

# 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/uk-tax-guide-for-individuals/a-technical-guide-to-cryptocurrency-tax-for-uk-individuals/what-are-cryptoassets.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.
