> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero/english-2/1-5.md).

# 如何在Pancake中购买Heroes

**图文流程：**

* 进入PancakeSwap币币兑换界面：<https://pancakeswap.finance/swap>
* 搜索并选择BUSD—Heroes交易对

{% hint style="info" %}
推荐使用搜索合约地址的方式来找到Heroes

0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd
{% endhint %}

* 输入你要兑换的数量

{% hint style="info" %}
首次进行代币兑换需要进行授权

输入BUSD数量后，会自动显示可以兑换的Heroes数量
{% endhint %}

![](/files/-MeZPShr97G69_928phW)

* 确认无误后点击swap，调用钱包发送交易，链上确认完毕后交易成功

![](/files/-MeZPfwbQ4lT17yi2HvR)


---

# 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://mixmarvel.gitbook.io/dehero/english-2/1-5.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.
