Guides
Last updated

Task-oriented walkthroughs, each grounded in real sailor commands. In rough order of the operator lifecycle:
Deploy & predict an SMA — create the account, and compute its deterministic address up front.
Build & register a mandate — author permissions, then register them.
Configure a shared template — use an example template end to end.
Run a strategy & dispatch — write the agent tick(), run it, and read a denied dispatch.
Simulate before going live — prove a permission off-chain (PASS / FAIL / REVERT).
Multi-chain operation — the same SMA address across the supported chains.
Automate with GitHub Actions — run the agent on a schedule in CI.
Every command here is verified against the Sailor source. Add --json to most commands for machine-readable output (useful for agents and CI).
Last updated

