---
title: "Notix"
path: "/ecosystem/notix"
version: "1.0.0"
author: "Hydrate"
createdAt: "2026-08-14T19:14:48.261Z"
updatedAt: "2026-08-14T19:14:48.261Z"
---

# Notix

<Infobox>
| **Notix** |
| Type | Real-time notification and account monitoring service |
| Network | [Radix](/contents/tech/core-protocols/radix-engine) |
| Category | Infrastructure / Tooling |
| Status | 🟢 Active |
| Announced | 17 June 2025, on the [ShardSpace](/ecosystem/shardspace) blog |
| Delivery | In-app, browser push, Telegram |
| Webhooks | [Hookah](/developers/tools/hookah) |
| Website | [notix.live](https://notix.live) |
| X | [@NotixOnRadix](https://x.com/NotixOnRadix) |
</Infobox>

## Introduction

[Notix](https://notix.live) is a real-time notification and monitoring service for [Radix](/contents/tech/core-protocols/radix-engine) accounts. A user connects a [Radix Wallet](https://www.radixdlt.com/wallet), selects the accounts to watch, and defines trigger rules; matching on-ledger events are then delivered as alerts rather than having to be discovered by checking a dashboard. It was [announced on 17 June 2025](https://shardspace.app/blog/post/mebv0a7uanwe7i5z9y82) on the blog of [ShardSpace](/ecosystem/shardspace), the Radix portfolio manager, and the service points its community link at the same [Telegram group](https://t.me/ShardSpace).

The category it occupies is narrow but real: a Radix account's activity is visible on-ledger to anyone who queries for it, and services such as the [Radix Dashboard](https://dashboard.radixdlt.com) render that state, but reading it is a pull. Notix is the push half — a watcher that turns ledger events into messages.

## What It Monitors

The [product site](https://notix.live) lists the event classes a trigger can fire on: deposits, withdrawals, [stake and unstake](/contents/tech/core-concepts/staking) events, fungible and non-fungible resource movements, pool liquidity additions and removals, and custom events configured against any [component](/contents/tech/core-concepts/components). Triggers carry conditions and thresholds, so a rule can be scoped to an amount, a resource or a counterparty rather than firing on all activity.

The [announcement](https://shardspace.app/blog/post/mebv0a7uanwe7i5z9y82) adds the delivery side: notifications reach the user in-app, as browser push, or through a Telegram integration, and the interface is built as a Progressive Web App so it can be installed on a phone or desktop. It also describes [validator](/contents/tech/core-concepts/validator-nodes) monitoring — stake changes, reward distribution and validator status — as a distinct feature for node operators and delegators.

## Infrastructure

Notix does not run its own webhook plumbing. Its footer credits [Hookah](https://app.hookah.ing/) — the open-source Radix webhook service documented at [Hookah](/developers/tools/hookah) — as the provider of webhook services, which places Notix downstream of it: Hookah watches the ledger and emits events, Notix applies the user's rules and delivers the message. The same footer carries a 2026 copyright line, the most recent dated marker the service publishes about itself.

Beyond that, the project publishes little: no team page, no roadmap, no changelog and no public repository are linked from the site, and the announcement post is the only long-form description of the product. The status recorded here reflects a live, wallet-connectable service, not a claim about the size or activity of the team behind it.

## External Links

- [notix.live](https://notix.live) – the service

- ["Welcome to Notix"](https://shardspace.app/blog/post/mebv0a7uanwe7i5z9y82) – announcement, ShardSpace blog, 17 June 2025

- [@NotixOnRadix on X](https://x.com/NotixOnRadix)

- [Hookah](https://app.hookah.ing/) – the webhook service Notix credits