> For the complete documentation index, see [llms.txt](https://docs.b14g.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b14g.xyz/user-guide/for-core-holders/guide-core-marketplace/stake-core.md).

# Stake CORE

This guide walks you through how to stake your CORE tokens into a dual-staking Order on the b14g Merge Marketplace. By participating, you help secure Core chain and earn boosted dual-staking rewards alongside BTC stakers.

{% embed url="<https://youtu.be/V-lfYLHi8Hc>" %}

{% stepper %}
{% step %}

### **Prepare Your Core Wallet**

Before staking, ensure:

* You have a **Core mainnet wallet** (e.g., OKX, Metamask, etc.).
* Your wallet is **funded with CORE tokens** for staking and gas fees.

*Visit the **b14g app interface** for the latest list of supported wallets.*
{% endstep %}

{% step %}

### **Go to Merge Marketplace**

Navigate to the [**b14g Merge Marketplace**](https://app.b14g.xyz/marketplace/babylon) on Core chain.
{% endstep %}

{% step %}

### Browse orders

* Browse the list of **active orders** displayed on the marketplace. Each Order represents a BTC staker seeking CORE dual-stakers.
* Review key details such as: APR, Reward-sharing ratio, Validator, BTC amount, BTC lock duration.
* Click on an Order that best matches your staking preferences to view more details.

<figure><img src="/files/ZABJBMiNk7DMjF30tf70" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Stake CORE

On the Order details page:

1. Connect your Core wallet. Ensure you're on the **Core mainnet** network.
2. Enter the **amount of CORE** you want to stake.
   * Keep a small reserve for transaction fees.
   * You can use the **MAX** button to stake your full available balance or the maximum order capacity, it automatically leaves enough balance to cover gas fees.
3. Click **“Proceed to Stake.”**
4. Confirm the transaction in your Core wallet.

<figure><img src="/files/7wVOTApGs7e4MYqi38ip" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**That’s it!** Your CORE will be paired with the BTC order, enabling dual-staking boosted rewards for both sides.
{% endhint %}
{% endstep %}

{% step %}

### Claim Rewards

Rewards are distributed daily in CORE, the native token of the Core Chain.\
They are not auto-compounded, so you’ll need to **manually claim** them.

You can monitor your active CORE stakes and claim rewards from:

* The **Order page** – to view and claim rewards for a specific dual-staking position.
* The **My Portfolio** page – to see and claim rewards across all your assets.
  {% endstep %}
  {% endstepper %}


---

# 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.b14g.xyz/user-guide/for-core-holders/guide-core-marketplace/stake-core.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.
