Ascending
Ascending

Information
Apogee 2.0.0. Not a tokenomics document. No fabricated users, revenue, or partnerships.
Apogee is software that gives humans and AI agents structured access to public Robinhood Chain data. It combines a trading desk, launch indexer, wallet marks, Orbit assistant, and a Streamable HTTP MCP server (https://apogeemcp.digital/api/mcp). It does not custody assets, operate pons, or affiliate with Robinhood Markets.
AI applications cannot see a chain. Without tools, models guess prices, confuse tickers with Stock Tokens, and invent holder counts. Hosts need a callable, documented interface to live RPC and market providers — with honest empty states when an API is gated.
Apogee should be immediately useful in three ways: users get Robinhood Chain intelligence; agents get tools they can call; developers can integrate the same engine into their own apps. Future work stays grounded in this chain and these providers unless the code changes.
Next.js 15 application. Dispatch in src/lib/dispatch.ts is shared by /api/mcp, /api/v1, and Orbit (/api/agent). Listed tools live in src/lib/tools.ts; 3000 catalog aliases in src/lib/catalog.ts. Phantom EIP-1193 is local. Optional NVIDIA NIM is server-side only.
Protocol 2025-03-26, transport streamable-http, auth none. Methods: initialize, ping, tools/list, tools/call, resources/list, resources/read. The model only receives chain facts after a tool result. Alias /mcp rewrites to /api/mcp.
Public RPC, DexScreener (slug robinhood), GeckoTerminal, DefiLlama, RHJ Stock Token APIs, Blockscout when reachable, on-chain pons v1/v2 logs. Short in-memory TTLs: RHJ assets ~10m, ETH-USD ~60s, pons launch lists ~20s. No fabricated holder ledgers.
tools/list returns 58 primary tools with JSON Schema inputs. search_catalog / run_tool invoke catalog aliases (scan_NVDA, volume_1h, …). Safety: almost all read-only; add_robinhood_chain is a wallet param helper; prepare_pons_launch / prepare_pons_buy are high-impact unsigned helpers.
Orbit maps natural language to the same tools. If NVIDIA_API_KEY (or NIM/NGC aliases) is set, NVIDIA NIM may choose tools (stream false, 20s timeout, up to a few rounds). Otherwise a heuristic agent still returns live tool JSON. AI text is opinion, not a feed.
Documented at /developers. Cursor, VS Code, Claude, ChatGPT, Grok, Claude Code, Windsurf, and Codex CLI configs are generated from the live URL. REST mirrors tools. There is no private SDK package in this repository.
Public MCP, wallet signatures for launches, input address checks, rate limits on MCP/REST/agent, RLS on usage tables, no seed phrases. Prompt injection is mitigated by tool allow-lists in your agent — not by MCP itself.
No accounts. Optional anonymous usage rows. Hosting access logs. Optional NVIDIA processing of Orbit prompts. Details: /privacy.
Stateless Next.js handlers plus per-process memory caches and rate-limit buckets. Catalog is generated in-process (3000 names). Upstream RPC/provider limits dominate. This paper does not publish unmeasured QPS claims.
Apogee currently supports Robinhood Chain (id 4663, slug robinhood, native ETH).
Roadmap items are not promises. Honest gaps today include: explorer APIs often gated; no full holder census; no websocket firehose; no user accounts; no cost-basis PnL; NVIDIA optional; usage SQL must be applied on hosted Supabase; MCP protocol is 2025-03-26 until upgraded in code.
Apogee aims to remain a precise, developer-accessible intelligence layer for Robinhood Chain — useful to people, callable by agents, integrable by apps — without pretending to be a licensed venue or a multi-chain super-app.
Apogee is unaffiliated with Robinhood Markets, Inc., Robinhood Crypto, Robinhood Assets (Jersey) Ltd, and pons.
Legal pages describe how the software is offered. They are not legal advice. Have qualified counsel review them before treating them as a binding contract.
Apogee provides software, data and developer infrastructure. Blockchain and market data can be incomplete, delayed or inaccurate. AI-generated output may contain errors. Nothing on the platform should be interpreted as financial, legal or investment advice.