# User Manual

Kage is an automated copy-trading tool for Polymarket. It lets you select one or more high-performing wallets as targets, define your copy rules, and automatically place matching trades from your own Kage wallet when a target trades on Polymarket.

This manual is written for users who may be new to crypto wallets, USDC, Polygon, and prediction markets. It walks through the full product flow: account access, wallet setup, funding, onboarding, target selection, copy-trading rules, trade review, position management, withdrawals, referrals, and security.

### **Product Snapshot**

| **Item**                      | **Details**                                              |
| ----------------------------- | -------------------------------------------------------- |
| Product                       | Kage                                                     |
| Category                      | Automated Polymarket copy-trading                        |
| Audience                      | New users and operators managing copy-trading strategies |
| Estimated hands-on setup time | About 4 minutes after funding                            |
| Fees                          | 0.8% per trade                                           |

### **What Kage Does**

Kage monitors selected target wallets on Polymarket. When a target wallet buys or sells, Kage can place a corresponding trade for you based on the rules you set.

You can copy by proportion, copy with a fixed amount, cap single-trade exposure, limit total exposure, filter by price range, restrict trading windows, enable or disable copy-buy and copy-sell separately, and manage take-profit or stop-loss rules.

### **Why Users Choose Kage**

* Fast execution: Kage listens to Polygon on-chain events directly and is designed to follow target trades within the same block when possible.
* Fully automated workflow: once a copy subscription is configured, the engine can run without manual confirmation for every trade.
* Fine-grained controls: more than 30 parameters let you shape sizing, price, risk, timing, and order behavior.
* Self-custody fallback: you can export your private key and import the wallet into MetaMask or another compatible wallet.
* Multi-wallet isolation: you can use separate wallets for separate strategies, targets, or risk profiles.

### **Before You Start**

You will need:

* An email address for Magic Link login.
* USDC, USDC.e, or USDT on Polygon.
* A target wallet address or Polymarket profile link.
* A basic risk plan, such as maximum single-trade size and total strategy exposure.

> *Warning: Prediction markets are speculative and high risk. Kage is a tool for execution and automation.  It does not guarantee profit, and copying a profitable wallet can still lead to losses.*


---

# 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://kage-fun.gitbook.io/kage-1/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.
