DocumentationIntroduction

Mnemos Documentation

Everything you need to understand the Mnemos intelligence layer — the concepts behind it, how it reasons over live Robinhood Chain data, and how to build on top of it.

v1.0 · Live
Robinhood Chain
Updated Jul 2026

Getting Started

Introduction

Mnemos is an AI intelligence layer built for Robinhood Chain. It unifies autonomous research, live market analysis, on-chain discovery, and persistent memory into a single console — so that understanding the chain becomes a conversation rather than a spreadsheet.

Where most tools show you raw data, Mnemos reasons over it. A team of specialist agents reads directly from on-chain and market sources, grounds every claim in a citable reference, and remembers what it learned so the next question starts from context instead of a blank page.

Vision

An intelligence layer where anyone can ask a question about Robinhood Chain and receive a grounded, sourced, reasoned answer in seconds.

Mission

Make on-chain intelligence trustworthy — every output cited, nothing fabricated, and no trades executed on your behalf.

Mnemos analyzes and researches. It does not execute trades, custody funds, connect a wallet, or provide financial advice.

Getting Started

Getting Started

There is no wallet to connect and no sign-up wall. Open the console and start asking. A typical first session follows four steps:

  1. 1

    Open the console

    Launch the workspace and you land directly in the intelligence console — the command surface for every capability.

  2. 2

    Ask a grounded question

    Ask about a token, contract, market, or on-chain event. Mnemos routes the request to the right specialist agents.

  3. 3

    Watch the reasoning

    Each run streams its real pipeline — understanding, consulting live sources, reasoning — so you can see how the answer is formed.

  4. 4

    Build on the result

    Every answer is saved to memory and can be composed into an exportable report, so later questions build on earlier findings.

Getting Started

Platform Overview

The platform is organized around a set of surfaces, each backed by the same grounded intelligence engine. You move between them freely; memory and context follow you.

Console

The command surface — ask anything and watch a real reasoning pipeline execute.

Agents

A coordinated team of specialists for research, markets, on-chain analysis, and risk.

Memory

Persistent, typed records that let every analysis compound on the last.

Reports

Structured, exportable briefs composed from grounded findings and sources.

Markets & Discovery

Live market intelligence and on-chain discovery across Robinhood Chain.

Activity

A real-time feed of executions and events across your workspace.

Concepts

Core Concepts

A handful of primitives explain almost everything Mnemos does. Learn these and the rest of the product reads naturally.

IntelligenceThe synthesis of live data, reasoning, and memory into a grounded answer — not a raw data dump.
MemoryA persistent store of findings, preferences, and observations that carries context across sessions.
ReasoningThe transparent, multi-step process an agent follows to move from a question to a cited conclusion.
ResearchDeep, multi-source investigation that assembles evidence before drawing a conclusion.
Specialist AgentsDomain-focused workers — markets, chain, research, risk — coordinated by one orchestrator.
ExecutionA single run of the pipeline, recorded step by step with its inputs, sources, and outputs.
ContextThe assembled memory and live data handed to an agent so its answer is grounded in the current situation.
Real-time IntelligenceAnalysis computed against live on-chain and market state at the moment you ask.

Concepts

Architecture

Mnemos is a layered system. Each layer has a single responsibility and a clean contract with the next, which keeps the platform extensible as new data sources and models come online.

Next.js · React

Frontend

A statically rendered console built with the App Router. It streams execution progress in real time and never fabricates data — every figure it shows comes from the backend.

FastAPI

Backend

An async service layer that orchestrates agents, records executions, and serves the console over a typed internal contract. It is the single source of truth for every answer the console renders.

Agent runtime

AI Layer

The reasoning core — an orchestrator that routes each request to specialist agents, assembles context, and composes a grounded result.

Compute

Virtuals Integration

Model inference is served through Virtuals Compute, the AI provider powering agent reasoning across the platform.

PostgreSQL

Supabase

Persistent storage for memory, executions, reports, and preferences — durable context that survives across sessions and devices.

Planned

Future Extensibility

Vector-backed memory, additional data providers, and broader integrations extend the same contracts without reworking the core.

Concepts

Intelligence Engine

