Portfolio, keys and audits
Shield, withdraw, emergency exit
- Shield moves value from your public wallet into the pool. The dialog is capped by your real on-chain balance and shows the batch countdown (deposits enter in timed batches).
- Withdraw exits to a fresh address through a relayer, with gas paid from the shielded balance.
- Emergency exit withdraws straight from the contract, no relayer. The Safety tab lets you simulate relayers going offline to see that the exit still works.
Portfolio tabs
| Tab | What it does |
|---|---|
| PnL | Local profit / loss from your notes, plus a ZK PnL proof you can share without revealing the wallet. |
| Transfer | Private transfer to another Intelena user (saved contacts available). |
| Request | Payment link + QR that never reveals your balance or main wallet. |
| Viewing keys | Issue a read-only key scoped to one asset, a date range, or both. Revoke any time. Each key has an Audit link and a share link. |
| Proofs | Every spend's poi_… proof of innocence and any zkpnl_… proofs, with a checker. |
| Addresses | Your Intelena ID (QR), saved recipients, and a fresh address per dapp. |
| Tax export | CSV generated on your device from your private notes. |
| Safety | Relayer status and the emergency exit. |
| Activity | Everything, filterable. |
Audit portal
The auditor side of a viewing key. Open dapp.intelena.app/audit?key=ivk_… (or press Audit next to a key) and the portal shows only the fills and events inside that key's asset and date scope, with per-asset totals and CSV / JSON export. Revoked or unknown keys are denied, and every use is logged in the owner's activity.
The cryptographic version of this flow — scoped keys derived per asset and per day, so an auditor physically cannot decrypt anything else — is specified and implemented in intelena/viewing-keys.
Vaults and agents
- Vaults — a shielded team treasury: members, an approval threshold, proposals that execute when enough members approve.
- Agents — provision a bot with per-asset spending limits and a venue allow-list; watch its spend against the limit. The SDK behind it is
intelena/agent-kit.
Exposure scan
Before shielding, scan any address: transaction count, ETH and public stock-token positions on Robinhood Chain, ENS, and an exposure rating from leak-score's model.
Notifications and settings
Notifications groups fills, alerts, funds and security events by day. Settings holds per-dapp addresses, private RPC, batched deposits, hide-balances, and your watchlist.