> For the complete documentation index, see [llms.txt](https://community-realt.gitbook.io/tuto-community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community-realt.gitbook.io/tuto-community/securite/alerte-email.md).

# Alerte email

Vous pouvez, assez simplement, mettre en place ce genre d'alerte (par exemple pour tout mouvement sur votre "cold" wallet, ayant la fonction de "coffre-fort" de vos actifs).

Procédure, sur la blockchain Gnosis :&#x20;

* Ouvrir un compte sur l'explorateur [ ](https://gnosisscan.io/register)<https://gnosisscan.io/register>\
  (L'adresse email que vous indiquerez sera celle qui recevra vos alertes)

  <figure><img src="/files/QWorem4cyJrwoWyGfwUU" alt="" width="455"><figcaption></figcaption></figure>
* ajouter l'adresse du wallet à surveiller :

  <figure><img src="/files/jSZ7yEu83bZDc7lUtkZI" alt="" width="353"><figcaption></figcaption></figure>

Et voila, le genre de mail que vous recevrez, lors d'un mouvement sur le wallet surveillé :

<figure><img src="/files/vpYGkPSi9bMaDWBIcHGQ" alt="" width="534"><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://community-realt.gitbook.io/tuto-community/securite/alerte-email.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.
