> For the complete documentation index, see [llms.txt](https://woken-exchange.gitbook.io/wokenexchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woken-exchange.gitbook.io/wokenexchange/tools/woken-timekeeper-events-bot.md).

# Woken Timekeeper Events BOT

<figure><img src="/files/0BIJ1olpqsawBWx87Q15" alt=""><figcaption><p>Woken Timekeeper Events Bot</p></figcaption></figure>

We've set up a bot on our Discord server that will alert you in real time when the timekeeper of a pair is changed, on all blockchains where the Woken Exchange is deployed.

<details>

<summary><mark style="color:blue;">Events</mark></summary>

{% code title="WokenFactory.sol" %}

```solidity
event TimekeeperEnable(address indexed pair);
event TimekeeperChange(address pair);
event ForceOpen(address pair);
```

{% endcode %}

</details>

\
Very useful for projects investors not under DAO to be real time notified if a PairAdmin changes the settings of his pair without informing his community.

{% hint style="info" %}
Access to the Bot chan is exclusive to $WKN holders on our Discord server.

You need 1000 WKN in your wallet (about 5 USD at the current price rate)

The minimum WKN required may be adjusted after a protocol vote, with the goal of keeping the access price affordable according to the WKN rate.
{% endhint %}


---

# 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://woken-exchange.gitbook.io/wokenexchange/tools/woken-timekeeper-events-bot.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.
