# Account System

## Subscribe

```
/rafiki subscribe your-username
```

Starts monitoring immediately with defaults. No verification required.

## Verify Ownership

Unlocks wallet access and personalized features.

1. `/rafiki link your-username`
2. Rafiki posts verification thread on Hive
3. Reply to it from your Hive account
4. Done — you're verified

## Posting Authority

For scheduled posts and advanced features, grant Rafiki posting authority:

**Methods available:**

* **HiveSigner** - Quick browser-based authorization
* **Keychain** - Browser extension authorization
* **HiveAuth QR** - Mobile app QR code scanning

**How to grant it now:**

* Run `/rafiki schedule create` in Discord
* If posting authority is missing, Rafiki will automatically prompt you through the setup flow
* On the curation dashboard, Keychain can also approve posting authority directly in the browser

**What it unlocks:**

* Scheduled posting
* Curation dashboard actions that need posting permission
* Other advanced publishing flows as they roll out

| Feature            | Unverified | Verified                        |
| ------------------ | ---------- | ------------------------------- |
| Notifications      | ✅          | ✅                               |
| Chat               | ✅          | ✅                               |
| Wallet summary     | ❌          | ✅                               |
| Personalized feed  | Limited    | Full                            |
| Curation dashboard | ❌          | ✅ (requires Hive Keychain auth) |

## Multi-Account (up to 30)

```
/rafiki accounts add alt-account
/rafiki accounts remove old-account
/rafiki accounts list
/rafiki switch main-account
```

**Account Switcher:** The curation dashboard now includes an account switcher that lets you seamlessly switch between your linked accounts for different operations.

Each account has independent notification settings.

## Import from Friday

```
/rafiki import your-friday-key
```

## Trading Account

Set up a custodial trading account for Hive Engine DEX trading:

**Deposit funds:**

1. Send SWAP.HIVE, LEO, or other tokens to **@askrafiki**
2. Use memo format: `trade:yourusername`
3. Funds are automatically credited to your trading balance
4. Check balance: "What's my trading balance?"

**Trading features:**

* Dollar-cost averaging (DCA) orders
* Limit buy/sell orders
* Market trading with natural language
* Complete trading history and analytics
* Secure withdrawal back to your Hive account

**Access:** Use the trading dashboard or ask Rafiki directly about trading operations.

## Witness Monitoring

```
/rafiki witness link your-witness
/rafiki witness status
/rafiki witness unlink
```

Alerts for missed blocks and stale price feeds.


---

# 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://docs.inleo.io/rafiki-ai-assistant/account-system.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.
