Node Types
Triggers - Node that starts a run of the strategy. All strategies must have a trigger.
Data Points - Nodes that add data into the strategy for later processing by AI nodes for example.
Actions - Do something. Depending on the node, an action could be Open CDP or Place Order.
AI - Nodes that incorporate AI to run actions, generate posts, etc.
AI Tools - Nodes that can provided data to AI Nodes. The AI nodes can request data through these tools like formulas, token price data, etc.
What is the difference between AI Tools and Data Points?
Data Point nodes always inject data into the strategy. AI Tools however, provide necessary data if AI nodes request it. This can save on AI costs, and help make your strategy run more smoothly. For instance, the Indigo CDP formulas may be always be needed, but can be available if the AI feels like it needs them for some decision.
What are Optional Actions on the AI nodes?
Connected nodes with the "Then" edges will always be ran. But if you want an AI node to decide whether a node should be triggered or not, these nodes can be connected optionally off AI nodes.
An example of this is having an AI CDP Manager strategy like the below :

Here, the CDP actions are optional, giving the AI Prompt node the decision to do none, one, or more of the three CDP actions - Open, Adjust, Close.
Last updated