Private Strategy Mechanism
Our private strategy is the secret sauce that gives our platform its edge. Here's how it works:
The strategy logic is encrypted and stored off-chain.
When needed, the encrypted strategy is sent to a Lit Action for decryption and execution.
The Lit Action processes current market data (yields, gas costs, etc.) using the decrypted strategy.
The output is a simple "move/don't move" signal or instructions on where to allocate funds.
This approach ensures that our yield optimization logic remains confidential while still being executable in a decentralized manner.
Last updated