> For the complete documentation index, see [llms.txt](https://docs.splinterlands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.splinterlands.com/platform/other-blockchains/worldwide-asset-exchange-wax/receiving-from-wax/sending-packs-from-wax.md).

# Sending Packs from WAX

NOTE: *When assets are transferred from WAX to Splinterlands, they are burned on WAX, meaning that their mint numbers will be lost.*

Receiving assets back into Splinterlands from an external chain is also called **depositing.** The following instructions will work for WAX wallets that are [**LINKED**](https://docs.splinterlands.com/other-blockchains/linking-wallets) to your Splinterlands account.

## Depositing Tokenized Booster Packs

![](/files/-MXwVUKLDchRh28kWvwk)

1. Go to the **OPEN** tab on Splinterlands.
2. Next to the type of Booster Pack you'd like to deposit, click the icon for **CONVERT.**
3. Enter the number of packs you wish to deposit from your WAX wallet.
4. Select **WAX Wallet** from the dropdown menu
5. Click **Deposit** and sign the transaction. The packs should appear within a minute or so.

## Alternate Method - Sending via WAX

1. Create a new transfer of assets through the [**TRADING PAGE**](https://splinterlands.atomichub.io/trading) of Atomic Hub.
2. In the *TO* box, enter the recipient as **splintrlands** (with no E).
3. In the *MEMO* box, enter your Splinterlands account name.
4. Select the packs you wish to send using the filters below. They'll appear in the transfer box.
5. Complete the transfer by confirming the transaction in your wallet.

## Alternate Method - Sending via Atomic Hub

1. Log into the [Atomic Hub deposit tool](https://splinterlands.atomichub.io/tools/overview/splinterlands/deposit) with your linked Wax wallet.
2. Select the asset that you would like to send to Splinterlands.
3. Enter your Splinterlands account name into the box for Splinterlands account name.
4. Click deposit and sign the transaction.

![](/files/-MlJFaD2pJzy0BupmqTk)


---

# 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.splinterlands.com/platform/other-blockchains/worldwide-asset-exchange-wax/receiving-from-wax/sending-packs-from-wax.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.
