From 36b869822f38d9215fa79b358a7932fcc276ab20 Mon Sep 17 00:00:00 2001 From: spalen0 Date: Wed, 10 Jun 2026 11:24:05 +0200 Subject: [PATCH] docs: drop gh actions --- docs/getting-started/products/curating/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/products/curating/introduction.md b/docs/getting-started/products/curating/introduction.md index a310ee859..62a820a7c 100644 --- a/docs/getting-started/products/curating/introduction.md +++ b/docs/getting-started/products/curating/introduction.md @@ -145,7 +145,7 @@ Capabilities include: - Collateral Liquidity: Calculating liquidity multiple times a day to verify that collaterals backing risky borrowing positions have enough on-chain liquidity. We aggregate liquidity from 10+ DEX sources (Uniswap V2/V3/V4, Curve, Balancer, Aerodrome, SushiSwap, and more) and simulate actual swap slippage. This assures smooth liquidations for the borrowed asset without excessive slippage, and minimizes the risk that a position becomes unprofitable to liquidate and leads to bad debt in lending vaults. - Emergency Dispatch: For critical alerts (e.g., a collateral protocol’s reserves dropping dangerously low), the monitoring system can automatically dispatch emergency actions to our reallocation system, zeroing supply caps for affected markets and triggering forced withdrawals. -Alerts are primarily delivered via Telegram, triggered by scheduled GitHub Actions running Python scripts or real-time Tenderly alerts based on onchain events. +Alerts are primarily delivered via Telegram, triggered by scheduled Python scripts on our internal infrastructure, real-time Tenderly alerts, and onchain event tracking within our monitoring system. For more details, check our [GitHub monitoring repository](https://github.com/yearn/monitoring) and [detailed documentation generated by DeepWiki](https://deepwiki.com/yearn/monitoring). This is only part of our monitoring stack that we have open sourced.