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

# Introduction

**Monika** is a non-custodial, autonomous DeFi trading agent built natively for **Monad**.

Unlike traditional trading bots that function as "black boxes" requiring you to deposit funds into a centralized contract, Monika operates on a **Client-Side Execution** model. This means she analyzes the market 24/7 in the cloud, but the actual transaction signing happens securely in your local browser environment.

#### Core Features

* **Autonomous Execution:** Automatically detects and executes high-probability setups based on market fractals.
* **Non-Custodial Security:** Your private keys never leave your device. All trades are signed via `ethers.js` in your local environment.
* **Neural Engine:** Powered by a K-Nearest Neighbors (KNN) algorithm that matches live price action against 10,000+ historical scenarios.
* **Gemini Cognitive Layer:** An integrated AI chat interface that provides real-time, context-aware market analysis.
* **Monad-Native:** Optimized for Monad's sub-second block times, utilizing custom RPC routing for high-frequency updates.

#### Getting Started

To start using Monika, simply connect your wallet to the terminal. 2 Million $MONIKA are required to access the terminal. Once you're in, Monika will generate a new fresh wallet for you, simply send at least 1 USDC and 1 MON to this wallet to start trading.

[Link to Live Terminal](https://www.monika-ai.xyz/trading) | [GitHub Repository](https://github.com/Genvv77/MonikaAI)


---

# 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://deployr-docs.gitbook.io/monika-docs/introduction.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.
