Skip to content

Section C · Integration · Free

C2. Sub-Account Configuration Helper

What this does

Generate a sub-account configuration block based on the operator's stated risk preferences and instrument focus.

What to expect back

TypeScript object literal ready to paste into `createSubAccount`.

Works with

No tools. This one is pure thinking, and works before you connect anything.

The prompt

Inputs

  • STRATEGY_DESCRIPTIONoperator's plain-language description of strategy
  • RISK_TOLERANCE`conservative` | `moderate` | `aggressive`
  • INTENDED_INSTRUMENTSlist of instruments
  • INITIAL_CAPITALoperator's starting capital allocation

C · Integration