Trust Model
TradeAlgoAVS ensures that Operators:
Execute trades correctly according to the strategy logic.
Do not have custody of user funds.
Keep strategy logic confidential.
Distribute fees based on the agreed subscription model.
Operators are slashed if:
They deviate significantly from the expected strategy performance.
They execute trades incorrectly or inefficiently.
They engage in front-running or exploitative behavior.
TradeAlgoAVS employs an M-of-N aggregation model where multiple Operators (quorum) execute the same strategy, and their performance statistics are compared.
The assumption is that:
The same trading strategy, under identical market conditions, should yield statistically similar results within an expected standard deviation.
Investors (strategy users) do not care about the individual order-level execution but rather the final performance metrics (profit, ROI, drawdown, Sharpe ratio, etc.).
Validation Workflow
Summary
Multiple Operators execute the strategy independently.
Their trade performance metrics are compared:
ROI
Profit percentage
Execution slippage
Risk scores (e.g Sharpe ratio)
Final aggregated results are submitted on chain.
If an Operator's results deviate significantly from the expected statistical range, they are:
Flagged for fraud.
Slashed if proven malicious.
Details
Operators independently execute the strategy, and their performance metrics are compared. Let be the performance metric of Operator . The mean of all Operator performances is defined as:
The standard deviation:
It follows that the decision rule for rewards and penalties is:
After removing outliers, the remaining valid Operator results are aggregated as:
where is the number of non-outlier Operators that will get rewarded for honest and efficient task completion. is the number of Operators that will get slashed.
Goal
The TradeAlgoAVS trust model is designed to ensure that:
Investors get what they subscribed for (verifiable performance).
Strategy providers can’t falsify results or steal funds.
Operators are incentivized to act honestly under a strong slashing mechanism.
This hybrid on-chain/off-chain design brings together the best of web3 security and traditional finance execution while preserving privacy, transparency, and accountability.
Last updated