{"services":[{"id":"aave-protection","name":"Aave Liquidation Protection","description":"Advanced Aave liquidation protection with collateral deposit, debt repayment, or both. Monitors health factor and automatically acts when it drops below your chosen threshold. Supports multi-config management (create/pause/resume/cancel).","trigger":"Aave Health Factor < threshold","action":"Supply collateral, repay debt, or both on your behalf","pricing":{"perDay":"$0.25","perDayBaseUnits":250000,"example1Day":"$0.3","example7Days":"$2.1"},"limits":{"minDurationSeconds":3600,"maxDurationSeconds":2592000},"network":"eip155:84532","status":"live"},{"id":"dca-strategy","name":"DCA Strategy (Uniswap V3)","description":"Automated Dollar Cost Averaging on Uniswap V3. Configure periodic token swaps (e.g., USDC → WETH every 12 minutes) that execute autonomously via the Reactive Network. Supports custom swap intervals, slippage protection, and fixed or unlimited swap counts. Agent creates configs directly on-chain — payment covers RC gas for automation.","trigger":"CRON tick (~12 min) + swap interval elapsed","action":"Swap tokenIn → tokenOut via Uniswap V3 on behalf of user","pricing":{"perDay":"$0.2","perDayBaseUnits":200000,"example1Day":"$0.24","example7Days":"$1.68"},"limits":{"minDurationSeconds":3600,"maxDurationSeconds":2592000},"network":"eip155:84532","status":"not configured"},{"id":"dca-strategy-goat","name":"DCA Strategy (GOAT Testnet3)","description":"Automated Dollar Cost Averaging on GOAT Network Testnet3, against a real, live Uniswap V3 Core pool (dUSDC/WGBTC). No Reactive Network involved — the execution function is genuinely permissionless (anyone can call it, not just this server), since Reactive Network does not support GOAT as a destination chain. Payment is still x402 USDC on Base Sepolia; execution happens on GOAT.","trigger":"Server-run scheduler polls every 60s + swap interval elapsed (permissionless — anyone could poll instead)","action":"Swap dUSDC → WGBTC via a real Uniswap V3 Core pool on GOAT Testnet3","pricing":{"perDay":"$0.2","perDayBaseUnits":200000,"example1Day":"$0.24","example7Days":"$1.68"},"limits":{"minDurationSeconds":3600,"maxDurationSeconds":2592000},"network":"eip155:84532","status":"live"}]}