> For the complete documentation index, see [llms.txt](https://docs.hypha.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypha.sh/coqnet/managing-your-coq-staking-and-rewards-on-coqnet.md).

# Managing Your COQ Staking and Rewards on Coqnet

Once you’ve staked COQ and rented a node to become a validator on Coqnet, you can track your staking rewards and manage your stakes through the L1 Marketplace. This guide explains how to manage your stakes and rewards.

***

## Manage Your COQ Staking and Rewards

{% stepper %}
{% step %}

### Visit the Coqnet Marketplace Page

* Go to the **Coqnet** project page on the L1 Marketplace.
* The **Staking Widget** will now display two new cards: **My Rewards** and **My Stake**.

> If you haven’t staked yet, follow the [staking process](/coqnet/coqnet-climax-how-to-stake-coq-and-become-a-validator.md) to become a validator.
> {% endstep %}

{% step %}

### View Your Rewards Details

In the **My Rewards** card, you’ll see:

* **Accrued Rewards**: The total amount of rewards owed for all your active validators.
* **Unlock Date**: The next eligible date to claim rewards from one of your validators.
  {% endstep %}

{% step %}

### View Your Staking Details

In the **My Stake** card, you’ll see:

* **Total Staked COQ**: The total amount of COQ you’ve staked across all nodes.
* **Reward Rate**: The APY for your staking period.
* **Claimable Staked COQ**: The total amount of tokens eligible to be unstaked after the validation period ends.
* **Estimated Rewards**: The projected rewards based on your staked amount and APY.
  {% endstep %}

{% step %}

### Claim and Unstake Rewards

Once the **Unlock Date** has passed, you can claim your rewards.

* Click the **Claim & Unstake** button in the **My Rewards** card.
* If you have multiple claimable balances (from different stakes), select the unlocked balance you’d like to claim.
* Approve two consecutive transactions in your wallet:
  * The first transaction **unstakes** your COQ.
  * The second transaction **claims** your rewards.
    {% endstep %}
    {% endstepper %}

{% hint style="success" %}
Alternatively, you can manage your stakes and rewards from your GoGoPool dashboard by clicking **Dashboard** in the top-right corner of the L1 Marketplace.
{% endhint %}

***

## Conclusion

If you encounter any issues, reach out to GoGoPool support for assistance on [Discord](https://discord.gogopool.com/) or Live Support Chat on the [GoGoPool website](https://www.gogopool.com/).


---

# 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.hypha.sh/coqnet/managing-your-coq-staking-and-rewards-on-coqnet.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.
