> For the complete documentation index, see [llms.txt](https://fairyvault.gitbook.io/fairyvault-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fairyvault.gitbook.io/fairyvault-docs/asset-management-and-web3-exploration/images-and-media.md).

# How to send assets

FairyVault supports the effortless management of your crypto assets. You can send crypto assets within the aelf network and to other networks including Ethereum, Solana, and TON.

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

### **To send tokens within the aelf network (for instance to other wallets on aelf)**

1. Tap the "Send" button on the FairyVault home screen and select the token you wish to send.
2. Paste the recipient's address in the "To" field or click the top right-hand corner to scan the recipient's QR code.
3. Enter the amount you'd like to send and click "Preview".
4. Check transaction details such as the recipient, network, and fees. If all is correct, click "Send" to finalise.
   1. Note: Once you click "Send", the transaction is irreversible. Make sure all details are accurate before you proceed.
5. After confirmation, you can close this page and visit "Activity" to track your transaction status.

{% hint style="success" %}
If you send ELF from FairyVault to exchanges like Binance or MEXC, FairyVault may detect the exchange address and prompt you for confirmation. Supported exchanges for Mainnet ELF token transfers from FairyVault include Binance, OKX, Upbit, Bithumb, Gate, MEXC, and Hotcoin.

Only send ELF tokens to the above exchanges, as other tokens are not supported and will result in asset loss.
{% endhint %}

### **To send tokens cross-chain to other networks (for instance Ethereum or Solana)**

1. Tap the "Send" button on the FairyVault home screen and select the token you wish to send.
2. Paste the recipient's address in the "To" field or click the top right-hand corner to scan the recipient's QR code. FairyVault will auto-detect the address format and prompt for the target network selection.
   1. Note: If the recipient address is compatible with multiple networks, check and choose the correct one to ensure successful delivery.
3. Enter the amount you'd like to send and click "Preview".
4. Check transaction details such as the recipient, network, and fees. If all is correct, click "Send" to finalise.
   1. Note: Once you click "Send", the transaction is irreversible. Make sure all details are accurate before you proceed.
5. After confirmation, you can close this page and visit "Activity" to track your transaction status.

{% hint style="success" %}
FairyVault enables seamless cross-chain transfers from the aelf network to various popular blockchains, including Ethereum, Tron, BNB Smart Chain (BSC), Arbitrum One, Solana, Polygon, Optimism, AVAX C-Chain, TON, and Base.

Supported tokens include USDT, ELF, SGR, ETH, BNB, USDC, DAI, and more. Depending on the token, cross-chain transfers are facilitated by either ETransfer or eBridge, both integrated into FairyVault for a smooth user experience.

For more details, check out the introduction to [ETransfer](/fairyvault-docs/what-is-etransfer-and-how-does-it-facilitate-cross-chain-transfers-in-fairyvault.md) and [eBridge](/fairyvault-docs/what-is-ebridge-and-how-does-it-facilitate-cross-chain-transfers-in-fairyvault.md).
{% endhint %}

### **To send NFTs (for instance to other wallets on aelf)**

1. Tap the "Send" button on the FairyVault home screen, switch to the NFTs tab, and then select the NFT you wish to send.
2. Paste the recipient's address in the "To" field or click the top right-hand corner to scan the recipient's QR code.
3. Enter the amount you'd like to send and click "Preview".
4. Check transaction details such as the recipient, network, and fees. If all is correct, click "Send" to finalise.
   1. Note: Once you click "Send", the transaction is irreversible. Make sure all details are accurate before you proceed.
5. After confirmation, you can close this page and visit "Activity" to track your transaction status.


---

# 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://fairyvault.gitbook.io/fairyvault-docs/asset-management-and-web3-exploration/images-and-media.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.
