RECODE SYSTEM

RECODE Documentation

Understand the terminal. Explore the intelligence layer.

Introduction

RECODE is a multi-chain on-chain intelligence terminal: market, scanner, token, wallet, whale, smart-money, radar and AI intelligence across six live networks, built on a strict live-data integrity contract — verified values or explicit "Data unavailable" states, never fabricated numbers.

Getting Started

Entry follows one flow:

SELECT NETWORK → CONNECT COMPATIBLE WALLET → VERIFY CONNECTION → ENTER RECODE TERMINAL

Wallet connection is explicit — RECODE never connects a wallet automatically on page load and never opens a wallet popup by itself. Selecting a network alone does not connect a wallet. Connection is read/access authorization only: no transaction, no token approval, no signature is requested during access. The same 0x address can exist on several EVM networks — the selected network is the authoritative context, never inferred from the address.

Terminal Overview

The terminal is organized into Overview (Markets, Discover, Radar), Scan & Intelligence (Scan, Asset Intelligence, Wallet Intelligence, Smart Money, Whale Activity), Signals & Forecast, Portfolio (Portfolio, Watchlist, Alerts) and Tools (Transaction Explorer). A global network selector governs every surface, and a floating RECODE AI agent answers questions with chain-aware tool access.

Supported Networks

Networks live in one registry (src/chains/registry.ts) — the single source of truth:

NetworkFamilyChain IDExplorer
Solananon-EVMmainnet-betasolscan.io
EthereumEVM1etherscan.io
BNB Smart ChainEVM56bscscan.com
Arbitrum OneEVM42161arbiscan.io
Arc (Circle)EVM5042explorer.arc.io
Robinhood ChainEVM4663robinhoodchain.blockscout.com

Wallet Connection

Wallets connect read-only (public address only — RECODE never signs, sends or requests approvals as part of access): Solana family: Phantom, Solflare. EVM family: MetaMask, Rabby, Coinbase Wallet, Trust Wallet, Rainbow, plus any EIP-6963 compatible injected provider.

A Solana wallet satisfies Solana; an EVM wallet satisfies all EVM networks. On EVM, the wallet's current chain id must match the selected network — a wrong network shows an explicit, user-approved "Switch to [network]" action. A family mismatch is rejected with a clear message; networks are never switched silently. Disconnecting revokes terminal access.

Market Intelligence

Per-network market tables (Discover, Markets) with live price, 24h change, market cap/FDV, liquidity, 24h volume, buy/sell activity, DEX and pair information, plus search, sorting and direct contract/mint lookup that resolves by address — not by membership in a tracked list.

Token Intelligence

Per-token pages with live market data, holder concentration where providers support it, whale events and metadata (name, symbol, decimals, logo). Paste a contract address or mint into the Scanner to resolve any token directly, regardless of whether the background engine has indexed it.

Wallet Intelligence

Live balances (native + tokens), verified pricing where available, portfolio value (priced holdings only), token metadata, transaction/activity history with classification (sent, received, swaps where identifiable) and explorer links. Unpriced holdings stay visible with an explicit unavailable state — never hidden, never zeroed.

Whale Intelligence

Large transfers derived from real on-chain evidence — stablecoin Transfer logs on the EVM NET chains, balance deltas of largest token accounts on Solana, native-USDC system-emitter flows on Arc. Every event carries its transaction hash, block and derivation basis. Accumulation/distribution is classified only where the data supports it.

Smart Money

Wallets ranked by verified net stablecoin/flow per chain (inflows + mints − outflows − burns), computed independently on each network from that network's own events. Transfers are direction-neutral. ROI/win-rate are shown only where reliably calculable — otherwise explicitly "insufficient data". Scores are never copied across chains.

Radar

Rule-based signals over verified stored data: unusual volume, liquidity changes, significant price movement, new pairs, large transfers and whale activity. Every signal displays its derivation basis; nothing is fabricated.

AI

The RECODE Agent answers with chain-aware tool access — Solana mints are never processed as EVM contracts and vice versa, and the selected network determines which pipeline it queries. It cites only tool results; when data is unavailable it says so instead of inventing numbers.

Multi-Chain Architecture

The selected network is the source of truth. Solana selected → Solana data only. Arc selected → Arc data only. Robinhood Chain, Ethereum, BSC and Arbitrum each route to their own pipeline. There is no cross-chain fallback, no silent reuse of another network's data, and no stale rows after switching — every surface re-renders from its own chain's endpoints.

Each network runs an isolated intelligence layer (own RPC, own store, own provider filter): src/server/sync/ (Robinhood), src/server/solana/, src/server/arc/ and the chain-generic src/server/evmnet/ (Ethereum/BSC/Arbitrum).

Live Data & Providers

RECODE uses live blockchain and market data from: DexScreener (keyless DEX market data), chain-native JSON-RPC endpoints, Blockscout (Robinhood Chain explorer), the Robinhood Stock Token API, Yahoo Finance (underlying asset reference data), CoinGecko (RWA aggregates) and Gemini (AI agent). All optional credentials live in server-side environment variables — never in client code. Dedicated RPC URLs per network are optional throughput upgrades; public endpoints work by default.

Data Integrity

RECODE never fabricates prices, market caps, volumes, liquidity, holder counts, balances, whale events, smart-money scores or PnL. Missing data renders as "—" / "Data unavailable" — never as 0. Where provider or indexing limits exist (e.g. history depth windows), the limitation is stated in the interface rather than hidden.

FAQ

Does RECODE request transactions or signatures to enter? No. Access is read-only wallet authorization only.

Why does the market data show "—"? The provider does not currently return a verified value for that field. RECODE displays unavailable rather than an estimate or zero.

Why must I switch networks in my wallet? The selected RECODE network and your wallet's active chain must match for EVM verification. The switch always requires your explicit approval.

Does RECODE store my keys? No. Wallets connect read-only; RECODE never requests or stores private keys, seed phrases or signatures.

GitHub & Community

Official website: https://recode-fi.xyz

Official GitHub: https://github.com/Recode-Fi (repository: RecodeHQ)

Official X: https://x.com/RecodeHQ

Documentation: https://recode-fi.xyz/docs