# User Manual

Monika Terminal offers two distinct ways to interact with the market:

**1. Auto-Pilot (Autonomous Mode)**

This is the "Hands-Free" experience powered by the Neural Engine.

* **Action:** Click the green **"START ENGINE"** button at the bottom of the dashboard.
* **Behavior:** The terminal will begin polling the Railway backend every 3 seconds.
* **Execution:** If the AI Confidence Score rises above **55** AND the Risk Shield is inactive, Monika will automatically sign and execute a transaction via your connected wallet.
* **Note:** You must keep the browser tab open for Auto-Pilot to function (Client-Side Security). The wallet must hold at least 1 MON and 1 USDC.

**2. Manual Override (Reflex Mode)**

For traders who want to use Monika's data but execute their own decisions.

* **Action:** Click the **"FORCE BUY"** button in the System Logs panel.
* **Behavior:** This bypasses the AI Score check but still utilizes the **Smart Routing Engine** to find the best liquidity path (PancakeSwap/Uniswap) for your trade. You can always click **"START ENGINE",** and Monika will manage the position using the DCA strategy for you.

**3. AI Chat Assistance**

* **Action:** Click the **AI Icon** in the bottom right corner.
* **Usage:** Type questions like *"Analyze the 4H chart"* or *"Should I DCA now?"*
* **Note:** The AI response is generated using real-time data from the terminal. If the terminal is "SYNCING," the AI might ask you to wait a moment for fresh data.

***

#### Understanding the Interface

* **Market Structure Panel:** Visualizes the "Fractal Match" across 3 timeframes.
  * **H1 (1 Hour):** Short-term momentum.
  * **H4 (4 Hours):** Trend strength.
  * **D1 (1 Day):** Macro bias.
* **System Logs:** A real-time feed of Monika's internal logic. Watch this to see "*Routing Checks*", "*Gas Estimations*", and "*Pattern Matches*" as they happen.
* **Panic Sell:** Sell all open positions at once.

***

#### Frequently Asked Questions

**Q: Why does the status say "SYNCING..."?** \
A: This means the terminal is establishing a connection to the Monad RPC and our Neural Backend. It usually resolves in <2 seconds. If it persists, check your internet connection.

**Q: Can I close the browser tab while Auto-Pilot is running?** \
A: **No.** Because Monika is at the  moment non-custodial, she needs your active browser session to sign transactions. Closing the tab pauses the "Hands" (execution), though the "Brain" (analysis) continues in the cloud.

**Q: What wallet should I use?** \
A: Monika is optimized for **Rabby** or **MetaMask** connected to Monad.

**Q: Why can't I enter the terminal?** \
A: You need 2 million $MONIKA (≈50 dollars) to enter the trading terminal. You can buy on Pancakswap, Printr or Atlantis.

***

#### Risk Disclaimer

**Monika Terminal is experimental open-source software.**

* **No Financial Advice:** The "Confidence Scores" and market analysis provided by the Neural Engine are for informational purposes only.
* **Non-Custodial:** You retain full control of your private keys. The developers are not responsible for any lost funds due to market volatility, smart contract exploits, or user error.
* **DYOR:** Always verify market conditions before enabling Auto-Pilot.


---

# 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/user-manual.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.
