# Contracts Under Time Lock

This merits another article but we will quickly explain how to verify that a token or masterchef contract actually has a timelock.

1\) All contracts have to be verified on PolygonScan.com.

2\) We look for the farming token in PolygonScan. In this case the CORN Token is <https://polygonscan.com/address/0xaed7feef34a836a5755f1c0c6ccd9968df2d422a#readContract>

3\) In the horizontal panel we go to Read Contract and look for the "owner" or "getOwner" cells. They can be both or just one. If they are both they should show the same address. We enter that address.

4\) We go to Contract and in Code the name of the contract must be MasterChef. This means that the MasterChef manages the mining of the token and not another address.

5\) We go to Read Contract and look for the owner, as before.

6\) Let's go to Contract and in Code the Contract Name must be Timelock.

This does not assure anything about the code. Only that the MasterChef manages the token and that in turn the Timelock manages the MasterChef, as it should be.


---

# 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://gameswapfinance.gitbook.io/poly-unicorn/security/contracts-under-time-lock.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.
