This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bots.json
314 lines (313 loc) · 13.5 KB
/
bots.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
{
"JETTON-TRACKING-1": {
"name": "Jetton Anomaly Transactions",
"description": "This bot detects all transactions of traded Jettons if transaction amount more than 3% of daily volume or more than 1k TON",
"bot_name": "JETTON-TRACKING-1",
"channel": "@JettonTransfers",
"tags": "Jetton, Transactions, Anomaly",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/jetton_transfer_bot",
"author": "shuva10v",
"created_at": "12-04-2023",
"status": "active",
"publish": "true"
},
"DEX-SWAP-2": {
"name": "DEXes Swaps Tracking",
"description": "This bot detects all swaps on all DEXes (buy, sell, swap).",
"bot_name": "DEX-SWAP-2",
"channel": "@JettonDexesSwaps",
"tags": "DEX, Swaps, Jetton",
"repository": "https://github.com/re-doubt/redoubt-bot-python-sdk/tree/main/examples",
"author": "maksymds",
"created_at": "05-04-2023",
"status": "active",
"publish": "true"
},
"DEX-THREATS": {
"name": "DEX Threats Detection",
"description": "Monitors blockchain transactions for specified events emitted from specified contract addresses. E.g. throw alerts when the two sides of the bridge are unexpectedly are out of balance.",
"bot_name": "DEX-THREATS",
"channel": "@TonDexAlerts",
"tags": "TON, DEX, Threats, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/dex_threats_bot",
"author": "maksymds",
"created_at": "08-06-2023",
"status": "inactive",
"publish": "true"
},
"JETTON-MONITOR-1": {
"name": "Jetton Activity Monitor",
"description": "This bot detects mint, burn and other changes in Jetton Master. Live tracking, alerts, notifications.",
"bot_name": "JETTON-MONITOR-1",
"channel": "@JettonTracking",
"tags": "Jetton, Mint, Burn, Anomaly",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/jetton_monitor_bot",
"author": "maksymds",
"created_at": "05-03-2023",
"status": "inactive",
"publish": "true"
},
"BRIDGE-THREATS": {
"name": "Bridge Threats Detection",
"description": "Monitors blockchain transactions for specified events emitted from specified contract addresses. E.g. throw alerts when the two sides of the bridge are unexpectedly are out of balance.",
"bot_name": "BRIDGE-THREATS",
"channel": "@TonBridgeAlerts",
"tags": "TON, Bridge, Threats, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/bridge_threats_bot",
"author": "maksymds",
"created_at": "05-06-2023",
"status": "inactive",
"publish": "true"
},
"SCAM-DETECTOR-1": {
"name": "Scam Detector Feed",
"description": "The Scam Detector bot combines past alerts under a common address from a variety of underlying base bots to emit a high precision alert. It does so by mapping each alert to the four attack stages utilizing a heuristic detection approach.",
"bot_name": "SCAM-DETECTOR-1",
"channel": "@CEXFundingAlerts",
"tags": "TON, Attack, Scam, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/dcam_detector_bot",
"author": "maksymds",
"created_at": "10-06-2023",
"status": "inactive",
"publish": "true"
},
"SCAM-MESSAGES-1": {
"name": "Scam Messages Bot",
"description": "This bot analyzes sentiment and emotion of transaction text message sent between addresses. Fired when a transaction contains a negative text message.",
"bot_name": "SCAM-MESSAGES-1",
"channel": "@ScamMessagesAlerts",
"tags": "Scam, Transactions, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/scam_messages_bot",
"author": "shuva10v",
"created_at": "09-06-2023",
"status": "inactive",
"publish": "true"
},
"LARGE-TRANSFER-OUT": {
"name": "Large Transfer Out Bot",
"description": "This bot detects transactions with large TON native transfers (>50k TON). By itself, this bot will be quite noisy.",
"bot_name": "LARGE-TRANSFER-OUT",
"channel": "@LargeTransfersAlerts",
"tags": "TON, Transactions, Anomaly, Funding",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/large_transfers_out",
"author": "shuva10v",
"created_at": "01-06-2023",
"status": "active",
"publish": "true"
},
"GOVERNANCE-THREATS": {
"name": "Governance Threats Detection",
"description": "Monitors blockchain transactions for specified events emitted from specified contract addresses. E.g. Identifies when the voting power changes signficantly.",
"bot_name": "GOVERNANCE-THREATS",
"channel": "@TonGOVERNANCEAlerts",
"tags": "TON, Governance, Threats, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/governance_threats_bot",
"author": "maksymds",
"created_at": "08-06-2023",
"status": "inactive",
"publish": "true"
},
"NFT-SALES-1": {
"name": "NFT Sales Bot",
"description": "This bot detects NFT Sales and throw additional alert for Fragment sales. By itself, this bot will be quite noisy.",
"bot_name": "NFT-SALES-1",
"channel": "@nftsalesalert",
"tags": "NFT, Transactions, Sales, Fragment",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/nft_transfer_bot",
"author": "maksymds",
"created_at": "03-06-2023",
"status": "active",
"publish": "true"
},
"NFT-THREATS": {
"name": "NFT Threats Detection",
"description": "Monitors blockchain transactions for specified events emitted from specified contract addresses. E.g. Alerts when an NFT is created in a way that appears to be minted from another account or alerts on evidence of wash trading",
"bot_name": "NFT-THREATS",
"channel": "@TonNFTAlerts",
"tags": "TON, NFT, Threats, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/nft_threats_bot",
"author": "maksymds",
"created_at": "",
"status": "inactive",
"publish": "true"
},
"JETTON-MARKET-1": {
"name": "Jetton Price Alerts",
"description": "Jettons Market Data Feed: TVL overview, charts, prices, volumes. Real-time notifications and alerts.",
"bot_name": "JETTON-MARKET-1",
"channel": "@JettonAlertsBot",
"tags": "Jetton, CEX, DEX, TVL, Market",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/jettton_price_bot",
"author": "maksymds",
"created_at": "23-02-2023",
"status": "active",
"publish": "true"
},
"ATTACK-DETECTOR": {
"name": "Attack Detector Feed",
"description": "The Attack Detector bot combines past alerts under a common address from a variety of underlying base bots to emit a high precision alert. It does so by mapping each alert to the four attack stages utilizing an anomaly as well as heuristic detection approach.",
"bot_name": "ATTACK-DETECTOR",
"channel": "@AttackDetectorFeed",
"tags": "TON, Attack, Scam, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/attack_detector_bot",
"author": "maksymds",
"created_at": "05-06-2023",
"status": "inactive",
"publish": "true"
},
"CEX-FUNDING": {
"name": "CEX Funding Bot",
"description": "This bot detects transactions with large TON native transfers in/out CEXes (>25k TON).",
"bot_name": "CEX-FUNDING",
"channel": "@CEXFundingAlerts",
"tags": "TON, Transactions, CEX, Funding",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/cex_inout_bot",
"author": "maksymds",
"created_at": "05-05-2023",
"status": "active",
"publish": "true"
},
"DEFI-THREATS": {
"name": "DeFI Threats Detection",
"description": "Monitors blockchain transactions for specified events emitted from specified contract addresses. E.g. Identifies when the balance of an account decreases significantly or throw alerts on anomalous transaction volume (both successful and failed).",
"bot_name": "DEFI-THREATS",
"channel": "@TonDeFiAlerts",
"tags": "TON, DeFi, Threats, Alerts",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/defi_threats_bot",
"author": "shuva10v",
"created_at": "04-04-2023",
"status": "active",
"publish": "true"
},
"JETTON-MARKET-2": {
"name": "Jetton Arbitrage Alerts",
"description": "Jettons possible arbitrage deals for all platfroms (CEXes and DEXes). Real-timenotifications and alerts.",
"bot_name": "JETTON-MARKET-2",
"channel": "@JettonArbitrage",
"tags": "Jetton, Market, Arbitrage",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/jetton_arbitrage_bot",
"author": "shuva10v",
"created_at": "15-02-2023",
"status": "active",
"publish": "true"
},
"DEX-SWAP-1": {
"name": "DeDust Swaps Tracking",
"description": "This bot detects all swaps on DeDust DEX (buy, sell, swap).",
"bot_name": "DEX-SWAP-1",
"channel": "@JettonDexSwaps",
"tags": "DeDust, DEX, Swaps, Jetton",
"repository": "https://github.com/re-doubt/redoubt-bot-factory-examples/tree/main/dex_swap_bot",
"author": "shuva10v",
"created_at": "05-05-2023",
"status": "active",
"publish": "true"
},
"TOKEN-INSIDE": {
"name": "Token Inside. New TON Jettons and updates",
"description": "New TON Jettons and updates",
"bot_name": "TOKEN-INSIDE",
"channel": "@token_inside",
"tags": "Jetton, Burn, Mint",
"repository": "",
"author": "marsitan",
"created_at": "01-01-2023",
"status": "active",
"publish": "true"
},
"JETTON-RATES": {
"name": "\ud83d\udca5 The latest rate of popular Jettons on TON",
"description": "The latest rate of popular and not so popular tokens on TON. Directly from the chain of blocks.\n",
"bot_name": "JETTON-RATES",
"channel": "@tonnull",
"tags": "Jetton, DeDust, Market",
"repository": "",
"author": "qpwedev",
"created_at": "01-01-2023",
"status": "active",
"publish": "true"
},
"DEDUST-SWAPS-FCK": {
"name": "DeDust swaps notifier by FCK Foundation",
"description": "DeDust swaps notifier by FCK Foundation",
"bot_name": "DEDUST-SWAPS-FCK",
"channel": "@swapsio",
"tags": "Jetton, DeDust, Swaps",
"repository": "https://github.com/fck-foundation",
"author": "beycoder",
"created_at": "01-06-2023",
"status": "active",
"publish": "true"
},
"DEDUST-JETTON-PRICE": {
"name": "DeDust Jetton Price Alerts",
"description": "DeDust Jetton Price Alerts",
"bot_name": "DEDUST-JETTON-PRICE",
"channel": "@jettoncap",
"tags": "Jetton, DeDust, Market",
"repository": "",
"author": "dogceo",
"created_at": "01-02-2023",
"status": "active",
"publish": "true"
},
"DEDUST-JETTON-SWAPS-2": {
"name": "DeDust Jetton Swaps",
"description": "DeDust JettonSwaps",
"bot_name": "DEDUST-JETTON-SWAPS-2",
"channel": "@JettonSwaps",
"tags": "Jetton, DeDust, Swaps",
"repository": "",
"author": "dogceo",
"created_at": "01-03-2023",
"status": "active",
"publish": "true"
},
"KINGY-JETTON-PRICE": {
"name": "KINGY Price",
"description": "KINGY Price Alerts",
"bot_name": "KINGY-JETTON-PRICE",
"channel": "@KingyruPrice",
"tags": "Jetton, KINGY, Price",
"repository": "",
"author": "shibdev",
"created_at": "01-04-2023",
"status": "active",
"publish": "true"
},
"SCALE-JETTON-PRICE": {
"name": "SCALE Price",
"description": "SCALE Price Alerts",
"bot_name": "SCALE-JETTON-PRICE",
"channel": "@ScalePrice",
"tags": "Jetton, SCALE, Price",
"repository": "",
"author": "shibdev",
"created_at": "01-04-2023",
"status": "active",
"publish": "true"
},
"DHD-JETTON-PRICE": {
"name": "DHD Price",
"description": "DHD Price Alerts",
"bot_name": "DHD-JETTON-PRICE",
"channel": "@DhdPrice",
"tags": "Jetton, DHD, Price",
"repository": "",
"author": "shibdev",
"created_at": "01-04-2023",
"status": "active",
"publish": "true"
},
"SWAPS-FCK-FORUM": {
"name": "FCK Swaps Forum",
"description": "DeDust swaps notifications in FCK forum",
"bot_name": "SWAPS-FCK-FORUM",
"channel": "@SwapsForum",
"tags": "Jetton, DeDust, Swaps",
"repository": "",
"author": "beycoder",
"created_at": "01-07-2023",
"status": "active",
"publish": "true"}
}