> 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/cryptocurrency-tax/which-taxes-apply/non-taxable-transactions.md).

# Non-Taxable Transactions

Not every transaction is taxable or reportable under the tax code.&#x20;

{% hint style="info" %}
Some of these transactions include:

* Purchasing cryptocurrency with fiat currency (USD, GBP, EUR, etc.)
* Transferring cryptocurrencies between wallets and exchanges you own
* Sending or receiving cryptocurrency as a gift
* Making donations to qualified charities in cryptocurrency
  {% endhint %}

## Cryptocurrency gifts

Cryptocurrency gifts may be non-taxable to both the giver and recipient, so long as you do not exceed the annual tax exclusion threshold ($15,000 per recipient per year) or lifetime gift tax exclusion. Gifts over $15,000 will need to be reported by the sender on an annual gift tax return.  The cost basis of any gift should be provided to the recipient, since the recipient will inherit the original cost basis from when the sender originally acquired the cryptocurrency.

{% hint style="info" %}
For example, if you bought 1 BTC in 2013, and then gifted it to someone in 2020, the recipient’s cost basis would be whatever you originally paid for that 1 BTC in 2013.
{% endhint %}

{% content-ref url="/pages/LGbxZSfSD8CHQIJTlPke" %}
[Gifts](/us-tax-guide-for-individuals/transaction-types/gifts.md)
{% endcontent-ref %}

## Donations to qualified charities

Donations to qualified charities under US tax law may count as a charitable donation and help lower your overall tax liability. These donations should be reported on your return.

{% content-ref url="/pages/NK2x4LG0mAohWWOk04Ir" %}
[Donations to Qualified Charities](/us-tax-guide-for-individuals/transaction-types/donations-to-qualified-charities.md)
{% endcontent-ref %}

## Margin Trading

Because cryptocurrency is considered property by the IRS, in margin trading, borrowing funds to trade crypto is not considered a taxable event. In fact, any time you borrow or take a loan it is not taxable. However, when you close the position (sell the property), gains (or losses) will be reportable on your tax return. In summary, borrowing crypto is not taxable, but any trades you do with the borrowed crypto is taxable.

{% content-ref url="/pages/ViihdHsasmiRHcvB4lMP" %}
[Cryptoasset derivatives (CFDs, Futures and Margin Trading)](/us-tax-guide-for-individuals/transaction-types/cryptoasset-derivatives-cfds-futures-and-margin-trading.md)
{% endcontent-ref %}


---

# 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/cryptocurrency-tax/which-taxes-apply/non-taxable-transactions.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.
