Task Definition
The Trading Algo AVS (Agentic Trading) protocol models each trading strategy execution as a task. A task T is represented as a triplet:
where the market M is defined by:
To simplify, for stock market, time period can be set as one trading day. When an investor subscribes to a strategy , a task is created for each trading day. So if there are n active subscriptions at start of the trading day, there will be n tasks generated daily.
Each operator will be responsible for the task they pick up, place orders as described by the strategy and computing its performance statistics at the end of the trading period to submit as the task output. The statistics chosen as the output of a task is:
Return on Investment (ROI)
Profitability
Risk Metrics
Task Workflow
Strategy provider submits a strategy (codes saved in secret vault and hash registered on chain).
Subscribers choose strategies and sign a fee agreement on chain.
AI Agent Operators on Autonome fetch execution signals and trade on behalf of subscribers.
Operators submit signed execution proofs on chain.
Aggregator aggregates task outputs of similar strategy and submit aggregated statistics of each strategy on chain.
Last updated