> For the complete documentation index, see [llms.txt](https://docs.lnfi.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lnfi.network/importing-assets.md).

# Importing Assets

Users can import assets into the Lnfi Asset List from Lnfi Universe or other Taproot Assets Universes.

{% hint style="info" %}
A Taproot Assets universe is a repository of assets and their proofs. A universe may serve information about a single or multiple asset types (e.g. a specific stablecoin or all stablecoins).
{% endhint %}

{% hint style="success" %}
Lnfi has integrated support for Taproot Assets. Nostr users will be able to transfer or trade Taproot Assets when Taproot Assets goes LIVE on Bitcoin Mainnet.
{% endhint %}

{% embed url="<https://youtu.be/7byOd8tMBbA>" %}

## How to Import Assets?

To receive an import asset, go to the Assets Dashboard.

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

Select "Import Assets"

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

Search for the asset by its name or Asset ID. Select the "Import Asset" button to proceed.

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

Confirm and authorize the action when prompted.

If the asset you are looking for isn't found with Asset Name or Asset ID, use "Sync and Import"

{% hint style="info" %}
Although we've developed a comprehensive range of features for Taproot Assets, our approach is to introduce them progressively to the public. This strategy guarantees that all features undergo rigorous testing before we introduce any new ones.\
\
\*Sync and Import will be available in upcoming updates.
{% endhint %}

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

Enter the corresponding info for Universe\_host and Asset ID, then select "Import" to continue.

<figure><img src="/files/sFPTlWVZMly2nMEVzxvf" alt="" width="466"><figcaption></figcaption></figure>


---

# 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.lnfi.network/importing-assets.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.
