> For the complete documentation index, see [llms.txt](https://docs.xmas-past.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xmas-past.com/safety/contracts.md).

# 📎 Contracts

Our contracts are stated here:

$XPAST: [0xD3111Fb8BDf936B11fFC9eba3b597BeA21e72724](https://ftmscan.com/address/0xD3111Fb8BDf936B11fFC9eba3b597BeA21e72724)

Masterchef: [0x138c4dB5D4Ab76556769e4ea09Bce1D452c2996F](https://ftmscan.com/address/0x138c4dB5D4Ab76556769e4ea09Bce1D452c2996F)

Timelock 1 (2 hours): [0x7F7Afdd8e9331dBb6928d7D33c509B78a16ba51f](https://ftmscan.com/address/0x7F7Afdd8e9331dBb6928d7D33c509B78a16ba51f)&#x20;

### Transferred Ownerships

$XPAST to Masterchef Ownership: <https://ftmscan.com/tx/0xa0375f4fe5ae9223eb50101a529b5acc9d8cb5074e2823ee357ff742a8427414>\
\
$XPAST Operator to Timelock: <https://ftmscan.com/tx/0x7ae5306ff1f33511e348892ea64d8052bcc8830734d39fea37df71ff4de0514f>

### Timelocks

There are 2 timelocks for our users safety!

Timelock 1 would be used to timelock the operator function on the token contract, the operator functions are things like setting no Tax addresses. **Operator functions CANNOT MINT,** setting it to timelock is just to make sure the community is secure to know which contracts are being whitelisted/being set to no taxation earlier on. Timelock 1 would be set at 2 hours\
\
Timelock 2 would be the timelock for Masterchef contract. This would be set at 6 hours, and later on as the project stabilizes would be set to a higher timeframe. \ <br>


---

# 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.xmas-past.com/safety/contracts.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.
