# Crypto

### Frequently Asked Questions

1. [Which cryptocurrency tokens are supported in Lunch Money?](#which-cryptocurrency-tokens-are-supported-in-lunch-money)
2. [Which cryptocurrency wallets are supported in Lunch Money?](#which-cryptocurrency-wallets-are-supported-in-lunch-money)
3. [How do I generate a Coinbase API key?](#how-do-i-generate-a-coinbase-api-key)
4. [Where do I find my Ethereum wallet address?](#where-do-i-find-my-ethereum-wallet-address)
5. [How do I generate a Kraken API key?](#how-do-i-generate-a-kraken-api-key)
6. [Can I sync crypto wallet transactions?](#can-i-sync-crypto-wallet-transactions)
7. [Why is my synced crypto account showing "Not Supported"?](#why-is-my-synced-crypto-account-is-showing-not-supported)

***

## Which cryptocurrency tokens are supported in Lunch Money?

Lunch Money supports manual tracking for crypto assets and holdings in over 300 cryptocurrencies, with more being added every week by user demand! Lunch Money pulls the latest exchange rates every few minutes so you'll get the latest balances reflected properly as part of your net worth.

{% hint style="info" %}
If you don't see your cryptocurrency supported, please [let us know](https://my.lunchmoney.app/accounts?show_feedback=cryptocurrency-request) and we'll work on adding it! 🙂
{% endhint %}

<figure><img src="/files/xCRS1aSBcl8qP3J8DNKL" alt="" width="311"><figcaption></figcaption></figure>

For the step-by-step instructions to add your crypto assets in Lunch Money, [click here](/setup/accounts/adding-accounts.md#how-to-set-up-manually-managed-crypto-assets).

## Which cryptocurrency wallets are supported in Lunch Money?

Lunch Money supports the following cryptocurrency wallets for automatic balance syncing: [Coinbase](https://www.coinbase.com/home), [Ethereum](https://ethereum.org/en/), and [Kraken](https://www.kraken.com/wallet).

<figure><img src="/files/mFycUvKhRx0j7FbcHHsg" alt="" width="563"><figcaption></figcaption></figure>

## How do I generate a Coinbase API key?

To generate new Coinbase API keys to integrate with Lunch Money, follow these steps:

1. In Coinbase, navigate to [API keys](https://www.coinbase.com/settings/api) via Settings
2. Click on "Create API Key" at the top right corner
3. After naming your key, select the Portfolio to be tracked. You can also select "Default" and Lunch Money will automatically filter out zero-balance accounts.
4. Leave the default "View (read only)" permission and leave the IP whitelist field blank. Then hit "Create & Download" and download the cdp\_api\_key.json file for future use.
5. Hit the Copy icon to copy the API key name and paste it in the "API key name" field in Lunch Money
6. Copy the Private key and paste it into the "Private key" field in Lunch Money

{% hint style="info" %}
Not sure where to enter the keys in Lunch Money? [Click here](/setup/accounts/adding-accounts.md#how-to-link-a-cryptocurrency-wallet-for-automatic-syncing).
{% endhint %}

<figure><img src="/files/eEbgim0q3Q7AI82tKF7P" alt=""><figcaption></figcaption></figure>

## Where do I find my Ethereum wallet address?

Your Ethereum wallet address is a unique string of characters which represents your wallet on the Ethereum blockchain. A Ethereum address is 42-character's long that starts with **"0x"**, followed by a mix of numbers and letters (eg. `0x742d35Cc6634C0532925a3b844Bc454e4438f44e`).

You should be able to find your Ethereum wallet address in your crypto wallet app. Simply copy the address and paste it into Lunch Money to connect your Ethereum wallet:

{% hint style="info" %}
Not sure where to enter the wallet address in Lunch Money? [Click here](/setup/accounts/adding-accounts.md#how-to-link-a-cryptocurrency-wallet-for-automatic-syncing).
{% endhint %}

<figure><img src="/files/N4mT5FVQ9Y78rSzx3tzf" alt=""><figcaption></figcaption></figure>

## How do I generate a Kraken API key?

To generate new Kraken API keys to integrate with Lunch Money, follow these steps:

1. In Kraken, navigate to the [API Settings Page](https://pro.kraken.com/app/settings/api)
2. Click on the "Create API Key" button
3. Give the key a name, like "Lunch Money". Then select only Query under Funds and ensure all other Permissions are unchecked. Leave the rest of the options toggled to Off and hit the "Generate Key" button.
4. Hit the Copy icon to copy the API name and paste it in the "API key" field in Lunch Money
5. Copy the Private key and past it into the "Private key" field in Lunch Money

{% hint style="info" %}
Not sure where to enter the keys in Lunch Money? [Click here](/setup/accounts/adding-accounts.md#how-to-link-a-cryptocurrency-wallet-for-automatic-syncing).
{% endhint %}

<figure><img src="/files/CJpWYrHLt26RDBPzbhPA" alt=""><figcaption></figcaption></figure>

## Can I sync crypto wallet transactions?

Crypto wallet transactions are not currently supported in Lunch Money. You may only track the balance of crypto assets at this time.

{% hint style="info" %}
Please consider upvoting the [relevant feature request ticket](https://feedback.lunchmoney.app/transactions/p/crypto-wallet-transactions) on the Feedback Board to show your support and be notified of any developments!
{% endhint %}

## Why is my synced crypto account showing "Not Supported"?

If you are seeing 'Not supported' or 'Relink' in the status column for a synced crypto account, this typically means that the original API key or address that was used to connect the account is no longer valid:

<figure><img src="/files/MU74tX7VAyPNGVszsMok" alt="" width="509"><figcaption></figcaption></figure>

To fix this, simply [create a new connection with your wallet](/setup/accounts/adding-accounts.md#how-to-link-a-cryptocurrency-wallet-for-automatic-syncing). Once that's done, you may remove the original account and opt to merge the existing balance history with your new connection.


---

# Agent Instructions: 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:

```
GET https://support.lunchmoney.app/setup/crypto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
