> For the complete documentation index, see [llms.txt](https://docs.zest.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zest.ac/getting-started/how-to-get-access.md).

# How to Get Access

Zest is in **private beta**. Access requires an invite code in the format `ZEST-XXXX-XXXX`.

## Step 1 — Get an invite code

**Option A — Referral link** Ask an existing Zest user for their referral link. When you visit and sign up, both of you benefit through the referral reward system.

**Option B — Official channels** Follow Zest on X (Twitter) — codes are distributed via giveaways and community events.

## Step 2 — Connect your wallet

Go to [zest.ac](https://zest.ac) and connect an EVM wallet. Supported wallets:

* MetaMask
* Backpack
* Phantom
* Any EIP-6963 compatible wallet

Make sure you're on **Monad Mainnet** (Chain ID: 143). Zest will prompt you to switch if needed.

## Step 3 — Enter your code

Type your `ZEST-XXXX-XXXX` code on the access page. Each code can be redeemed a limited number of times (set by the issuer).

## Step 4 — You're in

After redeeming, your wallet is permanently granted access. Your session persists for **90 days** and renews automatically on each visit.

{% hint style="info" %}
**One wallet, one redemption.** The code is tied to the wallet you used. If you switch wallets, reconnect your original wallet — or redeem a new code with the new wallet.
{% endhint %}


---

# 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.zest.ac/getting-started/how-to-get-access.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.
