# Staking Guide

Staking allows you to actively participate in the Pictor Network's validation layer, helping to secure the network and earn rewards along the way.

1. **NFT Staking** – how to stake your Pictor Checker Node NFTs into Pictor Checker Nodes to earn Block Rewards in $PICTOR.
2. **Token Staking** – how to stake $PICTOR tokens into Checker Nodes to earn Shared Revenue.

## 1. NFT Staking

{% hint style="info" %}
To get started, make sure you own a Pictor Checker Node NFT.&#x20;

If you don’t have one yet, you can purchase one at: <https://nft-sale.pictor.network/>
{% endhint %}

Once you have your NFT, follow these simple steps to stake it and start earning rewards:

### Step 1: Create Pictor Account

Go to[ app.pictor.network](https://app.pictor.network) and sign in with your Google account or connect a crypto wallet (e.g., Aptos’s Petra).

{% hint style="info" %}
To access your purchased NFT, sign in with the same wallet you used during the NFT purchase.
{% endhint %}

<figure><img src="/files/FtPSZUvYgfjqHwezQg5R" alt=""><figcaption></figcaption></figure>

### Step 2: Stake NFT

1. Navigate to the **Checker Nodes** section on the sidebar → **Checker Nodes** tab.
2. Select the Checker Node where you want to stake NFTs, and click <mark style="color:yellow;">`Stake Now`</mark>.

<figure><img src="/files/oHsPoZVL6kQ4gGqYloyf" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You can only stake into Checker Nodes that match the **level of your NFTs**.
{% endhint %}

3. Select your NFT(s) that you want to stake.

{% hint style="info" %}
You can stake up to 10 NFTs at a time, and you will need some APT to cover the transaction fee.
{% endhint %}

<figure><img src="/files/UXr5wilYKwiwRMGldGK2" alt=""><figcaption></figcaption></figure>

4. Click <mark style="color:yellow;">`Stake Now`</mark> and sign the transaction.

<figure><img src="/files/kXR8DBBYpX0ZWDuGoYnd" alt=""><figcaption></figcaption></figure>

Your NFTs are now successfully staked!

<figure><img src="/files/WLa5vuz1Hp3DrmsklVy8" alt=""><figcaption></figcaption></figure>

### Step 3: Monitor Rewards

After staking, go back to the Checker Nodes tab, and check your ongoing rewards in the **My Epoch Rewards** column or the **Claimable Rewards** section.

<figure><img src="/files/oNg44aOhsrVz2x4DvY15" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note**:&#x20;

1. Rewards are calculated per epoch (*each epoch lasts 1 week*) based on:

* The number of NFTs staked in that node.
* The duration your NFTs remain staked during the epoch.

2. Check how [Block Rewards are calculated](https://docs.pictor.network/docs/checker-nodes/rewards#reward-calculation).
   {% endhint %}

### Step 4: Claim Rewards

You can claim your Block rewards under the Claimable Rewards section.

<figure><img src="/files/KtdUS8F6EIvjfvYq2uqQ" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note**: Your Block Rewards are currently distributed as a sub token and will be converted 1:1 to PICTOR token at TGE for you to claim.
{% endhint %}

## 2. Token Staking *(coming soon)*

<figure><img src="/files/sAReJiVKv6GLKoOO3qhD" alt=""><figcaption></figcaption></figure>

Token staking will allow Checker Node NFT + PICTOR Token stakers to share in Pictor Network’s revenue. More details will be announced after $PICTOR is launched.


---

# Agent Instructions: 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:

```
GET https://docs.pictor.network/docs/checker-nodes/staking-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
