Skip to content

Commit 7714afc

Browse files
committed
add content
1 parent 665a560 commit 7714afc

5 files changed

Lines changed: 43 additions & 21 deletions

File tree

docs/explorer/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Go to [explorer.ratio1.ai](https://explorer.ratio1.ai/).
2222

2323
Using the Explorer, you can:
2424

25-
- check active nodes and their status at `https://explorer.ratio1.ai/`
26-
- view licenses at `https://explorer.ratio1.ai/licenses`
27-
- view node operators at `https://explorer.ratio1.ai/node-operators`
28-
- view CSPs at `https://explorer.ratio1.ai/cloud-service-providers`
29-
- explore network statistics at `https://explorer.ratio1.ai/stats`
25+
- check active nodes and their status at **https://explorer.ratio1.ai/**
26+
- view licenses at **https://explorer.ratio1.ai/licenses**
27+
- view node operators at **https://explorer.ratio1.ai/node-operators**
28+
- view CSPs at **https://explorer.ratio1.ai/cloud-service-providers**
29+
- explore network statistics at **https://explorer.ratio1.ai/stats**
3030

3131
---
3232

docs/other-tools/index.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
---
22
title: Other Tools
33
sidebar_position: 7
4-
description: Introduction to other Ratio1 tools
4+
description:
5+
This section includes tools that simplify workflows for Node Operators, Cloud
6+
Service Providers, and users of the Ratio1 protocol.
57
---
68

79
# Other Tools
810

11+
This section includes a series of tools designed to simplify the experience for
12+
Node Operators, Cloud Service Providers, and users of the Ratio1 protocol.
13+
14+
---
15+
916
## In this section
10-
- [Telegram Bot](./telegram-bot)
17+
18+
import DocCardList from '@theme/DocCardList';
19+
20+
<DocCardList />
21+
22+
---
1123

1224
## Notable date
13-
- TBD (add a source link).
25+
26+
- Reviewed on **February 23, 2026**.

docs/other-tools/telegram-bot.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Telegram Bot
33
sidebar_position: 1
4-
description: using the Ratio1 Telegram Bot
4+
description: Using the Ratio1 Telegram Bot
55
---
66

77
# Telegram Bot
88

9-
The Ratio1 Telegram Bot is a lightweight monitoring interface for node operators.
10-
It helps track wallet-linked nodes and receive status updates directly in Telegram, without opening dashboards or running manual checks each time.
9+
The Ratio1 Telegram Bot is a lightweight monitoring interface for node
10+
operators. It helps track wallet-linked nodes and receive status updates
11+
directly in Telegram, without opening dashboards or running manual checks each
12+
time.
1113

1214
## What it is and who it is for
1315

@@ -25,7 +27,8 @@ Typical goals:
2527

2628
## Quick Start
2729

28-
1. Open Telegram and start a private conversation with the [Ratio1 Telegram Bot](https://t.me/Ratio1ai_bot).
30+
1. Open Telegram and start a private conversation with the
31+
[Ratio1 Telegram Bot](https://t.me/Ratio1ai_bot).
2932
2. Run:
3033

3134
```text
@@ -86,7 +89,8 @@ Use this when a wallet is no longer relevant for alerts.
8689

8790
## When you receive messages
8891

89-
- You receive a message when a node from a watched wallet is detected as offline.
92+
- You receive a message when a node from a watched wallet is detected as
93+
offline.
9094
- You receive another message when that node comes back online.
9195

9296
Typical messages:
@@ -101,15 +105,20 @@ Typical messages:
101105

102106
## For Developers
103107

104-
This bot also serves as a practical open-source example of how to build Telegram bots on Ratio1.
108+
This bot also serves as a practical open-source example of how to build Telegram
109+
bots on Ratio1.
105110

106111
Main pieces:
107112

108-
- `reply(...)` handles Telegram commands such as `/watch`, `/watchlist`, `/unwatch`, and `/nodes`.
109-
- `loop_processing(...)` runs periodically to detect offline or recovered nodes and send notifications.
110-
- `create_telegram_simple_bot(...)` deploys the bot pipeline on a Ratio1 node with both handlers attached.
113+
- `reply(...)` handles Telegram commands such as `/watch`, `/watchlist`,
114+
`/unwatch`, and `/nodes`.
115+
- `loop_processing(...)` runs periodically to detect offline or recovered nodes
116+
and send notifications.
117+
- `create_telegram_simple_bot(...)` deploys the bot pipeline on a Ratio1 node
118+
with both handlers attached.
111119

112-
In practice, command handling and periodic monitoring are separated, which keeps the bot responsive while still sending asynchronous alerts.
120+
In practice, command handling and periodic monitoring are separated, which keeps
121+
the bot responsive while still sending asynchronous alerts.
113122

114123
Tutorial code:
115124
[github.com/Ratio1/ratio1_sdk/blob/main/tutorials/ex21_telegram_community_bot.py](https://github.com/Ratio1/ratio1_sdk/blob/main/tutorials/ex21_telegram_community_bot.py)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

todo/TODO_PETRICA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Owner: Petrica (`P`) Source of truth for scope: `todo/README.md`
3535
operators and CSPs
3636
- [x] `6.3.` Stats and Analytics - How to use the Explorer to view stats and
3737
analytics
38-
- [ ] `7.` Other Tools - introduction to other Ratio1 tools
38+
- [x] `7.` Other Tools - introduction to other Ratio1 tools
3939
- [x] `8.3.` Docs Template - the documentation site you are currently reading
4040
- [x] `8.3.1.` How to Deeploy - deployment details of Docs Template
4141
- [x] `8.3.2.` How to Develop - technical details of Docs Template

0 commit comments

Comments
 (0)