FIRNAdocs
Main site Enter desk ↗
Developers · Documentation

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.

01 · Basics

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.

Universe

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.

Risk

Independent circuit-breaker

Sentinel sits outside the pipeline and can halt the entire desk before a single order is placed.

Ballast

RWA floor

A configurable floor keeps a minimum share of the book in real-world assets, whatever the mandate.

Execution

Agentic MCP

Orders route through the official Robinhood agentic trading MCP, or a Chain DEX, and settle on Robinhood Chain.

02 · Start here

Quickstart

No install and no credentials are needed in paper mode. Open the desk, accept the terms, pick a mandate and run a cycle:

firna — quickstart
$ 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
Paper mode. Wallet connect is a UI preview, fills are simulated and nothing is routed to a real account. Flip to live only when you are ready — see Going live.
Open the live desk
03 · Agents

The swarm

Six specialized agents, one handoff pipeline. Each owns exactly one decision:

#AgentOwns
01ScoutSourcing. Ingests every tokenized asset on-chain and enforces custody, liquidity and token-maturity gates.
02AnalystResearch. Scores each name on a five-factor model — growth, quality, momentum, liquidity, thesis-fit.
03ArchitectConstruction. Builds conviction-weighted targets with a volatility penalty, sector caps and the RWA ballast floor.
04SentinelRisk. Independent checks on concentration, HHI, weighted vol and 1-day VaR. Can halt the cycle.
05ExecutorExecution. Diffs target vs. book and routes minimal-turnover orders via Robinhood MCP or a Chain DEX.
06StewardMonitoring. Marks the book to market between cycles and flags drift beyond tolerance.
04 · Cycle

The loop

  1. Scan. The universe is refreshed and every contract is re-checked against the eligibility gates.
  2. Score. Eligible names get a fresh five-factor conviction score under the active mandate.
  3. Construct. A target book is built from the scores, capped by sector and cushioned by the RWA floor.
  4. Check. Sentinel signs off — or halts. Nothing moves without an approved risk verdict.
  5. Execute. Only the diff between target and book is traded, minimizing turnover and fees.
  6. Hold. Steward marks the book and watches drift until the next cycle is due.
05 · Strategies

Mandates

A mandate is the desk's brief — it decides what Analyst rewards and what Architect is allowed to build.

MandateFocus
M1AI Frontier GrowthFrontier AI and high-growth pre-IPO names.
M2Balanced Private MarketsBlended pre-IPO, private credit and real-world income.
M3Real-World IncomeT-bills, private credit and tokenized real estate.
06 · Limits

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.
07 · Access

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.

08 · Token

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.

09 · Production

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.

10 · Links

Resources

Enter the live desk