Home
Documentation

Overview

Ultimate is an AI-powered interface for decentralised finance. It translates plain-English requests into structured blockchain actions across 42 networks and 13 protocol integrations.

The platform aggregates portfolio data from multiple sources, analyses DeFi opportunities, and proposes optimised transaction routes — all through a single conversational interface. Every action requires explicit user approval before execution.

Ultimate is designed for both newcomers who find existing DeFi interfaces overwhelming and experienced users who want to operate across chains more efficiently.

How It Works

Every interaction follows a consistent four-stage pipeline. This model ensures the AI never executes actions autonomously.

01

Intent Recognition

The user describes what they want in plain English. No protocol-specific syntax or parameter formatting required.

02

Analysis & Classification

Natural language understanding identifies the assets, networks, and action type. The system classifies the request into one of 40+ automation categories.

03

Route Resolution

The AI selects the optimal tool and execution path. For cross-chain operations, it evaluates bridge routes, gas costs, and slippage to find the best option.

04

User Approval

The proposed action is presented for review. The user signs the transaction with their own wallet. The AI proposes — it never executes.

Under the Hood

A detailed system trace showing exactly how a cross-chain transfer request flows through the platform — from user input to confirmed transaction.

system trace
User input receivedyou"Transfer 500 USDC to Base"
received
Intent classifiedtransfer · cross-chain · USDC
analysed
Model routingAWS Bedrock · selecting optimal model
routing
claude-sonnet-4intent
claude-haiku-4fast
nova-proreasoning
On-chain validationquerying RPC + DeBank
fetching
USDC Balance
2,450.00USDC
Allowance
Unlimited
Est. Gas
~$0.42
Route resolvedStargate USDC bridge · est. 45s
resolved
Transaction signedyouwallet signature confirmed
signed
Transaction broadcastEthereum → Base · 500 USDC · confirmed
confirmed

AI Capabilities

The AI layer provides six core capability domains, each powered by specialised tools that interact with on-chain and off-chain data sources.

Portfolio Aggregation

Multi-chain, multi-source portfolio tracking. Aggregates token balances, DeFi positions, and NFTs across all connected wallets with priority-based data source fallback.

Cross-Chain Transfers

Route-optimised bridging and transfers across 42 networks. Evaluates gas costs, bridge fees, and estimated time to find the optimal path.

DeFi Interactions

Direct protocol interactions including lending (Aave, Compound, Morpho), staking (Lido, Eigenlayer), swaps (CoW Protocol, Curve), and yield (Ethena).

Market Intelligence

Real-time price data, lending rates, TVL metrics, and protocol analytics sourced from on-chain data and aggregator APIs.

Smart Alerts

Configurable notifications for price movements, portfolio changes, and protocol events. Set up alerts in natural language — the system handles the monitoring.

dApp Analysis

AI-powered protocol analysis that evaluates smart contracts, TVL trends, audit status, and risk factors for any decentralised application.

Supported Networks

The platform supports 42 blockchain networks for portfolio tracking, transfers, and DeFi interactions. EVM-compatible chains and Solana are fully supported with native RPC integration.

EthereumBaseArbitrumOptimismPolygonAvalancheBNB ChainFantomGnosiszkSync EraLineaScrollMantleBlastModeCeloMoonbeamMoonriverAuroraMetisBobaHarmonyCronosKavaKlaytnFuseAstarEvmosCantoCoreopBNBManta PacificZoraPulseChainPolygon zkEVMStarknetSolanaSeiMerlinTaikoBerachainSonic

Supported Protocols

Direct integrations with 13 DeFi protocols enable the AI to propose structured transactions for lending, staking, swapping, bridging, and yield generation.

ProtocolCategoryNetworks
Aave V3LendingEthereum, Base, Arbitrum, Optimism, Polygon
Compound V3LendingEthereum, Base, Arbitrum, Polygon
Morpho BlueLendingEthereum, Base
LidoStakingEthereum
EigenlayerRestakingEthereum
CurveDEX / PoolsEthereum, Arbitrum, Optimism, Polygon
EthenaYieldEthereum
CoW ProtocolDEX AggregatorEthereum, Arbitrum, Gnosis
LI.FIBridge / DEX42 networks
UniswapDEXEthereum, Base, Arbitrum, Optimism, Polygon
JupiterDEX AggregatorSolana
AerodromeDEXBase

Security Model

Security is enforced architecturally, not just by policy. The platform is designed so that the AI cannot access private keys or execute transactions without explicit user approval.

No private key accessThe platform never requests, stores, or has access to private keys. All transaction signing happens client-side through WalletConnect.
Propose, never executeThe AI constructs transaction parameters and presents them for review. Execution requires the user to sign with their own wallet — the system cannot bypass this step.
No custodyUltimate is a non-custodial interface. Funds remain in the user's wallet at all times. The platform has no ability to move or access user assets.
Client-side signingTransactions are signed locally on the user's device via WalletConnect. The backend receives only signed transactions — never raw keys or seed phrases.
Governance constitutionA formal constitution defines inviolable rules for AI behaviour, data handling, and operational boundaries. All development follows these constraints.
Rate limitingGlobal rate limiting protects against abuse. API endpoints enforce request throttling per user and per IP address.
Anonymised analyticsUsage analytics are fully anonymised. No personal information, wallet addresses, or transaction details are included in analytics data.

Alert System

The notification engine monitors blockchain events and delivers real-time alerts based on user-configured conditions. Alerts are configured through natural language — no manual parameter setup required.

Alert Types

Price movements (above/below thresholds)
Portfolio value changes
Token transfer activity
DeFi position health (liquidation warnings)
Protocol TVL changes
Gas price thresholds

Configuration

Alerts are created through the chat interface using natural language. For example: "Alert me when ETH drops below $2,000" or "Notify me if my Aave health factor goes below 1.5." The AI parses the condition, sets up the monitor, and confirms the configuration.

Architecture

The platform follows a proxy architecture where the frontend never exposes backend URLs directly. All API calls are routed through server-side proxy routes.

Frontend — Next.js 15 / Vercel
↓ proxied API routes
API Server — Express / AWS Lightsail
↓ authenticated requests
PostgreSQL
persistence
Redis
cache / rate limits
Data Sources
DeBank, TheGraph, RPC
Auth: Guest (auto) → SIWE wallet connect · JWT sessions