The app
The Intelena dapp lives at dapp.intelena.app. It runs on Robinhood Chain (chain id 4663) and reads real on-chain data today; the shielded pool contracts are not deployed yet, so pool-side actions run as a labelled pool simulation on your device.
What is real, what is simulated
| Real, from Robinhood Chain | Simulated locally (until the pool ships) |
|---|---|
| Chainlink oracle midpoints for ETH, USDG and every listed stock token | Shielded balances, notes and nullifiers |
| Uniswap v3 quotes and price impact for the public leg | Dark crosses and private order execution |
| Public swaps on Uniswap v3 and on-chain sends from your connected wallet | Shielded deposits, withdrawals, private transfers, proofs |
| Your wallet's ETH and token balances, tx count, ENS | Viewing-key decryption (same-device) |
| 24h price history (5-minute oracle ticks) |
Anything that would need the pool contracts — signing an intent, a real deposit or withdrawal transaction — is disabled with a tooltip. On-chain reads are never mocked.
Navigation
- Overview — balances, active orders, exposure summary, quick actions.
- Trade — swap, limit, stop, TWAP / DCA with a route preview and Leak Score.
- Portfolio — PnL, transfers, payment requests, viewing keys, proofs, addresses, tax export, safety, activity.
- Assistant — chat grounded in the whitepaper (see Assistant API).
- Others — Markets, Route Lab, Alerts, Orders, Vaults, Agents, Exposure scan, Audit portal, Notifications, Settings, and community links.
⌘K / Ctrl+K opens the command palette (jump to any page, or "Trade TSLA").
Wallets
Connect with Robinhood Wallet, MetaMask, Rabby, Coinbase Wallet or any WalletConnect wallet. On phones the picker deep-links into the wallet app. If your wallet is on another network, the header offers Switch to Robinhood Chain.
Privacy of the app itself
- Wallet queries go through the app's own RPC proxy — your IP is not sent to a third-party RPC with your address attached.
- Orders, keys, alerts, vault and agent state are stored only in your browser (
localStorage). Clearing site data clears them. - Nothing you do in the app is sent to an analytics service.