Arjia

Changelog

Release notes and updates for Arjia.

v0.8.0 — January 2026

New

  • EVM chain selector — Choose between Ethereum, Arbitrum, Base, and Optimism when depositing funds.
  • Compact mobile portfolio — Total value and allocation now render in a single row on small screens.
  • Stablecoin pricing engine — USDC, USDT, DAI, and FRAX are priced directly instead of relying on pool quotes.

Improved

  • Explorer links now resolve correctly for each chain.
  • Removed stray console.log calls from wallet provider.

Fixed

  • Token balance sometimes showed NaN when the RPC returned a delayed response.

v0.7.0 — December 2025

New

  • Fumadocs documentation site — Public docs deployed to Vercel with MDX content.
  • Binance fallback pricing — When primary oracle is unavailable, prices are fetched from Binance spot API.
  • Expanded token mappings — Added 40+ tokens across Solana, Arbitrum, and Base.

Improved

  • Position sync now runs in parallel across accounts, cutting sync time by ~60%.
  • Sidebar navigation restructured for faster access to guides.

Fixed

  • Weekly journal generation failed silently when no positions were open.

v0.6.0 — November 2025

New

  • Auto-rebalance scheduler — Cron-based rebalancing triggered via pg_cron and PGMQ event queue.
  • Withdrawal flow — Users can withdraw to any connected wallet with on-chain confirmation tracking.
  • 3Commas bot integration — Create and manage DCA bots directly from the Arjia dashboard.

Improved

  • Deposit confirmation now uses WebSocket streaming instead of polling.
  • Reduced bundle size by 18% through dynamic imports on heavy chart components.

Fixed

  • Light mode toggle did not persist across sessions.
  • Tooltip overflow on narrow viewports in the position table.

v0.5.0 — October 2025

New

  • Multi-wallet support — Connect and manage multiple wallets per account.
  • Position journal — Weekly auto-generated performance reports with PnL breakdown.
  • deBridge cross-chain transfers — Bridge assets between Solana and EVM chains.

Improved

  • Dashboard loads 2× faster with server-side data prefetching.
  • Chart library upgraded to lightweight fork with GPU-accelerated rendering.

Fixed

  • Sorting by APY in the markets table reversed the order.
  • CSV export included duplicate header rows.

v0.4.0 — September 2025

New

  • Liquidity pool explorer — Browse and filter pools across supported DEXs.
  • Solana CLMM support — Concentrated liquidity positions on Orca and Raydium.
  • KMS key management — AWS and GCP key providers for signing transactions server-side.

Improved

  • Migrated auth flow to Better Auth with session tokens.
  • API response times reduced by adding Redis caching layer.

Fixed

  • Account sync occasionally skipped the last page of positions.
  • Date formatting inconsistency between UTC and local timezone.

v0.3.0 — August 2025

New

  • Trading terminal UI — Real-time orderbook, trade history, and limit order placement.
  • Bybit integration — Spot and futures account synchronization.
  • Dark mode — Full dark theme with oklch color system.

Improved

  • Moved all environment secrets to Vault-backed config.
  • Database queries optimized with composite indexes on position tables.

v0.2.0 — July 2025

New

  • Portfolio dashboard — Aggregate view of all positions, balances, and allocation chart.
  • Deposit flow — On-chain deposit detection with automatic balance crediting.
  • Notification system — Email and in-app alerts for position changes and rebalance events.

v0.1.0 — June 2025

Initial release.

  • Account creation and wallet connection.
  • Basic position tracking for Solana SPL tokens.
  • REST API with NestJS and TypeORM.
  • Turborepo monorepo setup with shared configs.

On this page