# DragonFire Knowledge Mesh

> Distributed index curated by humans, accessible via wg-geonet.
> Free to query unless a KB declares per-query pricing in DragonInk.
> AI-forward: every KB declares its scope, taxonomy, and API contract.

## Query the mesh

```
GET https://api.dragonfire.club/api/search/stream?q=<query>&category=<cat>
```

NDJSON streaming response with results from N specialized KBs +
commercial web search workers. See full spec at /api/knowledge/taxonomy.

## Available knowledge bases (2 registered)

### Category: philosophy (1 KB)

- **solace.spiritual** — LuminaNet — Sacred Geometry & Spiritual Wisdom. Teaching content from the LuminaNet light-work network: In2Infinity (sacred geometry, mathematical consciousness), Da Vinci School (geometry teacher training... *(Free.)* Tags: `sacred-geometry`, `mathematical-consciousness`, `ancient-wisdom`, `flower-of-life`, `platonic-solids`, `teacher-training`, `luminanet`.

### Category: technology (1 KB)

- **dragonfire.ai** — DragonFire & AI. Curated knowledge about the DragonFire platform — hubs, the private meshes, identity, the AI layer, DragonCoin economics, GeoNet, and the agent constellation. *(Free.)* Tags: `dragonfire`, `ai`, `mesh`, `hubs`, `sovereignty`, `wireguard`, `dragoncoin`, `geonet`, `self-hosting`, `community`.

## Taxonomy

`GET /api/knowledge/taxonomy` returns the canonical category structure.
KB curators map their internal categories into our taxonomy.

## Discovery

```
GET /api/knowledge/by-category/<cat>
GET /api/knowledge/by-tag/<tag>
GET /api/knowledge/manifest/<kb_id>
GET /api/knowledge/peers          # all KBs as JSON
```

## Commercial chain

Paid workers serve general websearch via `/api/broker/*`. Different
chain (DragonInk-paying compute providers), same wg-geonet mesh,
same query rail. Most general queries hit both chains; specialised
knowledge queries route only to KBs matching the category.
