WP Manifestindependent plugin directory
manifest / analytics / lpagent-dashboard

LP Metrics releases

WordPress plugin that displays liquidity pool position metrics and 1-month PnL for a Solana wallet via the LPAgent API.

by @fPHXGallery · github.com/fphxgallery/lpagent-dashboard · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/fphxgallery/lpagent-dashboard/archive/refs/heads/main.zip

A WordPress plugin that displays liquidity pool position metrics for a Solana wallet using the LPAgent API.

LP Metrics Preview

Features

  • Overview stat cards — Total PnL (USD + SOL), Fees Earned, Win Rate
  • 1-Month Revenue chart — Cumulative PnL line + daily PnL bars via Chart.js
  • Open Positions table — Pair, Current Value, PnL, Uncollected Fees, DPR, In/Out Range status, Age
  • Revenue date table — Daily PnL, Cumulative PnL, and Invested amount per day
  • Glassmorphism design — matches the fphx-theme purple/pink aesthetic
  • Transient caching with configurable TTL

Requirements

  • WordPress 5.8+
  • PHP 7.4+
  • LPAgent API key

Installation

  1. Upload the lp-metrics folder to /wp-content/plugins/
  2. Activate the plugin in Plugins → Installed Plugins
  3. Go to Settings → LP Metrics and enter your LPAgent API key
  4. Add the shortcode to any page or post

Usage

[lp_metrics wallet="YOUR_WALLET_ADDRESS" protocol="meteora"]

Shortcode Parameters

Parameter Default Description
wallet (required) Solana wallet address
protocol meteora LP protocol (e.g. meteora, orca)

Settings

Navigate to Settings → LP Metrics to configure:

  • LPAgent API Key — your API key from lpagent.io
  • Default Protocol — fallback protocol used when not specified in shortcode
  • Cache Duration — how long API responses are cached (seconds)
  • Clear Cache — manually flush all cached LP Metrics data

Author

@fPHXGallery

Releases

3 releases.

Tag
Published
v1.0.2 latest
Mar 14, 2026 6mo ago
Mar 14, 2026 6mo ago
Mar 14, 2026 6mo ago

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.