# Notifications

## **Notifications Types** <a href="#notifications" id="notifications"></a>

There are three types of events that can trigger a notification, depending on what events occurred before.

### **Triggered By a User:**

<table><thead><tr><th width="244">Action	</th><th>Notification</th></tr></thead><tbody><tr><td><strong>A user made an in-house purchase of USDZ</strong></td><td>(e.g.) Congratulations! Your account has been successfully credited with 100 USDZ!</td></tr><tr><td><strong>A user has withdrawn USDZ or sold a ZEPH token</strong></td><td><p>(e.g.) Congratulations on a successful withdrawal! Withdrawal details: </p><ul><li>Requested amount: 100 USDZ</li><li>Commission:  2% USDZ</li></ul></td></tr><tr><td></td><td></td></tr></tbody></table>

### &#x20;**Triggered By the System:**

<table><thead><tr><th width="296">Occurred Event</th><th>System Notification</th></tr></thead><tbody><tr><td>A pool you take a share in gets a “Bid-Off” status.</td><td>The pool – ID #1234 you take a part in is now closed for bidding.</td></tr><tr><td>A pool you take a share in gets a “Completed” status and rewards distribution gains ground</td><td>The pool – ID #1234 you took part in has been completed. Congratulations! You received a 100 USDZ reward.</td></tr><tr><td>A pool you take a share in gets a “Disbanded” status.</td><td>Pool – ID #1234 was not created due to low pool liquidity. Don’t worry; we’ll make a refund shortly</td></tr><tr><td>Special Feat.</td><td>Viral platform news, new feature updates, blog article, etc.</td></tr><tr><td></td><td></td></tr></tbody></table>

### **Triggered By a Referral Campaign:**

<table><thead><tr><th width="379">Occurred Event	</th><th>System Notification</th></tr></thead><tbody><tr><td>You fulfilled referral campaign terms and are now qualified for a referral reward.</td><td>You received a new referral reward - 100 USDZ!</td></tr><tr><td>Your referral completed a sign-up.</td><td>Your friend has completed registration.</td></tr><tr><td>You are eligible for a reward as your referral reached a required trading volume.</td><td>Your friend has reached the required trading volume.</td></tr><tr><td>You are eligible for a reward as your referral completed "Welcome Gift" terms.</td><td>Your referral has registered and completed “social tasks.”</td></tr><tr><td>You are qualified for a new reward.</td><td>You received a new referral reward.</td></tr><tr><td></td><td></td></tr></tbody></table>

<br>


---

# 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://doc.zephyr.digital/zephyr-platform/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.
