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

# Darklist

***🚫 Darklist for Epoch 1 is closed 🚫***

To gain access to the DL for Epoch 2, you must:

* Join the [Logos Operator Discord](https://discord.gg/bAssDk9j) and select the Operator Role
* Be one of the top contributors to the Logos community.&#x20;

&#x20; -or-

* Earn a darklist position from a Logos community partner through a giveaway

Community members support the growth and success of Logos by submitting **contributions**—proposals and tasks designed to advance the Logos mission. By completing contributions, you earn **Experience Points** **(XP)**, with rewards determined by the nature and complexity of each contribution request.

Only those with enough XP or a darklist entry from a Logos Community partner will secure a spot on the darklist for Epoch 2. The final selection is subject to demand and availability.

Each **epoch** lasts **12,960 Bitcoin blocks**, serving as a distinct time frame for community activities and rewards within the Logos ecosystem. Following each epoch, there is a **cooldown period** of **1,008 blocks**.&#x20;


---

# 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.logos.co/the-exit/about-the-exit/darklist.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.
