> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/en/wallet-operation/tp-tools/nostr-assets.md).

# Nostr Assets Batch Transfer Tool

1. Open TokenPocket, click on "Discover," and in the top "Address Bar," open the link: <https://tp-lab.tokenpocket.pro/nostr/index.html#/> or use the Nostr Assets batch transfer tool in the "New" section.

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

2. Similar to the Inscription Assistant tool, the interface of the Nostr Assets batch transfer tool is also very straightforward. For the first use, click on the bottom left corner's "Connect Wallet," and once connected, you can see the current wallet's Nostr address, types and quantities of held assets, the amount to be sent, and the receiving addresses. After configuring the above details, click on "Send" to execute the on-chain operation.

<mark style="color:red;">Multiple receiving addresses can be set, with each address on a new line as per the provided instructions.</mark>

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

3. The Nostr Assets batch transfer requires two operations. The first is to "encrypt" the on-chain data, and the second is to "signature" the on-chain events. This tutorial is designed to demonstrate the complete process, but you can simplify the steps by checking the option at the bottom left, which says "Before closing the app, requests from this link do not need to be confirmed again."

<figure><img src="/files/9XaatNXNzK1I6e79OfX2" alt=""><figcaption></figcaption></figure>

4. After completing the on-chain operation, you will see a success message labeled as "Sent" in the batch transfer tool. At this point, open your receiving address platform, and you should see the transferred assets credited. The entire process is quite simple, but it's crucial to double-check the accuracy of the receiving address.

<figure><img src="/files/h9j9YoxgQnXAsWvbTNSR" alt=""><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://help.tokenpocket.pro/en/wallet-operation/tp-tools/nostr-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.
