Track LP, Copy from the Top LPs. Vibe-code with our API.

LP Agent is the complete toolkit for liquidity providers. Track your portfolio in real-time, one-click copy the most profitable wallets, or use our open data API to vibe-code your own custom bots.

Supported protocols & ecosystems

Meteora Meteora
Orca Orca Whirlpool
๐Ÿฆ„ Uniswap
Solana Solana
โ—ˆ Raydium CLMM
Act 01 ยท Monitoring

See exactly how every position is performing - in real time.

LP Agent gives you a live portfolio dashboard showing total net worth, win rate, fees earned, and profit history all in one place. No spreadsheets. No guesswork. 479 closed positions tracked automatically - with full PnL per trade.

Full PnL history Profit chart Fee tracking Position history
LP Agent portfolio tracking dashboard
LP Agent historical positions and copy LP analysis
Act 02 ยท Copy

Find wallets has win rate 91%+. Mirror them in one click.

LP Agent scans thousands of wallets and surfaces the ones with the highest win rates, best fee APRs, and lowest IL exposure. One-click Copy LP mirrors their positions on-chain, settled in under 5 seconds - automatically protected from rug tokens and with your own TP/SL rules.

  • โšก Settled in seconds - Sub 5s copy execution.
  • ๐Ÿ›ก 100% Secure - Privy infra, strict rug protection & Custom TP/SL.
  • ๐Ÿ’ธ Priced fair - Free portfolio tracking, zero hidden fees.
  • ๐ŸŒ Web-based - Interact directly on-chain instantly, no installations.
Act 03 ยท Build

Vibe-code your own. Institutional-grade LP Data API.

Skip months of data engineering. Our open API surfaces battle-tested LP intelligence - pool analytics, position data, fee history, and more - across Meteora, Orca, Uniswap and beyond. One endpoint, all the alpha.

GET /open-api/v1/lp-positions/opening
// Get all currently open LP positions for a wallet
const getOpenPositions = async (owner) => {
  const res = await fetch(
    `https://api.lpagent.io/open-api/v1/lp-positions/opening?owner=${owner}`,
    { headers: { "x-api-key": "YOUR_API_KEY" } }
  );
  const { data, count } = await res.json();
  // data[0]: { pairName, protocol, collectedFee,
  //   pnl: { value, percent }, currentValue, inRange }
  return data.filter(p => p.pnl.percent > 0);
};

Top Pool Rankings

Real-time leaderboards of the highest fee-APY pools across Meteora, Orca, and Uniswap - ranked by net profit, volume, and IL risk.

Position & PnL Analytics

Deep per-position data: realised fees, impermanent loss breakdown, net APR, and historical performance - for any wallet, on any protocol.

Historical Fee Streams

Granular fee revenue history per pool - backtest your own LP strategy or train an ML model with clean, curated on-chain data.

OpenAPI - Start in 5 Minutes

Fully documented REST API with Swagger UI. Copy a snippet, get your API key, and vibe-code your own LP bot or analytics dashboard - no on-chain infra required.

Proof

Real users. Real profits.

$0+

Total Volume Managed

0+

LP Positions Opened

0%

Position Win Rate

$0

Net Profit Generated

Stop leaving yield on the table.

Join thousands of LPs earning more with less effort - or start building with the most comprehensive LP data API in DeFi.