> For the complete documentation index, see [llms.txt](https://docs.exitvalley.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exitvalley.ai/faqs.md).

# FAQs

<figure><img src="/files/PpbyBtFkDH12HmwOfU4n" alt=""><figcaption></figcaption></figure>

<details>

<summary>What is the free Trial NFT?</summary>

The first 2,000 wallets connected to the waitlist will receive a free Trial NFT at launch.

</details>

<details>

<summary>Can I mint companies during the waitlist?</summary>

Not yet. All companies remain locked until launch. The waitlist is your opportunity to earn advantages before the bubble starts.

</details>

<details>

<summary>Why should I connect my wallet?</summary>

Connecting your wallet secures your place for launch rewards and the free Trial NFT. Use your most active wallet to maximize your waitlist ranking.

</details>

<details>

<summary>Do I need SOL to join the waitlist?</summary>

No. Joining the waitlist is free. You'll only need SOL when it's time to mint companies at launch.

</details>

<details>

<summary>How do referrals work?</summary>

Invite friends using your referral link. Every successful referral increases your waitlist rank and helps unlock better rewards.

</details>

<details>

<summary>What are GPUs for?</summary>

Upgrading your GPU increases your daily $EXIT output. More $EXIT = bigger leaderboard score = better prize share. \
\
There will be 5 tiers, from RTX 4070 to quantum-tier B200.

</details>

<details>

<summary>What's maintenance?</summary>

Each GPU tier has a weekly $EXIT cost to keep it running. Miss a payment and your GPU downgrades one tier. It's just like a real startup running out of runway.

</details>

<details>

<summary>Why buy $EXIT from the market?</summary>

Bought $EXIT is 33% more efficient for GPU upgrades than farmed $EXIT. \
It's a shortcut. Use it if you want to climb faster. NFA. \
\
Stay ready!

</details>

<details>

<summary>Can I own multiple companies?</summary>

Yes. Each NFT earns independently. GPU upgrades and maintenance are per wallet, so all your companies share one GPU tier.

</details>

<details>

<summary>What happens when the bubble pops?</summary>

The game ends. Final leaderboard is published. Prizes are distributed. Faction bonuses are shared.

</details>

<details>

<summary>How long does the game run?</summary>

There is no hard end date. (As soon the bubble pops)

</details>

<details>

<summary>Is this real money?</summary>

The SOL you spend and win is real. The AI companies are fictional. $EXIT token has utility outside the game. This is not financial advice. The bubble WILL pop.

</details>

<details>

<summary>What chain is this on?</summary>

Solana.

</details>

<details>

<summary>Can I watch without playing?</summary>

Yes. Browse and leaderboard pages are public. War Room will read-only without a wallet. But honestly, just mint something.

</details>


---

# 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://docs.exitvalley.ai/faqs.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.
