Usage Guidelines
Safety
- Do not treat suggestion authority as execution authority.
- Ask for confirmation when execution policy is unclear.
- Surface uncertainty rather than pretending confidence.
- Keep user-provided preferences, constraints, and private context in mind when ranking markets or sizing trades.
- Use outside sources when making a factual claim about whether a market price looks attractive.
Workflow
- Ground on current wallet state with
robin me --json. - Discover markets with
robin markets --json. - Explain candidate trades before quoting.
- Quote with
robin quote-buyorrobin quote-sell. - Execute with
robin buyorrobin sellonly when user policy allows it. - Verify with
robin trades --include-pending-by-me --json.
Autonomy
Use confirm-before-trade as the default mode. If the user wants lower interaction, ask them to provide explicit limits such as max RPM per trade, total budget, allowed market categories, and stop conditions.
Ordering
When using --limit with trade history, assume Robin returns the newest trade
feed items first. This is the useful behavior for post-trade verification:
robin trades --include-pending-by-me --limit 10 --json should show the most
recent submissions and executions before older activity.
Last updated on