# 🔐 Creating a Wallet for Your Agent

### 🔐 Creating a Wallet for Your Agent

LUMI Agent automatically generates a secure, non-custodial wallet for each user — whether you're using the **Web Terminal**, **Telegram**, or **Discord**.

#### 🧬 Web Terminal Wallet

When you sign up using a social login (Google, Apple, etc.), a wallet is instantly generated and linked to your profile.\
You can find your wallet address under your **User Profile > Wallet Address** section.<br>

<div align="left"><figure><img src="/files/zMF0Pqc3Ijq2QOlr1vLM" alt=""><figcaption></figcaption></figure></div>

💬 Telegram & Discord Wallets

A separate wallet is also created for you when you activate the LUMI Agent on **Telegram** or **Discord**. Each instance is chain-specific and optimized for fast in-chat execution.

To view or manage your wallet:

```
/wallet – Shows your wallet info
/balance – View token balances
/address – Copy your wallet address
/send – Transfer tokens to another address
```

#### 🔑 Accessing Your Private Keys

To access your private keys, simply use the command:

```
/keys - Shows your private keys
```

⚠️ **Reminder:** Your keys are for your access only. Never share them. LUMI does not store or retain private keys beyond your session.


---

# 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://lumi-agent-1.gitbook.io/lumi-agent/lumi-terminal/create-wallet.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.
