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

# Reminders

Weekly expiries make it easy to forget one. gage treats reminders as part of the listing flow, not a setting to find later.

## When they arrive

| Reminder  | When                                                   |
| --------- | ------------------------------------------------------ |
| 48 hours  | Two days before expiry                                 |
| 24 hours  | The day before                                         |
| 6 hours   | The afternoon of                                       |
| 1 hour    | The last call                                          |
| At expiry | With the grace deadline, so the decision is still open |

Lenders receive one notice once grace has ended and the deal is claimable.

## Channels

* **Telegram.** Connect the gage bot before you list. Two steps: connect, then list.
* **Email.**
* **Web push.**

You can list without reminders. The app asks once, before listing, and says which you chose.

## What a reminder says

> \#4821 · 12.5 NVDA expires 8 Sep 16:40 UTC. Reclaim for 1,824.00 USDG before 9 Sep 16:40, or walk away and keep 1,814.88. gage.cash/deal/4821

Every reminder carries the deal, the collateral, the expiry, the cap, the grace deadline and the link. Nothing else.

## Privacy

Subscribing is a signed message from your wallet, so only the wallet's owner can subscribe or unsubscribe it. The notifier stores the wallet, the channel address and the preferences. Nothing about a deal is sent that is not already public on-chain.


---

# 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.gage.cash/borrow/reminders.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.
