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

# FAQ

While this provides a breakdown of the most frequently asked questions, we are always available to address any specific inquiries you may have.

**What is Zig Network?**

Zig Network is recognized as the world's first revenue-sharing blockchain.

**Where can I purchase $ZIG tokens?**

$ZIG tokens can be acquired exclusively through our presale platform at[ https://presale.zignet.io](https://presale.zignet.io).

**On which exchanges will the tokens be listed?**

$ZIG tokens will be available for trading on both centralized and decentralized exchanges upon their launch.

**Has the smart contract been audited?**

Yes, the smart contract has been audited by a reputable cryptocurrency auditing firm. The audit results can be accessed [here](https://github.com/solidproof/Projects/blob/main/2024/ZigNetwork/Smartcontract_Audit_Solidproof_ZIGNETWORK.pdf).

**Are liquidity and team tokens locked?**

To ensure the safety of all investors, liquidity will be locked indefinitely, while team tokens will be locked for a period of four years, demonstrating our commitment to the project.

**When will the presale end?**

We anticipate that the presale will conclude in the first quarter of 2025.

**When will I receive my tokens?**

Tokens will be distributed as an airdrop to your designated wallet within 24 hours following the conclusion of the presale.

**How many stages are there in the presale?**

The presale consists of a total of six stages.

<br>


---

# 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://zig-network-1.gitbook.io/zig-network/faq.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.
