You don't need to know this to use Tator, but for those interested, hereβs a peek under the hood at the technology that makes Tator work.
The Anatomy of a Tator Command
When you send a message like Buy $5 of ETH on Base, Tator's AI converts it into a structured command object called a SocialDexOperation. This object is like a detailed work order that tells the system exactly what to do.
Hereβs a simplified look at what Tator "sees":
Field
Value
What it Means
operation_type
'buy'
The action to perform.
amount
5
The quantity for the action.
amount_type
'usd'
The quantity is in US Dollars.
token_out_symbol
'ETH'
The token you want to receive.
chain
'base'
The blockchain to perform the action on.
Understanding this structure helps you see how Tator can handle even complex commands with precision.