# Withdrawing Assets from HyperMall

HyperMall puts users fully in control of their assets — including how they exit the system. When

you’re ready to withdraw, you’re not relying on HyperMall to automatically settle tokens back to

Bitcoin. Instead, the withdrawal process is designed to hand control back to the user through the

TAP Wallet.

After trading inside HyperMall, your TAP tokens (like GIB, USDT, or TAP) are held within your

local app. When you initiate a withdrawal, HyperMall prepares a claim that proves you’re

entitled to receive those tokens back on Bitcoin. This claim is cryptographically signed and tied

to your identity and wallet address.

To complete the withdrawal, you open your TAP Wallet and use it to redeem the claim. The

wallet interacts with the TAP protocol on Bitcoin and finalizes the transfer of your tokens from

the HyperMall layer back to your Bitcoin wallet.


---

# 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.trac.network/real-world-examples/hypermall/withdrawing-assets-from-hypermall.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.
