What Execution Sentinel Does
Execution Sentinel translates approved strategies into on-chain Solana transactions. It is the only agent with signing authority — and that authority is bounded by the permissions you configure. It handles:- Token swaps via DEX aggregators — Execution Sentinel routes trades through Jupiter to access the deepest liquidity and best pricing across all major Solana DEXs, with configurable slippage limits.
- Liquidity provision and withdrawal — adding and removing positions from Orca, Raydium, and other Solana liquidity protocols based on strategy triggers.
- Position sizing and slippage control — automatically sizing trades within your configured maximums and aborting if expected slippage exceeds your tolerance at the moment of execution.
- Multi-step strategy execution with conditional logic — carrying out complex sequences (e.g., swap → provide liquidity → set withdrawal trigger) where each step is conditional on the success of the previous one.
How Execution Works
Strategy Generation
A strategy is generated by Alpha Sentinel based on a detected signal, or entered directly by you via the Natural Language Interface. The strategy is structured as a parameterized execution object with defined entry conditions, asset targets, sizing, and risk limits.
Liquidity Validation
Liquidity Sentinel validates all risk parameters — checking pool depth, slippage conditions, and current exposure levels against the strategy’s target assets and amounts. If any check fails, the strategy is flagged and paused before it reaches execution.
Review and Approval
You review the proposed strategy in the SURCHI dashboard — including the full parameter breakdown, expected slippage, confidence scores, and any risk flags from Liquidity Sentinel. You approve the strategy to proceed, or amend parameters and re-submit.
On-Chain Submission
Execution Sentinel assembles and signs the required Solana transactions, submitting them in the correct sequence. For conditional strategies, it monitors trigger conditions and submits each step only when conditions are met.
Risk Controls
Execution Sentinel operates within a fully configurable risk framework. You define the boundaries; the Sentinel enforces them without exception:| Control | Description |
|---|---|
| Maximum Position Size | The maximum USD value of any single trade. Execution Sentinel will never submit a transaction exceeding this limit, regardless of strategy parameters. |
| Daily Execution Cap | A rolling 24-hour cap on total execution value. Once reached, all execution is paused until the window resets. |
| Asset Whitelist / Blacklist | Explicitly define which tokens Execution Sentinel is permitted to trade. Any asset not on the whitelist — or on the blacklist — cannot be included in an executed strategy. |
| Slippage Tolerance | Maximum acceptable slippage in basis points. Execution is aborted if real-time slippage modeling exceeds this threshold at time of submission. |
| Emergency Stop | A global kill switch that immediately pauses all execution activity. Can be triggered manually from the dashboard or automatically via a Liquidity Sentinel Critical alert. |
