# Get Started

{% hint style="info" %}
To get started, make sure you own a Pictor Checker Node NFT. If you don’t have one yet, you can purchase it at [https://nft-sale.pictor.network/](https://nft-sale.pictor.network/.)
{% endhint %}

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

### 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).

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

### 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/aYglTTQMyQ9euQlJ7USE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Each node requires 30 NFTs to become active and start receiving verification jobs.
{% 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 %}

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

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

Your NFTs are now successfully staked!

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

### Monitor Rewards

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

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

{% hint style="warning" %}
**Note**: 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.
  {% endhint %}

### Claim Rewards

At the end of each epoch, rewards are allocated and distributed to your **Claimable Rewards**.

Click <mark style="color:yellow;">`Claim`</mark> and sign the transaction to receive your rewards in USDT.

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

{% hint style="warning" %}
**Note**: You need a small amount of APT to cover the transaction fee.
{% endhint %}

\ <br>


---

# 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/participants/checkers/get-started.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.
