Protocol Mechanics
Learn the technology behind Zap Pilot
🧠 Protocol Mechanism
Zap Pilot operates as a non-custodial, algorithmic asset allocation system. Users maintain full control of their funds via smart AA wallets. The protocol provides allocation suggestions and execution tools, but cannot move user assets without explicit approval.
1. User Deposit
Users interact with the protocol through an Account Abstraction (AA) wallet. Upon deposit, funds are routed into a thematic vault containing a curated set of DeFi protocols.
2. Vault Strategy
Each vault represents a strategy (e.g. stablecoin yield, liquid staking tokens, or cross-chain opportunities), and contains multiple pools. These are dynamically weighted based on expected performance and risk.
3. Kelly Allocation
Vault weights are determined using the Kelly Criterion. This strategy calculates the optimal allocation to each pool based on its expected return and variance, maximizing long-term geometric growth:
weight = expected_return / variance
This provides a systematic balance between growth and risk management.
4. Rebalancing (User-Driven)
Since funds remain in the user’s AA wallet, the protocol cannot perform rebalancing directly. Instead:
Quarterly: Users receive an email with updated Kelly-based allocation suggestions
Frontend: Users can trigger a one-click rebalance via the interface, which is executed from their own wallet
5. Asset Flow Overview
Last updated