Type/to search

Robinhood V3/V4 Active-Pool LP Strategy

Common strategy
Created: 2026-09-13 21:02:07
Last modified: in 7 hours
2
Follow
523
Followers

Robinhood V3/V4 Active-Pool LP Strategy

1. Core Idea: Earn Enough Fees to Cover Costs

The strategy provides liquidity to pools with sustained trading activity and sufficient liquidity.

Before entry, it compares expected fee income with swap costs, slippage, gas and an inventory-risk allowance. By default, it discounts estimated hourly fee income by 50% and requires the result to cover at least 1.5 times the estimated round-trip cost.

2. Pool Selection and Entry

The strategy periodically retrieves V3/V4 pool directories through paginated APIs. It screens ETH/WETH pairs by pool age, liquidity, trading volume, buy/sell activity and price movement.

Eligible pools then undergo on-chain identity, liquidity and two-way quote checks. Capital starts in ETH, converts to WETH when necessary, and enters a concentrated liquidity position around the entry price.

API discovery → Activity screening → On-chain checks → Cost assessment → Entry

The current production configuration excludes new positions targeting USDG and accepts only hook-free pools with static fees.

3. Position Management and Exit

Positions are monitored for net losses, price deviations, liquidity changes and accumulated fees. When an exit condition is triggered, the strategy removes liquidity, collects fees and converts the proceeds back to ETH.

There is no fixed holding deadline. By default, fee-income progress checks begin after 10 minutes; materially weaker-than-expected income can also trigger an exit.

4. Main Parameters

ParameterDefaultPurpose
Budget per position3 USDIncludes entry gas and execution allowance
Maximum positions1Limits concurrent positions
Allow new entriesEnabledDisabling it preserves management of existing positions
Maximum net loss3%Triggers an exit
Price deviation exit3%Triggers on movement in either direction from entry

Actual deployment also remains subject to built-in capital limits and wallet reserves. Parameter changes take effect after restart; exit settings apply to new positions.

5. Validation Status

Small live tests have completed full entry-to-exit cycles for both V3 and V4, verifying execution and fee accounting. Long-term profitability remains unverified. Price movements and transaction costs may outweigh fee income, and exit thresholds do not guarantee the final realized loss.

Source
JavaScript
// ============================================================
// Robinhood Chain · Uniswap V3/V4 活跃池筛选 + LP 仓位管理 · V3-LIVE
// FMZ / 发明者量化 · JavaScript
//
// 仅从已有池目录寻找候选,直接核查行情接口统计及最新链上状态。
// 交易方式:shadow / dryrun / manual / auto;新增开仓单独控制。
// 默认自动筛选并允许合格池开仓,每仓总预算 3 USD,最多同时 1 仓。
// 池身份、币种、行情、最新状态及发送前检查必须通过;旧仓账本与退出独立恢复。
// V3/V4 独立实盘闭环已验证;成本仍为情景估计,不代表完整策略盈利验证。
// ============================================================

Strategy parameters
Strategy parameters
每仓总预算(U) (Optional)
最多同时持仓 (Optional)
允许新增开仓
最大净亏损(%) (Optional)
价格偏离退出(%) (Optional)
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)