> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/polygonscan.md).

# PolygonScan

*The following steps, which involve exploring PolygonScan and then importing the lands into the wallet, are not really necessary and can be particularly time-consuming in some cases, especially if you own a lot of lands and therefore need to load a lot of NFTs.*\
*The purpose is simply to make the lands appear in your Metamask wallet, but it is not necessary to take these steps to use the Coderblock Studio platform.*

To correctly add your lands to the wallet, you'll need to find their **Token ID**: a numerical reference that identifies your lands on the map.&#x20;

All lands have the same **Contract**, identifiable by the address **0xF4b0c69d94F3A2A26B7E37F9876BaaB99eb4cB77**.

By visiting [*polygonscan.com*](http://polygonscan.com), you can search for the contract and its associated lands in your wallet (for convenience, [click here](https://polygonscan.com/token/0xf4b0c69d94f3a2a26b7e37f9876baab99eb4cb77) to go directly to the contract page).

<figure><img src="/files/oWyva4OkGQKA6aJBN2mR" alt="" width="375"><figcaption></figcaption></figure>

On the right-hand side, towards the middle of the page, a small search box will prompt you to enter your wallet address. **Paste it directly from the Metamask extension**. Your countries will be listed with all transaction details and their respective Token IDs.

<figure><img src="/files/c6WK4q3fkA2KS1kgX9SC" alt="" width="375"><figcaption></figcaption></figure>


---

# 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-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/polygonscan.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.
