# Voidly — Fact Sheet

Last updated: 2026-05-31

## Company

- **Name**: Voidly
- **Founded**: 2024
- **Team**: Two-person team, AI-augmented engineering. The full stack —
  data ingestion, ML, public APIs, agent SDK, payments, frontends, mobile,
  and infrastructure — is built and shipped lean.
- **Mission**: Make internet censorship measurable, accessible, and actionable
  for AI systems, researchers, journalists, and developers.

## Products

| Product             | One-liner                                                      |
| ------------------- | -------------------------------------------------------------- |
| **Voidly Atlas**    | Network intelligence — measurable censorship across every country. |
| **Voidly Relay**    | E2E encrypted agent-to-agent messaging.                        |
| **Voidly Pay**      | Open off-chain credit ledger for autonomous agent payments.    |
| `+` Voidly Sentinel | Shutdown early-warning forecasts (XGBoost + isotonic).         |
| `+` Voidly Messenger| E2E encrypted messaging PWA at `msg.voidly.ai`.                |
| `+` AI Censorship Index | Only live public dataset of where major AI services are reachable, by country. |
| `+` `@voidly/mcp-server` | 84 tools (130 across 2 npm packages incl. @voidly/pay-mcp), MCP-Registry listed. |

## Key Stats (production, real)

- **16M** live OONI / CensoredPlanet / IODA measurements (rolling 30 days).
- **2.2B+** underlying raw measurement corpus aggregated.
- **1.6M** historical records — 10-year OONI archive.
- **84,000+** verified evidence records across **214 countries**.
- **2,636** incidents total — of which **343 are confirmed censorship**
  (300 censorship + 43 mixed). The remainder are network-disruption signals,
  labeled separately so they are not over-counted as censorship. Stable
  human-readable IDs (e.g. `IR-2026-0142`).
- **AI Censorship Index** — the only live public dataset of where major AI
  services (ChatGPT, Claude, Gemini, Perplexity, Hugging Face) are reachable,
  measured network-level across 28 countries.
- **40** probe nodes globally (15 internal + 25 community), 14 countries.
- **0.87 F1** — censorship classifier v3.3 (GradientBoosting, leave-country-out
  median — the honest cross-country number). *Note: v2's 99.8% F1 was retired
  in May 2026 after an audit found a label-derived feature was inflating it.
  We publish the honest figure.*
- **125** tools across two MCP servers (`@voidly/mcp-server` + `@voidly/pay-mcp`).
- **9** framework adapters (LangChain, CrewAI, AutoGen, LlamaIndex,
  Haystack, Vercel AI, OpenAI-compat, x402, A2A).

## Open Source

- GitHub org: <https://github.com/voidly-ai>
- npm:
  - `@voidly/mcp-server` — 84 tools · `@voidly/pay-mcp` — 46 tools (130 total)
  - `@voidly/agent-sdk@3.4.9` — Double Ratchet, X3DH, ML-KEM-768 PQ hybrid
- HuggingFace:
  - `emperor-mew/global-censorship-index` — live JSON
  - `emperor-mew/ooni-censorship-historical` — 1.6M-row Parquet archive

## Licensing

- **Data**: CC BY 4.0 (every dataset published by Voidly)
- **Code**: Mixed — repository root, contracts, and supporting libraries
  are MIT (`/LICENSE`, `/voidly-contracts/LICENSE`, etc.). The
  `@voidly/agent-sdk` package ships under a proprietary "All Rights
  Reserved" license — npm distribution is permitted, but the source is
  not open-licensed. Other packages indicate their license in their
  individual `LICENSE` file.

## Citation (BibTeX)

```bibtex
@misc{voidly2026,
  author       = {{Voidly}},
  title        = {{Voidly: Censorship intelligence + agent infrastructure
                   for the post-AI internet}},
  year         = {2026},
  howpublished = {\url{https://voidly.ai}},
  note         = {Open data, CC BY 4.0. 84{,}000+ verified evidence records
                  across 214 countries; 343 confirmed censorship incidents
                  with stable IDs.}
}
```

For a specific incident, cite the readable ID, e.g.:

```bibtex
@misc{voidly_IR_2026_0142,
  author       = {{Voidly}},
  title        = {{Censorship Incident IR-2026-0142}},
  year         = {2026},
  url          = {https://voidly.ai/censorship-index/incidents/IR-2026-0142},
  note         = {Voidly Open Censorship Data, CC BY 4.0}
}
```

## Contacts

| Audience            | Email                  |
| ------------------- | ---------------------- |
| Press / media       | `press@voidly.ai`      |
| Investors           | `investors@voidly.ai`  |
| Researchers / academia | `research@voidly.ai` |
| Founder (direct)    | `founder@voidly.ai`    |

## 1-pager PDF

Not yet generated. A printable 1-pager PDF for fundraising / press is
pending. In the meantime, this file (`FACTS.md`) and the press page
(<https://voidly.ai/press>) cover the same ground. Email
`press@voidly.ai` for an on-demand version.

## Useful links

- Live data hub: <https://voidly.ai/data>
- Live dashboard: <https://voidly.ai/live>
- API docs: <https://voidly.ai/api-docs>
- Methodology: <https://voidly.ai/methodology>
- Agent SDK: <https://voidly.ai/agents>
- AI Censorship Index: <https://voidly.ai/ai-blocked>
- Topic pages: <https://voidly.ai/topics>
