> For the complete documentation index, see [llms.txt](https://docs.heliswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heliswap.io/getting-started/tutorials/how-to-get-a-hashpack-wallet/get-money-in-your-wallet.md).

# 💸 Get Money in Your Wallet

There are several ways you can purchase and add HBARs to your new HashPack wallet.&#x20;

Most preferred by DeFi users is buying tokens from a Centralized Exchange (CEX) such as Binance and Coinbase, and transferring them to HashPack.

1. Purchase HBARs from a Centralized Exchange via your credit card, or exchange any existing tokens for HBARs.
2. Then, go to the **Wallet** page of the centralized exchange you bought HBAR from. Check if your HBAR balance is there.
3. Let’s use Binance for this example. To send funds from Binance to your wallet, go to **Wallet → Fiat and Spot → Withdraw → Withdraw Crypto**
4. Then, regardless of which centralized exchange you are using, choose the network where the transfer should take place. In our case this is **Hedera Hashgraph**.
5. Specify the amount of tokens you wish to transfer, and enter your **Mainnet** **wallet address**.
6. Click **Send/Transfer/Withdraw** depending on the custodian you are using. Your tokens will be visible in your HashPack balance shortly.&#x20;

Another option is to use the in-wallet providers Banxa and MoonPay:

1. Sign in with your wallet password and enter your HashPack wallet. Click on the **Buy** button on the top right side.
2. Click on **Buy HBAR with MoonPay** or **Buy HBAR/USDC with Banxa.**&#x20;
3. Follow the steps to purchase HBAR with fiat.
4. If you wish to buy USDC from Banxa, HeliSwap might require you to first associate the USDC token with HashPack. <mark style="color:red;">**More information on token association can be found in .............**</mark>


---

# 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.heliswap.io/getting-started/tutorials/how-to-get-a-hashpack-wallet/get-money-in-your-wallet.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.
