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

# How to buy

**Step 1.** Install MetaMask or TrustWallet&#x20;

* Open Google Chrome or Firefox and visit [metamask.io](https://floki-millions.gitbook.io/floki-millions/www.metamask.io) or [trustwallet.com](https://floki-millions.gitbook.io/floki-millions/www.trustwallet.com)
* Download the MetaMask browser extension or the Trust Wallet app and set up a wallet&#x20;

On mobile?&#x20;

* Get MetaMask’s app for [iPhone](https://metamask.app.link/skAH3BaF99) or [Android](https://metamask.app.link/bxwkE8oF99)
* Get Trust Wallet’s app for [iPhone](https://apps.apple.com/us/app/trust-crypto-bitcoin-wallet/id1288339409) or [Android](https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp\&hl=en_US\&gl=US)

**Step 2.** Purchase BNB on an Exchange&#x20;

* Transfer BNBs to your MetaMask or Trust Wallet wallet

**Step 3.** Add Binance Smart Chain to Metamask or Trust Wallet&#x20;

* MetaMask [instructions](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain)&#x20;
* Trust Wallet [instructions](https://academy.binance.com/en/articles/connecting-trust-wallet-to-binance-smart-chain-bsc)

**Step 4.** Swap on PancakeSwap&#x20;

* Visit PancakeSwap and click "Connect Wallet"&#x20;
* Copy the Floki Millions contract address below and set your slippage&#x20;

{% hint style="info" %}
BSC Contract address: 0xe8ce27f7f710982ce427d57b571cdb041d052d9b
{% endhint %}


---

# 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://floki-millions.gitbook.io/floki-millions/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.
