Please connect your Web3 wallet first.
Aborean Finance V3 logo

Kujira-native, permissionless on-chain order-book DEX with V3 swap UI and governance surfaces.

Aborean Finance V3 — Functional Modules

★ ★ ★ ★ ★ 2.5

Core swapping is present with basic risk parameters, but most secondary modules (portfolio, farming, liquidity, earn) resolve to 404/placeholder states, so the product surface feels incomplete.

1. App Shell, Navigation & Wallet Connection

What it does

  • Provides the global layout, top-level navigation, and wallet entry points used across modules.
  • Establishes Aborean Finance branding and positions the product as “the liquidity layer of Abstract” (seen on multiple pages).

Concrete UI evidence

  • Many pages share the same header/title block: “Aborean Finance” + description “Official environment for Aborean Finance, the liquidity layer of Abstract” (e.g., /dashboard, /analytics, /incentivise, /lock/create).
  • Wallet CTAs are prominent:
    • /dashboard: buttons “Connect” and “Connect wallet” (suggests duplicated entry points or two components rendering similar actions).
    • /analytics, /incentivise, /lock/create: “Connect” plus an error recovery path.
  • The Swap UI exposes a top nav strip with multiple product areas in one line: “Trade Dashboard Liquidity Lock Vote Incentivise Analytics” (visible on /swap and /trade/swap).

Interactive elements

  • Primary action is wallet connection: “Connect your wallet” (/swap, /trade/swap) or “Connect” (other pages).
  • Several pages show a fallback/error state with “Oops, take me back to Swap”, acting as a global recovery route when a sub-page is missing.

Strategic significance

  • This shell defines the intended module set (Trade/Swap, Dashboard, Liquidity, Lock, Vote, Incentivise, Analytics) even when some pages are not implemented.
  • The repeated/duplicated connect buttons imply the app is still consolidating shared components (header vs. page-level empty state).

2. Trading Engine & Swap Interface

What it does

  • Token-for-token swaps with a standard sell/buy panel, chart access, and execution constraints.
  • Exposes transaction safety parameters (slippage, price impact, minimum received).

Pages and routing

  • Working Swap pages: /swap and /trade/swap both render Title: “Swap” and the same descriptive copy about “Nest Exchange” liquidity.
  • Route variants such as /swap/swap and /swap/trade currently fall into a placeholder state (they show Aborean branding and “Oops
” back-to-swap behavior rather than the Swap UI).

Concrete UI evidence (visible data + controls)

  • Header snippet includes a token price readout: “NEST $0.000589” (visible on /swap).
  • Actions and controls:
    • “View chart” button (suggests a chart drawer/modal or external chart view).
    • Amount shortcuts: “Half”, “Max”.
    • Input prompt: “Enter amount”.
    • Form field area shows “Select amount | $ | %”, indicating the input can be toggled between token units, USD value, and percent-based sizing.
  • Swap panel labels include “Sell”, “Buy”, and an availability line: “Available: HYPE” (explicitly naming at least one supported asset).

Transaction details / risk surface

  • A details block lists:
    • “Minimum Amount Received”
    • “Slippage 0.1%” (default shown)
    • “Price Impact” + “Rate”
  • Explicit warning text appears when impact is high: > “This transaction appears to have a price impact greater than 5%. Research risks
”

Strategic significance

  • Swap is the only clearly functional, data-rich module. The slippage + price impact messaging indicates an intent to protect users and reduce failed/MEV-worsened trades, while “View chart” and sizing toggles ($/%) target active trading workflows.

3. Analytics & Reporting (Placeholder/Error State)

What it does (intended)

  • The navigation exposes “Analytics” as a first-class area; the /analytics route is present but currently behaves like a placeholder page.

Concrete UI evidence

  • /analytics renders:
    • Title “Aborean Finance”
    • Description “Official environment for Aborean Finance, the liquidity layer of Abstract”
    • Buttons: “Connect”, “Oops, take me back to Swap”
  • No charts, tables, KPIs (TVL, volume, fees, APR), or filtering controls are visible on this page state.

