# Functions

Yabumi allows minting of Yabumi NFTs, which link SNS accounts to wallet addresses.&#x20;

These NFTs keep track of SNS account names and icon, enabling senders to choose from Yabumi NFT list to send tokens. (disbursement to multiple recieivers is also feasible).

Yabumi NFTs can be transferred to a new wallet address, which then serves as the new recipient, if the recipient decides to change their wallet address.&#x20;

Through Yabumi platform, both parties can avoid communicating wallet address, making the transfers of tokens and NFTs simple and smooth.


---

# 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://doc.yabumi.xyz/english/yabumi/functions.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.
