> For the complete documentation index, see [llms.txt](https://swarmnexus.gitbook.io/swarmnexus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swarmnexus.gitbook.io/swarmnexus/documentation/readme.md).

# Swarm Nexus

## Welcome to Swarm Nexus

Welcome to the Nexus, the central Hub for Torus.

#### Torus Memory

At the heart of Swarm Nexus, any message, article, or content in regards to Torus Network will be observed and pushed to the Swarm Memory. Additionally, any X content where `@SwarmNexus` is tagged is also ingested into the Memory.

#### Central Hub

Swarm Nexus aims to grow into the central hub for anything Torus related. We will publish articles, create spaces, and much more content—all centered around Torus.

#### Nexus Flywheel

Engaging with Torus or Swarm Nexus yields SWARM, our point system and Leaderboard that is based on how many interactions you have, how many articles you create, and in general, how much value you add to the Torus Network.

#### Swarm Nexus in a Nutshell

We save and incentivize the Network's content. At the heart of Swarm Nexus, we ingest data related to Torus into the Swarm Memory. Separately, we also ingest tweets tagged by any user, which enables an easy manual way for users to ingest quality content.

**Swarm Flywheel:** Create an account on Swarm Nexus, and any interaction with Torus and Swarm Nexus is saved—from Twitter, Discord, and Telegram. Based on these interactions and the value added, we create a leaderboard of people and use parts of our emissions to incentivize and distribute TORUS.

Besides the technical side, we are expanding into being the Central Hub for Torus. We aim to publish content like articles, interviews, podcasts, and more.

Keep up to date with us, follow our Socials, check out our Website, and make sure to join our Discord.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://swarmnexus.gitbook.io/swarmnexus/documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
