The Intent System is Aika’s cognitive layer, responsible for decision-making. Using hierarchical intent classification models, it processes and prioritizes user requests with sub-second response times.
ConfirmBuy
, ConfirmSell
, and ConfirmTransfer
summarize requested actions for user validation.
Executes buy/sell orders, transfers, and other transactions based on previously confirmed intents.
Dynamically refine incomplete inputs or provide alternative solutions for unsupported requests.
Context-Aware Logic: Ensures execution intents always reference validated confirmation intents.
Chain-Integrated Validation: Verifies user balances, chain compatibility, and market data before execution.