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

# FAQ

Here are the most common questions about how CypherHub works.

{% hint style="info" %}
If something is unclear, start here: approval times, campaign tracking, rewards, withdrawals, and referrals are covered below.
{% endhint %}

### Frequently asked questions

#### 1. How fast will my Pioneer application be approved?

Verification typically takes up to 24 hours.

The AI evaluates your content quality and audience engagement.

#### 2. Why was my post not counted by the system?

Make sure the post was published after you joined the campaign.

Integrity Radar can also reject posts that break campaign rules.

Examples include:

* Deleting the post too early
* Signs of artificial engagement

#### 3. How do I get access to allocations and airdrops?

These perks unlock automatically at **Tier 2 (Elite)**.

Higher ranks, such as **Sentinel** and **Apex**, receive a larger share of airdrops and priority in investment rounds.

#### 4. What is the minimum withdrawal threshold?

The minimum extraction amount is **$100 (1000 CC)**.

#### 5. Which L2 networks are supported for payouts?

CypherHub supports more than nine popular networks.

These include **Arbitrum**, **Base**, **Polygon**, and **zkSync**.

This helps keep transactions fast and fees low.

#### 6. What happens if I leave a campaign before it ends?

Tracking stops immediately.

Future posts are not counted.

Previously published materials also stop accumulating rewards.

#### 7. Are there limits on the number of invited friends?

No.

You can build an unlimited referral network and receive **10%** of each referral’s income for life.


---

# 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://cypher-hub.gitbook.io/cypher-hub/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.
