Run a guarded DeFi rebalance
Scaffold for an educational article about supervised DeFi automation with simulation, slippage checks, approval limits, and human review. It does not recommend assets, protocols, or strategies.
Reader takeaway
DeFi automation should be supervised by simulation, slippage limits, approval controls, and logs.
Draft section: supervised rebalance before any execution
The article should present a rebalance as a review problem, not as a strategy recommendation. A safe draft can describe an agent reading a fictional position, comparing a target constraint with current balances, and stopping before execution until quote source, slippage, approval scope, and oracle assumptions are reviewed.
Keep the section asset-neutral. The important teaching point is that approvals, routing, price data, fees, stale quotes, and failed simulations can change the outcome before funds move. Any example should show why a reviewer would reject or pause an action as clearly as why the action might continue.
Editorial questions
- Slippage: What source-backed limit is shown, and how does the draft explain stale or moving quotes?
- Approval scope: Does the example avoid unlimited approval language and document revocation expectations?
- Oracle assumptions: Which price or state dependency could fail, lag, or disagree with the simulated route?
Draft outline
- State read: capture balances and target constraints without implying a desired allocation.
- Route review: compare quotes, slippage, fees, approvals, and oracle assumptions.
- Human approval: execute only after source-backed risk checks and simulation pass.
Review gate
Remove yield language and keep examples asset-neutral before publication.
Risk notes required: slippage, approval scope, oracle assumptions.
Source placeholders
Do not remove draft status until quote source, slippage model, approval scope, and oracle assumption notes are recorded.
Accessibility notes
Keep the skip link, descriptive review links, heading order, and non-color-only status labels when this DeFi scaffold expands.