> 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/untitled.md).

# How to Gain LP and Mine

Process in Graphics:

* Enter the Liquidity interface on PancakeSwap: <https://pancakeswap.finance/pool>
* Select "Add Liquidity."

![](/files/-MecBtxLse9fZ4ghEai3)

* Search and select the MIX/Heroes trading pair. Select MIX and Heroes tokens in the upper and lower boxes, respectively.

{% hint style="info" %}
To select the token, please use search through the contract address.

MIX(BSC):0x398f7827dccbefe6990478876bbf3612d93baf05

HEROES：0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd
{% endhint %}

![](/files/-MecBtxMUOSJCocSDPa9)

* Enter the amount of liquidity you want to add

{% hint style="info" %}
When adding liquidity for the first time, you need to authorize MIX and Heroes simultaneously.

When adding liquidity, you need to have both tokens in the trading pair at the same time.

When adding liquidity, enter the quantity of one token. The system will automatically match the required amount of the other token.
{% endhint %}

![](/files/-MecBtxNbpb67YsmFT43)

* After reconfirming the additional liquidity information, invoke the wallet to transmit the transaction.
* You can get the corresponding LP tokens after the transaction is completed.

![](/files/-MecDu6sLGS6ahoCrA71)

* Enter the "Card Collectibles" — "Permanent Mining Pool," find the Heroes/MIX stake mining pool, and click "Stake."

![](/files/-MecBtxP1o4fll67YMqg)

* Enter the amount of LP you want to stake.
* Invoke the wallet to transmit the stake transaction. After the transaction is confirmed successful, you can continuously get Heroes rewards.

{% hint style="info" %}
Authorization is required when staking LP for the first time.
{% endhint %}

![](/files/-MecE4jrumgoZsELGRrd)


---

# 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/untitled.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.
