> 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/what-is-zest.md).

# What is Zest?

**Zest** is a DeFi super-terminal built natively on **Monad Mainnet**.

Instead of jumping between 10+ protocol frontends, Zest lets you access every major Monad protocol from a single interface.

## Why Zest?

| Without Zest                    | With Zest                        |
| ------------------------------- | -------------------------------- |
| Switch between 10+ browser tabs | One terminal, all protocols      |
| Manually track your positions   | Unified portfolio page           |
| Miss out on incentive campaigns | Merkl rewards dashboard built in |
| Lose referral earnings          | Automatic referral tracking      |

## What you can do on Zest

* **Swap** on Kuru, Dirol, LFJ, Crystal
* **Stake MON** on aPriori, Magma, Kintsu, shMonad (Fastlane)
* **Lend & Borrow** on Neverland, Curvance
* **Provide Liquidity** on LFJ (DLMM bins)
* **Bridge** assets from Ethereum, Solana, and 10+ chains
* **Earn Merkl rewards** across 100+ live incentive campaigns
* **Launch tokens** on Nad.Fun and Bonad
* **Track your NFTs** on Monad (OpenSea integration)
* **Earn points** for every trade — compete on the leaderboard

## Current Status

Zest is currently in **private beta** (Early Access). You need an invite code (`ZEST-XXXX-XXXX`) to enter. [Learn how to get access →](/getting-started/how-to-get-access.md)


---

# 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/what-is-zest.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.
