# Taproot Assets Node Management

1. **Taproot Assets Node Mainnet Deposit**

Go to the **Taproot Assets** page. In the **BTC Mainnet Wallet** module, click **Deposit** to add BTC or Taproot Assets to the mainnet.

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

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

After creating an invoice, you can share it with other test participants to request payment from their test mainnet accounts.

\
During the test phase, only users participating in Lnfi node testing can make payments to each other.

{% hint style="warning" %}
**Real funds or other testnet accounts are not supported.**
{% endhint %}

2. **Taproot Assets Channel Management**

* Create a Channel

Go to the **Taproot Channels** page and click **Create Channel**.

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

Select the **asset, amount**, and the **counterparty node**.\
You can create **BTC channels** or **Taproot Asset channels**.

When creating a Taproot Asset channel, ensure your account holds some BTC to cover **channel fees**. Otherwise, creation will fail.

To complete test tasks, exchange node information with other test users and create channels with them.

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

If you haven’t added the counterparty before, you must add their node info (including **Taproot Assets Public Key** and **Host**) before creating the first channel.

{% hint style="info" %}
You can view and copy your own node info in **Settings**.

<img src="/files/vbViHtR7FbSawdzzd8Su" alt="" data-size="original">
{% endhint %}

* Channel Deposit / Withdrawal

You can **deposit** to or **withdraw** from your Taproot Assets Channel balance to the counterparty node.

<figure><img src="/files/4hMGHwH8usas4OnF82XW" alt=""><figcaption></figcaption></figure>

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

{% hint style="warning" %}
Note: Lightning Network invoices begin with the prefix **lnbcrt...**
{% endhint %}

* Close Channel

In the **Channel List**, click **Close** to terminate a specific channel.

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

3. **Taproot assets Node Mainnet Withdrawal**

Go to the **Taproot Assets** page.

In the BTC Mainnet Wallet module, click Withdraw to withdraw BTC or Taproot Assets on the mainnet.<br>

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

{% hint style="warning" %}
Note: Taproot Assets Mainnet invoices for BTC and USDT (and other Taproot Assets) begin with the prefix **bcrt1p...** and **taprt...** respectively.
{% endhint %}


---

# 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.lnfi.network/products/ln-node/user-guide/taproot-assets-node-management.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.
