> For the complete documentation index, see [llms.txt](https://docs-it.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-it.coderblock.com/coderblock-lands/landowner-onboarding/associa-le-tue-land-al-tuo-wallet/polygonscan.md).

# PolygonScan

*I passaggi che seguono, relativamente all'esplorazione di PolygonScan e successiva importazione delle land nel wallet, non sono realmente necessari, e in alcuni casi potrebbero rivelarsi particolarmente time consuming, nell'ipotesi in cui le land di proprietà, e quindi i relativi NFT da caricare, siano molti.*\
*Lo scopo è semplicemente quello di far apparire le land nel proprio wallet Metamask, ma non è necessario effettuare questi passaggi per utilizzare la piattaforma di Coderblock Studio.*

Per inserire correttamente le tue land nel wallet, dovrai essere in grado di reperire i loro **TokenID**: un riferimento numerico che identica le tue land sulla mappa.

Tutte le land hanno in comune lo stesso **Contract**, riconducibile all’indirizzo **0xF4b0c69d94F3A2A26B7E37F9876BaaB99eb4cB77**.

Andando su [*polygonscan.com*](http://polygonscan.com) potrai cercare il Contract e le land sul tuo wallet ad esso associate (per comodità [clicca qui](https://polygonscan.com/token/0xf4b0c69d94f3a2a26b7e37f9876baab99eb4cb77) per atterrare direttamente sulla pagina del contratto).

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

Sulla destra, verso la metà della pagina un piccolo campo di ricerca ti inviterà ad inserire il tuo wallet. **Incollalo copiandolo direttamente dall’estensione di Metamask**. Le tue land verranno elencate con tutti i dettagli della transazione e con i rispettivi TokenID.

<figure><img src="/files/OD4Jsa68797P39wTudc6" 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-it.coderblock.com/coderblock-lands/landowner-onboarding/associa-le-tue-land-al-tuo-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.
