# Account and Login

Kage uses email-based Magic Link login. You do not need to create or remember a password.

### **Login With Magic Link**

1. Open the Kage website.
2. Select **Log In** in the upper-right corner.
3. Enter your email address.
4. Select **Send Magic Link**.
5. Open the email within 15 minutes.
6. Select the login link in the email.

Magic Links are valid for 15 minutes and can be used only once. If the link expires, request a new one.

### **First Login Setup**

After your first successful login, Kage automatically:

* Creates a default wallet for your account.
* Generates and encrypts the wallet private key.
* Displays the wallet address in the Wallet Management panel through real-time updates.

At this stage, the wallet has not yet been onboarded for Polymarket V2 trading. You must fund the wallet and run **One-Click Onboard** before copy trading can start.

### **Referral Codes**

If you join through a referral link, the referral code is applied before registration. The UI will show that the code has been detected and linked to your new account.

Referral codes apply only during first registration. They do not change your trading cost, but they may allow the inviter to receive referral rewards from eligible trading fees.


---

# 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/account-and-login.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.