Interactive elements

  • “Connect” implies analytics may be wallet-aware (e.g., personalized positions/fees) rather than purely public metrics.
  • “Oops, take me back to Swap” indicates a unified fallback pattern for missing/unfinished routes.

Strategic significance

  • Analytics is typically where a DEX proves liquidity depth and activity (volume, pool TVL, fee APR). Its presence in navigation suggests Aborean intends to compete on transparency.
  • The current state blocks self-serve investigation of market health; users must rely on the Swap screen’s limited context (e.g., price impact warning) rather than broad liquidity/volume indicators.
  • Engineering-wise, the route exists and is wired into navigation, but the absence of any data components suggests either backend endpoints are not integrated or the UI is gated behind conditions not met in this environment.

4. User Dashboard & Portfolio Surface (Partial)

What it does (intended)

  • A consolidated landing area for user status and product entry points (positions, balances, or activity). This is implied by the existence of /dashboard and nav item “Dashboard”.

Concrete UI evidence

  • /dashboard shows the standard Aborean header:
    • Title “Aborean Finance”
    • Description “Official environment for Aborean Finance, the liquidity layer of Abstract”
  • Wallet CTAs are duplicated: “Connect” and “Connect wallet”.
  • A dedicated portfolio path exists but is not functional: /swap/portfolio displays “404 Page not found!” and provides “Oops, take me back to Swap”.

Interactive elements

  • Only wallet connection is actionable on /dashboard.
  • The /swap/portfolio page includes a search prompt “Search tokens and pools” above the 404 message, which suggests the portfolio page was meant to reuse a shared search header component (likely also used for liquidity/pools).

Strategic significance

  • A dashboard/portfolio module is how DEXs keep users returning (positions overview, PnL/fees, claimables). The presence of both /dashboard and /swap/portfolio hints at an evolving information architecture: one route at the app root, one under the Swap namespace.
  • The current implementation is effectively a shell without content. The duplicated connect CTAs imply component composition issues (two separate widgets rendering) that should be resolved before adding portfolio tables (positions, historical swaps, LP shares).

5. Liquidity, Incentives, Farming, Staking & Locking (Mostly Unavailable)

What it does (intended)

  • These routes collectively suggest a full DEX lifecycle beyond swapping:
    • Provide liquidity (LP positions)
    • Incentivise pools (rewards)
    • Farm/earn programs
    • Stake governance/reward tokens
    • Lock tokens (vote-escrow or time-lock mechanisms)

Pages and current behavior

  • /incentivise: Aborean header + buttons “Connect” and “Oops, take me back to Swap”; no incentive configuration UI is visible.
  • /lock/create: same placeholder pattern (connect + back-to-swap).
  • Under /swap/*, multiple feature routes return a 404 page while still rendering a shared header area:
    • /swap/earn, /swap/farm, /swap/liquidity, /swap/stake, /swap/portfolio show “Search tokens and pools” then “404 Page not found!” and the recovery button.
  • /swap/pool exists as a route but provides no visible interactive elements in the captured state (only the global Aborean framing).

Interactive elements (implied by shared components)

  • The repeated “Search tokens and pools” suggests these modules were designed around a searchable list view (token list / pool list) with drill-down into details.

Strategic significance

  • Liquidity + incentives are how the platform would attract depth and reduce swap price impact; locking/voting typically governs emissions or fee distribution. The nav also includes “Vote” (seen in the Swap header), reinforcing that governance is part of the intended design.
  • As shipped here, these modules are not usable, which prevents the platform from closing the loop between traders (swap) and liquidity providers (LP + rewards). This also means the Swap UI’s price impact warning cannot be acted upon by users who would normally add liquidity or choose a better pool on the same site.
Official Website * May contain affiliate link, no extra cost
💰

Yield Guide

Fee Revenue · LP Yields · Incentive Programs · Staking · Earning Strategies

→