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

# Community Townhall

Dabba Network Townhalls are recurring community sessions where the core team walks through the latest updates across the network.

Each townhall is designed to give the community a transparent look at what is being built, what decisions are being made, and what comes next for the network.

The goal is simple: **Build in Public** and keep the community closely involved as the network evolves.

Every townhall is documented here so anyone can revisit the discussions, understand the reasoning behind major decisions, and follow the evolution of the network over time.

Whether you're a hotspot owner, community member, developer, or investor, these recaps provide a clear view of how Dabba Network is being built step by step.

### Townhall index

{% hint style="info" icon="landmark" %}
[**Townhall #19**](/community-townhall/townhall-19.md)**:** Jan 9, 2026 ; Q1 roadmap leading up to TGE , bringing the network onchain
{% endhint %}

{% hint style="info" icon="landmark" %}
[**Townhall #20**](/community-townhall/townhall-20.md)**:** Jan 16, 2026; Bringing the network onchain part 2
{% endhint %}

{% hint style="info" icon="landmark" %}
[**Townhall #21**](/community-townhall/townhall-21.md)**:** Feb 11, 2026 ; Update to tokenomics pillars to align with the Dabba Telco Vision
{% endhint %}

{% hint style="info" icon="landmark" %}
[**Townhall #22**](/community-townhall/townhall-22.md)**:** Feb 20, 2026 ; Full onchain architecture, token and security framework
{% endhint %}

{% hint style="info" icon="landmark" %}
[**Townhall #23**](/community-townhall/townhall-22.md)**:** Mar 9, 2026 ; Revised Tokenomics and launch Pathways
{% endhint %}


---

# 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://gitbook.dabba.network/community-townhall.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.
