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

Guides

Task-oriented walkthroughs, each grounded in real sailor commands. In rough order of the operator lifecycle:

  1. Deploy & predict an SMA — create the account, and compute its deterministic address up front.

  2. Build & register a mandate — author permissions, then register them.

  3. Configure a shared template — use an example template end to end.

  4. Run a strategy & dispatch — write the agent tick(), run it, and read a denied dispatch.

  5. Simulate before going live — prove a permission off-chain (PASS / FAIL / REVERT).

  6. Multi-chain operation — the same SMA address across the supported chains.

  7. 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