Every live WEALD V3 position is minted by the official position manager directly to the connected wallet. WEALD does not hold it.
AUTOMATED LP EXITS · MAINNET GUIDE
Set the target.
Automate the exit.
WEALD lets you choose a percentage price target for a Uniswap V3 LP. When the position fully crosses that target and the move is confirmed on-chain, an approved keeper can close the LP, collect its fees, and return the proceeds to your wallet.
What WEALD does
WEALD automatically closes an approved Uniswap V3 LP after its chosen price target is reached and confirmed. You do not have to continuously monitor the market or manually exit the position.
Instead of making you reason in ticks, a Grove turns a relative price-change target into a one-sided concentrated-liquidity range.
The NFT remains a regular Uniswap V3 position. Compatible Uniswap tooling and direct contract calls remain available if this interface is offline.
A +500% target means the asset's relative pool price reaches roughly 6× its starting level. Fees, execution price, token values, slippage, and impermanent loss determine the economic result.
Choose the right path
Start with the action that matches the market state. The interface prevents incompatible flows before requesting approvals.
A pool already exists
Search live V3 markets or paste a pool contract, inspect on-chain state, then open it.
Browse markets →CREATEExisting or new pair
Enter the token you hold and its paired token. WEALD uses the existing V3 pool or initializes the missing one internally.
Create an LP →GROWYou want a target exit
Deposit one side, choose a percentage target, create the NFT, then optionally activate auto-close.
Open a Grove →MANAGEYou already hold an NFT
Load wallet positions to collect fees, reduce or close liquidity, and manage an automation rule.
Open portfolio →Create a new V3 pair
Use this only when the canonical pool for that token pair and fee tier does not already exist.
Enter both contracts
Paste any two valid Robinhood Chain ERC-20 contract addresses. WEALD reads their metadata and checks that they are different tokens.
Choose market terms
Select the 0.05%, 0.30%, or 1.00% fee tier, set the starting relative price, and enter both seed amounts.
Approve exact amounts
Confirm one exact allowance per token. WEALD does not request an unlimited approval for pool creation.
Create and seed
The bootstrapper creates the canonical V3 pool, initializes it, supplies liquidity, and mints its standard NFT directly to your wallet.
The starting price is economically sensitive and the first deposit can be arbitraged if it is wrong. Verify both token contracts, decimals, token order, and relative price independently. Fee-on-transfer and otherwise incompatible tokens are rejected.
If the selected pool already exists, WEALD stops the bootstrap flow before approvals. Open the existing market and create a position there instead. Check the market first →
Create a target-based Grove
A Grove is a standard V3 NFT with a one-sided range positioned in the direction of your target.
- Choose the asset you holdSelect a verified live pool and enter the exact amount to deposit.
- Express the outcome as a percentageFor example, +100% targets about 2× and +500% targets about 6× the current relative price.
- Review and approveCheck the calculated range and fee breakdown, approve the exact input, then create the Grove.
- Finish this position before starting anotherAfter creation, the UI advances to its management and optional automation step.
How auto-close works
Automation is opt-in. It cannot move an unrelated NFT and it cannot execute before the registered on-chain conditions are satisfied.
Set a price target
Choose how far the deposited asset should gain against its pair. The UI translates that percentage into a valid tick boundary.
Finish the Grove
The position is created first. WEALD then selects that exact NFT so automation cannot accidentally attach to another position.
Allow and activate
Approve the auto-closer only for that NFT, then register its rule. These are explicit wallet confirmations and can be revoked.
Cross, confirm, close
The position must fully cross its target and remain beyond it for the TWAP window. A keeper can then close it atomically.
The 95/5 split applies only to the 1% service fee: approximately 0.95% of collected proceeds goes to treasury and 0.05% rewards the executing keeper, before integer rounding.
The contract settles net tokens to the NFT owner recorded for the rule.
Cancel it and revoke the NFT approval any time before a successful execution.
Keeper, RPC, oracle, chain, token, or gas conditions can delay or prevent an eligible close.
Manage a position
The portfolio reads the connected wallet's live NFTs and keeps actions grouped around the selected position.
Collect earned fees
Collect available token0 and token1 fees without removing active liquidity.
Close partially
Choose a percentage of liquidity to remove, review minimum outputs, and keep the NFT open.
Close fully
Remove all liquidity, collect proceeds, and burn the empty NFT in one managed flow.
Edit the target
Cancel the current rule, review a new target and safeguards, then register the replacement rule.
Use Uniswap tooling
Because the NFT is standard and held by you, WEALD is never the only route to manage or recover it.
Fees, without fine print
WEALD's two service fees are shown before signing and are capped on-chain at 1% each.
| Action | Current | On-chain cap | Applied to |
|---|---|---|---|
| Create a Grove or new pool position | 1% | 1% | Each deposited input token |
| Manual fee claim or close | 0% | — | No WEALD service fee |
| Automated close | 1% | 1% | Each token actually collected |
These do not include network gas, pool swap fees, price impact, MEV, token taxes, or impermanent loss. Creating for 100 tokens sends 1 token to treasury and supplies up to 99 tokens; unused net input is refunded.
Uniswap-native. PONS-pair compatible.
WEALD builds on the official Uniswap V3 contracts. The position remains a canonical V3 NFT in your wallet, while compatible PONS-launched tokens can be used to create new V3 pairs.
No wrapper. No vault share. No lock-in.
The official NonfungiblePositionManager mints your LP NFT directly to your wallet. You can collect fees, decrease liquidity, close, or transfer it using WEALD, compatible Uniswap V3 software, or direct verified contract calls. If WEALD disappears, the LP remains yours and usable.
Any compatible launch token can form a V3 market.
Paste a PONS-launched token contract and any other valid Robinhood Chain ERC-20. If the selected V3 pair and fee tier are missing, WEALD can create and seed the canonical pool—without a hardcoded token allowlist.
| Liquidity type | Discover | Create | Manage / automate |
|---|---|---|---|
| Uniswap V3 | Yes | Yes | Yes |
| PONS-launched ERC-20 in V3 | Yes | Yes—any compatible pair | Yes |
| Imported V3 NFT | Wallet read | Already exists | Yes |
| Uniswap V2 LP token | Not currently | Not currently | Not currently |
| PONS / Uniswap V4 launch position | Launch discovery | Not currently | Not currently |
| Generic V4 position | Not currently | Not currently | Not currently |
PONS token compatibility does not mean WEALD currently manages PONS V4 LP positions. PONS/V4 launch state may be surfaced for discovery, while WEALD's live creation, position management, and automation operate on canonical Uniswap V3 pools and NFTs.
Safety and recovery
The design minimizes custody and approval risk, but using smart contracts and concentrated liquidity is never risk-free.
Chain and code are pinned
Write actions require chain ID 4663. Contract targets are loaded from the checksummed deployment manifest and their runtime bytecode is checked before signing.
Approvals are narrow
Creation uses exact token allowances. Automation uses permission for the selected NFT, not custody of the wallet.
Settlement is atomic
An eligible automated close removes liquidity, collects, deducts the disclosed fee, and transfers net proceeds in one transaction.
Recovery bypasses WEALD
Open the official V3 position manager through compatible Uniswap software or call it directly to collect, decrease, or transfer the NFT.
RISKS THAT REMAIN
Read before mainnet signatures.
Smart-contract bugs, malicious or unusual tokens, incorrect starting price, thin liquidity, slippage, MEV, impermanent loss, oracle availability, RPC failure, chain failure, keeper liveness, and regulatory or bridge events can cause loss or delayed execution. WEALD has completed internal review and live testing; neither eliminates these risks or guarantees outcomes.
Technical security reference ↓Verified mainnet contracts
Every application write targets the active, checksummed Robinhood Chain manifest.
0xe0F0…9791↗Grove manager V20x0F24…32FC↗Auto-closer V20x500C…0dcB↗Fee controller0x9d25…6F0a↗WEALD factory0xAa22…7B16↗Uniswap V3 position manager0x7399…E0D3↗Uniswap V3 factory0x1f7d…2EfA↗e67acc6c09394e97919ebd94cc9dd516da5ddf39b10b7d8188ec379a4f1c2fe720 pinned contracts · verification completeFrequently asked questions
Short answers to the questions that matter most before using real assets.
Does WEALD hold my liquidity?
No. The official Uniswap V3 position manager mints the NFT directly to your wallet. An automation approval is a revocable contract permission, not a transfer into WEALD custody.
Can I manage the NFT if WEALD disappears?
Yes. It is a regular V3 NFT and remains manageable through compatible Uniswap interfaces or direct position-manager calls.
Can I import a V3 NFT created elsewhere?
Yes. Connect its owner wallet and load the portfolio. Compatible V3 positions can be collected, reduced, closed, and enrolled in automation after the required checks.
Can I create any token pair, including a PONS launch?
Yes, if both contracts are compatible Robinhood Chain ERC-20s. That includes a PONS-launched token paired with WETH, HOOD, a stock token, or another valid ERC-20. WEALD creates the canonical V3 pair when that exact pool and fee tier do not already exist. Token compatibility and economic safety remain your responsibility.
Does auto-close guarantee a sale or profit?
No. It waits for full range crossing and TWAP confirmation, then permits execution. Market movement, oracle history, keeper availability, gas, slippage, token behavior, and chain conditions still matter.
Is V4 automated today?
No. Current position creation and automation are V3. PONS/V4 launch information may appear in discovery, but a V4 position requires a separate integration.