# Misc

### Checking if the claim was successful

Sometimes OpenSea can require up to 1+ hours to update the ownership info. Their may not be quick for that.

However, the data on [Polygonscan](https://polygonscan.com/) is accurate and shows if the item was actually transferred.

You can change [<](https://polygonscan.com/address/0x2476fcf1e26703c6f97ef727e61e557ab56b3f91)youraddress> here to the one you're reviewing and follow the link: \
[https://polygonscan.com/address/\<youraddress>](https://polygonscan.com/address/<youraddress>)

Check out the screencast below for more info on how to use Polygonscan **🎥** *Screencast:*<https://drive.google.com/file/d/1KrQIcM8JKz7ux39n4o3u3EfvIIRQIdGF/view?usp=sharing>

### Misc: i**tem visibility after claim**

As far as the item appears on OpenSea - it will appear in "Hidden" tab. It’s just the way marketplaces render items from blockchain and isn’t connected with any item data itself. To make the items visible in Collected tab, you simply need to press “...” button on it, select “Unhide” and approve this action in Metamask.


---

# 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.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/misc.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.
