> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/earning/parachain-collator-staking.md).

# Parachain (Collator) staking

## Earning information & parameters for supported tokens

### Mainnet

<table><thead><tr><th width="239">Token</th><th width="175">Minimum stake</th><th>Rewards payout</th><th>Unstaking period</th></tr></thead><tbody><tr><td>BNC (Bifrost Kusama)</td><td>0 BNC</td><td>Every 2 hours 10 minutes</td><td>~ 7 days</td></tr><tr><td>GLMR (Moonbeam)</td><td>50 GLMR</td><td>Every 6 hours</td><td>~ 7 days</td></tr><tr><td>MOVR (Moonriver)</td><td>5 MOVR</td><td>Every 6 hours</td><td>~ 2 days</td></tr><tr><td>AMPE (Amplitude)</td><td>10 AMPE</td><td>Every 2 hours</td><td>~ 7 days</td></tr><tr><td>PEN (Pendulum)</td><td>10 PEN</td><td>Every 2 hours</td><td>~ 7 days</td></tr><tr><td>MYTH (Mythos)<sup>1</sup></td><td>500 MYTH</td><td>Every 24 hours</td><td>Instant withdrawal</td></tr><tr><td>MANTA (Manta Atlantic)<sup>2</sup></td><td>500 MANTA</td><td>Every 6 hours</td><td>~ 7 days</td></tr></tbody></table>

<sup>*1*</sup> With MYTH staking, you will need to claim rewards manually. Check out this [guide](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/changes/718/extension-user-guide/earning/parachain-collator-staking/claim-staking-rewards) for more details.

<sup>*2*</sup>*&#x20;Effective March 18, 2026, staking rewards on Manta Atlantic have been discontinued, and users are no longer able to stake MANTA. This change is part of the planned roadmap leading to the shutdown of the Manta Atlantic network on August 1, 2026. Check out this* [*announcement*](https://x.com/MantaNetwork/status/2031641845995024845?s=20) *for more details.*

### Testnet

<table><thead><tr><th width="212">Token</th><th>Minimum stake</th><th>Rewards payout</th><th>Unstaking period</th></tr></thead><tbody><tr><td>DEV (Moonbase Alpha)</td><td>1 DEV</td><td>Every 2 hours</td><td>~ 4 hours</td></tr><tr><td>BNC (Bifrost Testnet)</td><td>0 BNC</td><td>Every 30 minutes</td><td>~ 24 hours</td></tr><tr><td>AMPE (Amplitude Testnet)</td><td>10 AMPE</td><td>Every 2 hours</td><td>~ 7 days</td></tr><tr><td>MUSE (Muse Testnet)<sup>3</sup></td><td>1 MUSE</td><td>Every 2.5 minutes</td><td>~ 2 minutes</td></tr></tbody></table>

<sup>*3*</sup>*&#x20;With MUSE staking, you will need to claim rewards manually. Check out this* [*guide*](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/changes/718/extension-user-guide/earning/parachain-collator-staking/claim-staking-rewards) *for more details.*

## Here are the articles in this section:&#x20;

{% content-ref url="/pages/2cnNOguMig8ZeuichVRt" %}
[Start staking](/main/web-dashboard-user-guide/earning/parachain-collator-staking/start-staking.md)
{% endcontent-ref %}

{% content-ref url="/pages/3yQdpERiuXwsbMk3tpAy" %}
[Stake more](/main/web-dashboard-user-guide/earning/parachain-collator-staking/stake-more.md)
{% endcontent-ref %}

{% content-ref url="/pages/XhAX2T0Lllpfg192aU4j" %}
[Claim staking rewards](/main/web-dashboard-user-guide/earning/parachain-collator-staking/claim-staking-rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/zIFwkjhfJIyIdhHdofwi" %}
[Unstake](/main/web-dashboard-user-guide/earning/parachain-collator-staking/unstake.md)
{% endcontent-ref %}

{% content-ref url="/pages/JcD2AcrJRhFx1EDfSSt6" %}
[Cancel a previous unstaking action](/main/web-dashboard-user-guide/earning/parachain-collator-staking/cancel-a-previous-unstaking-action.md)
{% endcontent-ref %}

{% content-ref url="/pages/GBAyjwZvPr7rg4dG9lxr" %}
[Withdraw unstaked funds](/main/web-dashboard-user-guide/earning/parachain-collator-staking/withdraw-unstaked-funds.md)
{% endcontent-ref %}


---

# 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.subwallet.app/main/web-dashboard-user-guide/earning/parachain-collator-staking.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.
