Changelog
New updates and improvements
September 2025

Synthetic Oracle Layer (SOLFeed): Introduced the SOLFeed aggregator, a composite pricing engine that integrates live Pyth and Switchboard data with PLX’s internal smoothing function. The oracle combines short-term EMA weighting and variance correction to ensure consistency across vault operations, particularly during market gaps or feed interruptions.
Advanced Vault Metrics (GraphQL API): Added expanded metrics to
/graphql/vaultMetrics, including rolling volatility indexes, drift coefficients, and 24-hour rebalance frequencies. This allows third-party builders to construct more accurate TVL prediction models and integrate vault health dashboards.Predictive Rebalance Engine (Alpha): Deployed an experimental endpoint
/predict/rebalancethat uses a local machine learning model to anticipate optimal rebalance points for high-frequency vaults. Currently running off-chain in the developer sandbox, this engine is designed to transition into a fully on-chain keeper system by Q1 2026.Vault-Specific Keeper API: Added
POST /keeper/simulatefor developers running their own automated rebalance bots. Includes latency simulation and gas efficiency scoring based on current Solana blockspace conditions.Smart Contract Hook for Fee Collection: Implemented a modular fee hook for dynamic collection of mint and withdraw fees, enabling different fee models per vault type (standard, yield, or meme-based).
June 2025
See what’s new and improved in our October update. (Halloween edition)

New Vault Assets: Introduced four new leverage pairs:
PUMP2X,PUMP5X– short-term, momentum-indexed vaults optimized for trending markets.CHILLGUY2X,CHILLHOUSE2X– stable-yield vaults with reduced rebalance frequency, designed for low-volatility conditions.
Leverage Rally Rewards v2.0: Implemented an upgraded reward registry that calculates user rebates in real-time based on volume, rally duration, and timing precision. Rewards are now distributed directly from the SOL emissions pool, reducing claim latency by 78%.
Dynamic Vault Rebalance Bands: Introduced adaptive band expansion logic to the Rebalance Engine. Bands now auto-adjust in width depending on the oracle’s variance and TVL concentration, maintaining exposure accuracy while reducing over-rebalancing during high churn.
Rebalance Efficiency Index: New metric deployed in
/rebalances/summaryto provide efficiency scoring per vault. Incorporates volume, drift correction, and volatility resistance to help users assess vault performance in real time.Sandbox v0.2: The developer sandbox now supports deposit, mint, and withdraw simulations through
/sandbox/*endpoints. Added mock oracle variance controls and drift injection tools for stress-testing bots.Audit Trace Layer: Every signed transaction now embeds a unique request ID and hash traceable via
/tx/audit/{hash}. This enables both developers and auditors to validate transaction integrity and ensure consistent replay protection.
Last updated
