Strategy
The mathematical framework behind every signal REVERO generates.
The protocol monitors a basket of Solana tokens against their 20-period moving average on the 1H timeframe. When a token deviates beyond 1.5 standard deviations (σ) from the mean, a signal is generated. The agent enters the position and holds until price reverts to within 0.3σ of the mean, or exits at a 3.5σ stop loss. All signals are recorded as memo transactions on Solana mainnet.
Agent monitors a basket of Solana tokens on the 1H timeframe. For each token, it calculates the 20-period moving average (μ) and standard deviation (σ).
When a token's current price (P) deviates beyond 1.5σ from the mean, a z-score signal is generated. Negative z = long opportunity. Positive z = short opportunity.
The agent constructs a swap via Jupiter v6 API and submits the transaction. The signal details are recorded as a memo on Solana mainnet.
Position is held until price reverts to within 0.3σ of the mean (take profit) or exceeds 3.5σ (stop loss). All exits are also recorded on-chain.
The agent loops continuously. No human intervention. No emotional decisions. Pure mathematical reversion.