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

# Introduction - Why Zenk AI

The crypto world moves fast. New tokens launch daily, narratives shift overnight, and retail users are constantly overwhelmed by a flood of data they don’t fully understand. Between contract addresses, market caps, liquidity locks, and community buzz, it's easy to get lost—or worse, scammed.

Most current tools simply dump raw blockchain data: contract flags, holder counts, liquidity metrics, and a few red or green alerts. But what they lack is **context**. They don’t interpret that data for you. They don’t tell you *why* a token might be risky, undervalued, or just hype-driven noise.

This is where **Zenk AI** comes in.

Zenk is a AI assistant designed to give users not just **data**, but **understanding**. Powered by large language models (LLMs), Zenk analyzes tokens across multiple dimensions—on-chain activity, social sentiment, risk indicators, and fundamental structure—and delivers actionable insights in plain English.

Think of it as your personal crypto analyst, always on, always learning, and always ready to answer one key question:

> **“Is this token worth your attention?”**

Whether you're a seasoned degen or just starting out, Zenk helps you navigate the chaos of Web3 by reducing noise, identifying risks, and highlighting real opportunities. It’s more than a scanner. It’s your AI-powered partner for smarter crypto decisions.

And this is just the beginning.


---

# 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://zenk-ai.gitbook.io/zenk-ai/readme.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.
