# 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: 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:

```
GET https://printr-deployr.gitbook.io/monika-docs/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
