> For the complete documentation index, see [llms.txt](https://thirdfi.gitbook.io/thirdfi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thirdfi.gitbook.io/thirdfi.org/use-case/price-alert-chrome-extension.md).

# Price Alert Chrome Extension

The Price Feed is implemented here to get accurate crypto-fiat price data. The price data are regularly updated every minute and notify users whenever the price of the crypto is in the price range.

### Features

* **Real-time notifications**: Stay up-to-date on the latest DeFi opportunity with real-time notifications. This can help in tracking the buy or sell opportunity automatically as it fetches crypto prices every minute.
* **User-friendly interface**: The Securo Chrome Extension has a sleek and intuitive interface that makes it easy to navigate and use. Users just need to select the Crypto, Fiat and their target price one time and the extension will start running anytime it is clicked.
* **Reliable information**: The information provided by the Securo Chrome Extension is reliable and up-to-date. The extension fetches data from Securo API which updates every minute.

### How to use the Chrome Extension

1. Download the Chrome extension from [here](https://chrome.google.com/webstore/detail/thirdfi-defi-alert/kkhbndpnmdcnblhniopfgdjjbbpngmgg).
2. Open the Chrome extension and fill in the Cryptocurrency and Fiat and click on Fetch Price.

<figure><img src="/files/wWoOL67GPQTeOaFsQgAQ" alt=""><figcaption></figcaption></figure>

3. Set the Maximum and Minimum Price  and click on "Set Target Price"

<figure><img src="/files/8M9odpJ8OZG8zMy8aRWw" alt=""><figcaption></figcaption></figure>

4. You will get the below notification and the extension popup.

<figure><img src="/files/2l6FJUZYwhxOoaDU9VYg" alt=""><figcaption></figcaption></figure>

4. Now you are all set to receive a notification once the price reaches the target price range. Reopen the Extension to get updates about the current price.

<figure><img src="/files/ibvDSBh7OQ87rC9vjDvI" alt=""><figcaption></figcaption></figure>

### Demo Video

{% embed url="<https://youtu.be/UwFz42W8_9s>" %}


---

# 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://thirdfi.gitbook.io/thirdfi.org/use-case/price-alert-chrome-extension.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.
