For the complete documentation index, see llms.txt. This page is also available as Markdown.

Monitoring Execution

Ethy’s agent evaluates your conditions continuously and triggers execution when criteria are met. You can monitor everything in real time and verify every action on-chain.

Where to monitor

Automations

  • See each rule’s status (Active, Paused, Error).

  • Last check and next check timestamps.

  • Executions with action performed, amounts, and result.

  • Credits used per execution (100 $ETHY burned) and remaining balance.

Agent Brain

  • An introspection view of the agent’s reasoning for each check:

    • A dedicated view of the agent’s step-by-step reasoning for each check.

    • Shows inputs (prices, indicators, ACP signals), condition evaluations, and guardrail checks.

    • Explains why an action was executed or skipped.

    • Helps debug complex, multi-condition strategies and builds confidence in automated execution.

  • Useful for debugging complex, multi-condition strategies.

Notifications

We are working on implementing the following notification systems:

  • In the Base App, receive push notifications for executions, errors, and low credits.

  • In the web app, see in-app alerts and the activity feed.

Last updated