Automated range management for Uniswap v3 positions on Robinhood Chain. Not live yet: no contracts are deployed and nothing here manages a position.
Status per capability. Nothing on this page acts on funds today.
When price leaves the band the position is closed and re-minted around the new price. Two wallet-free steps once you have delegated.
No action while price sits inside the band. Rebalances only when the drift exceeds the strategy threshold, so gas and IL crystallisation stay low.
Collected fees are folded back into the position on a schedule instead of sitting idle as owed tokens.
Move liquidity between fee tiers of the same pair when fee capture is better elsewhere.
Band width scales with realised volatility of the token, read from pool ticks over time.
Wider bands and lower utilisation when the pool gets disorderly.
The same shapes the deposit flow offers today, with the rebalance rule automation will follow.
Wide range, infrequent rebalances, minimal impermanent loss. Fees are lower but steady.
Volatility-adjusted range. Rebalances when price leaves the band. The default for most capital.
Tight range, high utilization, frequent rebalances. Maximum fee capture, maximum exposure to divergence.
Self-custodial by construction. No waitlist, no deposit: it ships when the contracts are audited.
You open a position on /liquidity/pools like today. The NFT is minted to your wallet.
You approve a SYNQ strategy contract as operator for that NFT only (ERC-721 approve). No token allowances, no custody.
A keeper watches the pool tick. When a strategy rule triggers it calls the strategy contract, which can only decrease, collect and re-mint within the rules you chose. Withdrawals always go to you.
Revoke the operator approval at any time in your wallet. The position is yours before, during and after.