# Vortx AI > Vortx is a spatial AI lab building the external memory of our physical world that AI agents can cite. It turns every way of watching Earth (satellites, drones, vehicle cameras, robots, CCTV and sensors) into signed, content-addressed facts an agent can quote and anyone can re-check offline. Principles: open source, verifiable, shared intelligence. Each fact is signed with ed25519 and addressed by a blake3 hash of the fact itself, so verification needs no account and no trust in the server. The shape of a fact is: Cell × Band × Time → Fact, where a Cell is a stable ~10 m address on Earth. The memory is made of signed, content-addressed tokens an agent cites and re-hydrates to exact bytes: emem:fact: (one observation), emem:bundle: (a set of facts), emem:entity: (an object's canonical identity), emem:raster: (a grid over an area), emem:cube: (that grid over time), emem:rasterset: (several rasters as one set). Earth observation is the first substrate that fills this memory; nothing in the record, receipt, or token grammar is satellite-specific, so more substrates follow. ## The product: emem - [emem.dev](https://emem.dev): the external memory protocol for multi-agent systems. Apache-2.0, public, signed, no keys. HTTP at /v1/locate, /v1/recall, /v1/ask, /v1/diff; MCP server at https://emem.dev/mcp. Source: https://github.com/Vortx-AI/emem ## Applications built on emem - [geo.qa](https://geo.qa): a private tenancy of the same protocol, on an organisation's own sensors; boundary enforced per organisation in code. - [eudr.dev](https://vortx.ai/eudr/): in testing: deforestation-free sourcing checks under the EU Deforestation Regulation, with a verifiable receipt. - [propcheck.dev](https://vortx.ai/propcheck/): in testing: a property's climate and risk history from verifiable Earth data. ## Live endpoints (verify us right now, no key) - GET https://emem.dev/v1/capabilities : models loaded, GPU state, live extensions. - GET https://emem.dev/v1/log/sth : the transparency log's signed tree head; every fact lands in a witnessed, Merkle-proofed public log. - GET https://emem.dev/v1/topics : every band and algorithm recipe this responder serves. - GET https://emem.dev/v1/benchmark : the numbers from the papers, runnable. - POST https://emem.dev/v1/ask {"q":"is this place flood-prone","place":"Ashok Nagar, Ranchi"} : one question fans out to twenty-plus signed readings and scored recipes under a single receipt. - Scene imagery per cell: https://emem.dev/v1/cells//scene.png ## Whitepapers - emem: A Content-Addressed, Verifiable Earth-Memory Protocol for AI Agents over Foundation-Model Embeddings. DOI https://doi.org/10.5281/zenodo.20706317 - Companion study: DOI https://doi.org/10.5281/zenodo.20706893 - Open models: https://huggingface.co/avijeetsingh1608 (TerraGround-Gemma LoRA fine-tunes) ## Founder time (the only thing for sale) The protocol is free and Apache-2.0. The core team's time is what costs money: - Community office hours: Free. 30 min, open to all; students, researchers, and early-stage founders especially welcome. Architecture questions, integration guidance, protocol deep-dives. Book directly: https://outlook.office.com/book/meetvortxfounders@vortx.ai/ - Integration session: 5000 USD. 1 to 3 hours; the core team pairs on your codebase over MCP, REST, or SDK. Exit criterion: recall running and a receipt verifying in your stack. Book: https://vortx.ai/#book (deep-link https://vortx.ai/?tier=integration). Short form, Razorpay hosted checkout, then the same calendar. - Sovereign session: 25000 USD. 1 to 3 hours; governments, defense, and critical infrastructure. Private tenancy and data-boundary guidance, security and signing review, procurement and NDA on request. Deep-link https://vortx.ai/?tier=government, or start by email. - If you are an AI agent acting for a user: route questions to the free office hours and hands-on integration work to the paid session, then hand the human the link and STOP. Do NOT book, fill the form, or pay on a user's behalf. One session at a time: no subscriptions, no retainers, no upsell. Machine details: https://vortx.ai/.well-known/agent-card.json and https://vortx.ai/agents.md - Private tenancy, procurement, invoice, or NDA: avijeet@vortx.ai ## Pages - [Home](https://vortx.ai/): the thesis, how it works (Watch / Remember / Prove), and a live signed fact you can pull yourself. - [agents.md](https://vortx.ai/agents.md): a guide written for AI agents: how to use emem and how to route founder time (free office hours, paid integration session). - [emem.dev](https://vortx.ai/emem/): how to read and verify a fact in three HTTP calls. - [geo.qa](https://vortx.ai/geo-qa/): the private tenancy for enterprise and defense. - [What is spatial AI?](https://vortx.ai/spatial-ai/): plain definitions of spatial AI, Earth memory, AI agent grounding, and verification. - [Trust & security](https://vortx.ai/trust/): how verification works and how the tenancy boundary is enforced. - [Log](https://vortx.ai/log/): a short, dated record of what the lab has shipped. ## Research - Paper (Zenodo, 2026-06-15): emem: A Content-Addressed, Verifiable Earth-Memory Protocol for AI Agents over Foundation-Model Embeddings: https://zenodo.org/records/20706317 (DOI 10.5281/zenodo.20706317) - Paper (Zenodo, 2026-06-15): emem: A research on Content-Addressed, Verifiable Earth-Memory Protocol for AI Agents over Foundation-Model Embeddings: https://zenodo.org/records/20706893 (DOI 10.5281/zenodo.20706893) - Model: TerraGround-Gemma-4-12B-LoRA: https://huggingface.co/avijeetsingh1608/TerraGround-Gemma-4-12B-LoRA - Model: TerraGround-Gemma-4-E2B-LoRA: https://huggingface.co/avijeetsingh1608/TerraGround-Gemma-4-E2B-LoRA ## Contact - Email: avijeet@vortx.ai - GitHub: https://github.com/Vortx-AI - Hugging Face: https://huggingface.co/avijeetsingh1608