# Setting up Prize Notifications

**Disclaimer**: *These tools are made by the community and 3rd-party services. 100% accuracy isn't guaranteed. It's recommended to manually* [*check for prizes*](https://app.pooltogether.com/prizes) *at least once a month.*

## Prize Notifications on Telegram

The [PoolTogether Wins Tracker](https://t.me/PTWinsTracker_bot) helps you to track your deposit by sending a message to your Telegram inbox when you win a prize on PoolTogether. It allows you to track up to 5 addresses and get notified 1 hour before you can claim your prize in the dApp.

🔗 <https://t.me/PTWinsTracker_bot>

#### Command-List

<table><thead><tr><th width="150">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/add</code></td><td>Add address to your watchlist (Max 5) </td></tr><tr><td><code>/del</code></td><td>Delete address from your watchlist </td></tr><tr><td><code>/check</code></td><td>Check if you have won in the last draw </td></tr><tr><td><code>/list</code></td><td>List addresses stored in your watchlist </td></tr><tr><td><code>/help</code></td><td>Display commands</td></tr></tbody></table>

![Setting up Prize Notifications on Telegram](/files/JKNNswie4bVxziziVAi6)

*For any bugs or feature requests, message `Max'#0107`*

## Prize Notifications on Discord

Our Discord bot Pooly helps you to track your prizes. Send a DM [on our Discord Server](https://pooltogether.com/discord) to `Pooly#0679` with one of the commands listed below. Pooly will notify you via DM once one of the wallets on your list wins a prize.

#### Command-List

<table><thead><tr><th width="331.84890109890114">Command</th><th width="325.3333333333333">Description</th></tr></thead><tbody><tr><td><code>=add &#x3C;wallet address></code> </td><td>Add a wallet to your list</td></tr><tr><td><code>=remove &#x3C;wallet address></code></td><td>Remove a wallet from your list</td></tr><tr><td><code>=list</code></td><td>List wallets on your list</td></tr><tr><td><code>=odds &#x3C;amount></code></td><td>Check the current odds of a deposit amount</td></tr><tr><td><code>=player &#x3C;address></code></td><td>Player history overview</td></tr><tr><td><code>=wins &#x3C;address></code></td><td>Find all the wins for a specific address</td></tr><tr><td><code>=prizes &#x3C;address> &#x3C;draw id></code></td><td>Check prizes won for a specific draw</td></tr><tr><td><code>pooly help</code></td><td>List of all commands</td></tr></tbody></table>

![Setting up Prize Notifications on Discord](/files/ROzcCiwZBDFdpqOkDXU2)

#### Advanced Pooly Commands

Pooly Bot can do more than just checking for prizes. Try any of the following commands in [#pooly-bot](https://discord.com/channels/629836507280048129/878246045048520704) on the [PoolTogether Discord server](https://pooltogether.com/discord).&#x20;

<table><thead><tr><th width="150">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>=odds &#x3C;amount> &#x3C;network></code></td><td>See the odds for any deposit amount</td></tr><tr><td><code>=simulate &#x3C;amount> &#x3C;network></code></td><td>Project prize apr for 365 days deposited</td></tr><tr><td><code>=player &#x3C;address></code></td><td>Player history overview</td></tr><tr><td><code>=wins &#x3C;address></code></td><td>Check an address for all-time wins</td></tr><tr><td><code>=prizes &#x3C;address> &#x3C;draw></code></td><td>Check prizes for an address from a specific draw</td></tr><tr><td><code>=lucky &#x3C;draw-no></code></td><td>Find the luckiest player for a certain draw</td></tr><tr><td><code>=grandprize &#x3C;draw-no></code></td><td>Find the grandprize winners for a certain draw</td></tr><tr><td><code>=tvl</code></td><td>Total Value Locked for v4</td></tr><tr><td><code>=gas &#x3C;network></code></td><td>Check gas conditions on specified network</td></tr><tr><td><code>=weekly</code></td><td>Shows statistics for the last 7 days.</td></tr><tr><td><code>=yield</code></td><td>Returns statistics about the yield earned.</td></tr></tbody></table>

*For any bugs or feature requests, message `underthesea#4658`*

## Prize Notifications via Daylight

Daylight is a tool to discover your wallet address’s abilities: mints, unlocks, votes, **and** PoolTogether prizes. Learn more about Prize Notifications via Daylight [here](https://www.daylight.xyz/).

## Prize Notifications via Push

Push Protocol is a web3 communication network, enabling cross-chain notifications and messaging for dapps, wallets, and services. Learn more about Push [here](https://push.org/faq).

You can opt-in for the PoolTogether channel by following [this link](https://app.push.org/#/channels?channel=0xdc0964aaacE97CF4E7476B4EEbC924730E524ade).


---

# 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.pooltogether.com/pooltogether/guides/setting-up-prize-notifications.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.
