# Supported Digital Assets

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

The Lattice1 currently supports the following assets with specified derivation paths:

### Bitcoin (BTC) - NuFi/Lattice Manager&#x20;

* **Derivation path:** `m/49'/0'/0'/0/x`&#x20;
* **Supported address types:**
  * Legacy/P2PKH BTC addresses (starting with `1`)
  * Wrapped SegWit/P2SH addresses (starting with `3`) - this is the default address format on your Lattice device
  * We also support native SegWit/bech32 addresses (starting with `bc1`)

{% hint style="success" %}
Advanced users may request BTC addresses on any **BIP44 path** - these may be requested and signed against using the [**GridPlus SDK**](https://github.com/GridPlus/gridplus-sdk).
{% endhint %}

### Ethereum (ETH) - MetaMask/Rabby/Frame/MyCrypto

{% hint style="success" %}
When it comes to Ethereum-based assets, the general rule is that **if you can connect it to MetaMask or Rabby, you can use it with the Lattice1**.&#x20;
{% endhint %}

* **Derivation path:** `m/44'/60'/0'/0/x`
* **ETH Layer 2 protocols and forks:**
  * Binance Smart Chain
  * Polygon
  * Avalanche
  * Arbitrum
  * And others
* **ERC-20 tokens such as:**
  * USDT (stablecoin)
  * USDC (stablecoin)
  * DAI (stablecoin)
  * BAT
  * LINK
  * And others (list of all ERC-20 tokens can be found[ here)](https://bloxy.info/list_tokens/ERC20)
* **ETH and ETH Layer 2 NFTs:**
  * ERC-721, ERC-1155, ERC-998 (NFTs on Ethereum mainnet)
  * NFTs on Polygon, Immutable X, etc.

### Solana (SOL) - NuFi

* Derivation paths:\
  BIP 44 Root: `m/44'/501'`\
  Legacy (Solflare): `m/44'/501'/0'`\
  BIP 44: `m/44'/501'/0'/0'`
* All SPL tokens (stablecoins, memecoins, everything on SOL)
* Metaplex Protocol-based assets such as NFTs and RWAs
* Dapps such as Jupiter, Magic Eden or Tensor


---

# 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://docs.gridplus.io/lattice1/supported-digital-assets.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.
