Docs for the autonomous desk.
FIRNA is an autonomous private-markets desk: a swarm of six agents that sources, scores, constructs, risk-checks, executes and monitors a book of tokenized pre-IPO and real-world assets on Robinhood Chain. This page covers everything you need to run it.
Overview
The desk runs one continuous investment loop. Each of the six agents owns a single decision and hands off to the next; every step is logged to the live stream and can be inspected. By default the desk runs a paper book — marks, fills and fees are simulated deterministically, and no capital is ever at risk.
Tokenized assets
14 contracts on Robinhood Chain: pre-IPO names, T-bills, private credit, tokenized real estate and VC funds — all gated for custody, liquidity and token maturity.
Independent circuit-breaker
Sentinel sits outside the pipeline and can halt the entire desk before a single order is placed.
RWA floor
A configurable floor keeps a minimum share of the book in real-world assets, whatever the mandate.
Agentic MCP
Orders route through the official Robinhood agentic trading MCP, or a Chain DEX, and settle on Robinhood Chain.
Quickstart
No install and no credentials are needed in paper mode. Open the desk, accept the terms, pick a mandate and run a cycle:
$ open /desk → accept Terms & Privacy $ connect wallet → Robinhood Wallet · MetaMask · Phantom … $ pick mandate → AI Frontier Growth $ run cycle → scout → analyst → architect → sentinel → executor → steward ✓ book constructed · orders routed · NAV marked
The swarm
Six specialized agents, one handoff pipeline. Each owns exactly one decision:
| # | Agent | Owns |
|---|---|---|
| 01 | Scout | Sourcing. Ingests every tokenized asset on-chain and enforces custody, liquidity and token-maturity gates. |
| 02 | Analyst | Research. Scores each name on a five-factor model — growth, quality, momentum, liquidity, thesis-fit. |
| 03 | Architect | Construction. Builds conviction-weighted targets with a volatility penalty, sector caps and the RWA ballast floor. |
| 04 | Sentinel | Risk. Independent checks on concentration, HHI, weighted vol and 1-day VaR. Can halt the cycle. |
| 05 | Executor | Execution. Diffs target vs. book and routes minimal-turnover orders via Robinhood MCP or a Chain DEX. |
| 06 | Steward | Monitoring. Marks the book to market between cycles and flags drift beyond tolerance. |
The loop
- Scan. The universe is refreshed and every contract is re-checked against the eligibility gates.
- Score. Eligible names get a fresh five-factor conviction score under the active mandate.
- Construct. A target book is built from the scores, capped by sector and cushioned by the RWA floor.
- Check. Sentinel signs off — or halts. Nothing moves without an approved risk verdict.
- Execute. Only the diff between target and book is traded, minimizing turnover and fees.
- Hold. Steward marks the book and watches drift until the next cycle is due.
Mandates
A mandate is the desk's brief — it decides what Analyst rewards and what Architect is allowed to build.
| Mandate | Focus | |
|---|---|---|
| M1 | AI Frontier Growth | Frontier AI and high-growth pre-IPO names. |
| M2 | Balanced Private Markets | Blended pre-IPO, private credit and real-world income. |
| M3 | Real-World Income | T-bills, private credit and tokenized real estate. |
Risk & controls
These are hard limits, not preferences. If any check fails, Sentinel halts the cycle and the book stays untouched:
- Concentration — single-position cap and portfolio HHI ceiling.
- Volatility — weighted-vol budget across the whole book.
- Value at risk — 1-day 95% VaR limit.
- Drift — Steward flags the book when it moves beyond tolerance between cycles.
- Ballast — the RWA floor can never be traded away.
Wallet
The desk connects to Robinhood Wallet, MetaMask, Bitget Wallet, Phantom and WalletConnect. In paper mode connecting is a UI preview: an address is attached to your session, no transactions are signed and no funds move.
Desk token
The desk token is coming. Ticker — TBA. Contract address — published at launch. Until then any address claiming to be the desk token is not ours.
Going live
Paper is the default and the recommended way to evaluate the desk. Going live is a deliberate switch, not a drift: you flip a single flag, wire credentials, and orders start routing through the official Robinhood agentic trading MCP with settlement on Robinhood Chain. Every risk limit stays enforced — Sentinel does not care which mode you are in.
Resources
- Live desk — the flagship book, agent stream and risk panel.
- Holdings & universe — positions and the full tokenized universe.
- Robinhood Chain docs — the settlement layer.
- Robinhood agentic trading — the execution rail.
- X — announcements.