# Join DNSP Gossip

The **Decentralized Network Starter Protocol (DNSP)** (i.e. Igniter Gossip) collects Node and License information, tests and updates the node software, and initiates [Zerostate](https://docs.ackinacki.com/glossary#zerostate) (first block) generation once all DNSP requirements are met.

{% hint style="warning" %}
Igniter must be running on each node that you want to include in the Zerostate.
{% endhint %}

### **How to join**

Follow the instructions in the [*Acki Nacki Igniter* repository](https://github.com/ackinacki/acki-nacki-igniter/blob/main/README.md).

\
Link to the [source code](https://github.com/ackinacki/acki-nacki-igniter).


---

# Agent Instructions: 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:

```
GET https://docs.ackinacki.com/for-node-owners/protocol-participation/block-keeper/join-dnsp-gossip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
