# Required REGISTRY_ACCOUNT_IDS=v1.tmplr.near TELEGRAM_BOT_TOKEN=1234567890:ABCdefGHIjklMNOpqrsTUVwxyz # Telegram Channel Configuration # For direct channel: use channel ID TELEGRAM_CHANNEL_ID=-1001234567890 # For specific topic/thread in a group: add both channel ID and thread ID # TELEGRAM_CHANNEL_ID=-1001234567890 # TELEGRAM_THREAD_ID=1234 # Network NETWORK=mainnet RPC_URL=https://free.rpc.fastnear.com # Scheduling # For periodic scans: */N (every N minutes, e.g., */5 for every 5 minutes) # For daily scans: HH:MM (specific time in UTC, e.g., 00:00 for midnight) SCAN_TIME=00:00 # Alerts # Threshold percentage above MCR to flag positions as "at risk" AT_RISK_THRESHOLD_PERCENT=10 # Minimum position debt value (in USD) to include in alert reports MIN_POSITION_SIZE_USD=1000 # Filtering (comma-separated lists) # Exclude specific collateral asset types from monitoring # IGNORED_COLLATERAL_ASSETS=nep141:meta-pool.near # Exclude specific market contracts from monitoring # IGNORED_MARKETS=old-market.near,test-market.near # Optional RPC_TIMEOUT=30 RUST_LOG=info