diff --git a/developers-hub/intmax-block-builder/receive-rewards.md b/developers-hub/intmax-block-builder/receive-rewards.md
index 1a2c714..586a6e2 100644
--- a/developers-hub/intmax-block-builder/receive-rewards.md
+++ b/developers-hub/intmax-block-builder/receive-rewards.md
@@ -169,6 +169,20 @@ If there are rewards available for you to claim, you'll see logs similar to the
[2025-06-01T00:00:00Z INFO intmax2_client_sdk::external_api::contract::handlers] Transaction sent: "batch_claim_reward" with tx hash: 0x...
```
+You can check whether you have received the ITX tokens by following these steps:
+
+First, open the following URL:
+
+https://scrollscan.com/token/0xc0579287f3CDE6BF796BE6E2bB61DbB06DA85024#balances
+
+
+
+Click the search icon in the top right corner of the page.
+In the search bar, enter the Scroll address of your Block Builder.
+The current balance will be displayed in the area highlighted by the red box in the following image.
+
+
+
## Testnet
When running the Block Builder on the **testnet**, the reward claiming process will also take place on the **testnet**.
diff --git a/static/img/developers-hub/itx-token-balance.webp b/static/img/developers-hub/itx-token-balance.webp
new file mode 100644
index 0000000..39eb497
Binary files /dev/null and b/static/img/developers-hub/itx-token-balance.webp differ
diff --git a/static/img/developers-hub/search-holders.webp b/static/img/developers-hub/search-holders.webp
new file mode 100644
index 0000000..fa9773f
Binary files /dev/null and b/static/img/developers-hub/search-holders.webp differ