> For the complete documentation index, see [llms.txt](https://pumbaa-inu.gitbook.io/pumbaa-inu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pumbaa-inu.gitbook.io/pumbaa-inu/how-to-buy.md).

# How to Buy

Pumbaa Inu Contract Address: 0x243743bDFEDa51651982A365756D9895d4b0CaBC

Step 1: Download MetaMask or other PancakeSwap supported wallets You can download MetaMask or other popular wallet apps from the App Store or Google Play Store for free. If you prefer using a desktop, you can install browser extensions like MetaMask, Coinbase Wallet, TrustWallet, and more(See <https://metamask.io/> ). We recommend MetaMask as your primary wallet for trading Pumbaa Inu tokens. Follow the easy steps in their guide to set up your wallet. When MetaMask asks for your signature, click "Sign" to proceed.

Step 2: Send BNB to MetaMask You can buy BNB directly through MetaMask or transfer it from another wallet or crypto exchange. If you need assistance, you can find tutorials on YouTube to help you with this step.

Step 3: Connect to : <https://pancakeswap.finance/> Visit PancakeSwap through a desktop browser or access it within your MetaMask wallet by tapping the three blue lines at the top left of your screen to reveal the browser. When prompted by MetaMask, click "Sign" to connect.

Step 4: Swap your BNB for Pumbaa Inu tokens Go to <https://pancakeswap.finance/> on a desktop browser or inside your MetaMask wallet. Click the cog button (the small gear icon) and adjust the "Slippage" to 10-15%. The contract address for Pumbaa Inu is: \[contract address]. Enter the desired amount of BNB you want to swap, and once you're satisfied, click the "Swap" button to complete the transaction.\ <br>


---

# 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://pumbaa-inu.gitbook.io/pumbaa-inu/how-to-buy.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.
