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

# Notifications

#### **News**

Stay on top of everything in one feed — TP/SL order fills, leaderboard position updates, token price alerts, market news, and announcements, Product updates.

<figure><img src="/files/HVla95hMRMTFzrmcR4C5" alt="" width="148"><figcaption></figcaption></figure>

***

#### **Transactions**

A record of every action across all your wallets and chains — filterable by wallet and by chain. Transaction types include:

* **Bought** — token purchases
* **Sold** — token sells
* **Deposit** — funds added to your account
* **Withdraw** — funds sent out of your account
* **Bridge** — funds moved between chains

Tap any transaction to see the full details — token, amount, chain, wallet, price, and the on-chain transaction link.

<figure><img src="/files/VaB7GmOjs4tIPWXdi7qA" alt="" width="148"><figcaption></figcaption></figure>

***

**Rewards**

A full history of every $MOBY reward you've earned, filterable by reward type:

* **Cashback** — $MOBY earned on every swap, credited per trade
* **Referral** — $MOBY earned from trades made by people you referred
* **Rent Refund** — $MOBY bonus earned each time you claim a Solana rent refund from settings
* **Gift** — one-time bonuses such as connecting your X account (+5,000 $MOBY) or your first trade on Robinhood Chain (+5,000 $MOBY)
* **Reward Code** — $MOBY credited from airdrop or campaign codes

<figure><img src="/files/UTrM1r5DZ5tAatP0BNvE" alt="" width="148"><figcaption></figcaption></figure>


---

# 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.mobyscreener.com/moby/profile/notifications.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.