The intelligence engine turns a natural-language request into a grounded answer. It is deterministic in structure and transparent in operation — every stage is recorded and observable.

pipeline
Prompt
  → Understand      (parse intent, select specialists)
  → Assemble        (recall memory + read live sources)
  → Reason          (specialist agents analyze in context)
  → Ground          (attach citations, flag limitations)
  → Compose         (synthesize a single answer + report)

Because each stage corresponds to a real recorded step, the reasoning shown in the console is not a decorative animation — it reflects work the engine actually performed, including which sources it consulted.

Capabilities

Agents

Mnemos runs a team of specialist agents rather than one general model. Each owns a domain and reports into the Mnemos Orchestrator, which coordinates them into a single grounded response.

Orchestrator

Routes each request, assembles context, and merges specialist output into one answer.

Chain Analyst

Reads real blocks and transactions and explains observed network activity.

Research Agent

Produces research grounded strictly in integrated live sources and memory.

Risk Observer

Surfaces uncertainty, missing data, and the limits of each answer.

Orchestration flows in one direction: the orchestrator decomposes the request, dispatches to the relevant specialists in parallel, and each specialist works from a shared context assembled from memory and live data. Their findings are reconciled — conflicts and gaps flagged — before a final answer is composed.

json
{
  "id": "chain-analyst",
  "role": "Network activity analysis",
  "capabilities": ["Read blocks and transactions over JSON-RPC"],
  "tools": ["chain.blocks", "chain.transactions", "chain.metrics"],
  "context": "orchestrator-assembled"
}

Capabilities

Memory

“Mnemos” is the Greek embodiment of memory, and persistence is the idea at the center of the product. Every finding, preference, and observation can be retained, so intelligence compounds instead of resetting with each question.

Persistent Context

Records survive across sessions and devices — the console is never starting cold.

Conversation Memory

Earlier questions and answers inform later ones within and across sessions.

Knowledge Retrieval

Relevant prior findings are recalled and injected into the context of a new run.

Context Retention

Typed, scoped records keep long-term knowledge separate from transient state.

json
{
  "type": "research-finding",
  "scope": "long-term",
  "subject": "liquidity rotation",
  "importance": "high",
  "pinned": true
}

Capabilities

Research

A research task is a deliberate, multi-source investigation. Rather than answering from a single lookup, the engine gathers evidence, reasons across it, and cites what it used — with an explicit note on anything it could not verify.

  1. 1

    Scope

    The request is decomposed into the questions that must be answered to reach a conclusion.

  2. 2

    Gather

    Specialists read live on-chain and market sources and recall relevant memory.

  3. 3

    Synthesize

    Evidence is reconciled into findings, each tied back to a citable source.

  4. 4

    Report

    A structured, exportable brief is composed and saved for future context.

Platform

Security

Security and trust are foundational, not features bolted on later. The platform is designed to minimize what it holds and to be explicit about what it does.

Privacy

Mnemos never connects a wallet or custodies funds. It reads public chain data and your workspace context — nothing more.

Encryption

Data is transmitted over TLS and stored in a managed, access-controlled database.

Data Minimization

The platform holds as little as it needs to work — your research, memory, and reports — and nothing about your wallet or funds.

Grounded by Design

Every answer is built from live, cited sources; secrets are never exposed to the client.

Responsible AI: every answer is grounded in cited sources, limitations are stated explicitly, and Mnemos will decline rather than fabricate when data is unavailable.

Resources

Frequently Asked Questions

Resources

Changelog

v1.0
Public console
Jul 2026
  • Public intelligence console with agents, memory, research, markets, and reports.
  • Grounded answers with live sources and explicit limitations.
  • Dark-first premium interface across every surface.
v0.9
Real-time
Jun 2026
  • Real-time activity feed and streaming execution timeline.
  • Per-run reasoning pipeline surfaced live in the console.
v0.8
Memory
May 2026
  • Persistent, typed memory with pinning and scoping.
  • Structured, exportable reports composed from grounded findings.
v0.7
Orchestration
Apr 2026
  • Specialist agent orchestration and the workspace console.
  • Chain, research, markets, and risk specialists coordinated by one orchestrator.