> ## Documentation Index
> Fetch the complete documentation index at: https://docs.razebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# General

> Account management, wallet, bank, transfers, and leaderboards.

# General

> Account management, wallet, bank, transfers, and leaderboards.

## Getting started

Before using any economy commands, you need to open an account. This is a one-time setup.

```bash theme={null} theme={null}
;open
```

You'll start with **\$1,000** in your wallet. Your account tracks your wallet, bank balance, XP, level, and transaction history.

<Frame caption="Open Preview">
  <img src="https://cdn.raze.lat/cdn/1117553916075331656/1777890611-390853.png?v=1777890611" alt="open" />
</Frame>

***

## Balance

Check your wallet, bank, net worth, XP, and rank at a glance.

<Frame caption="Balance Preview">
  <img src="https://cdn.raze.lat/cdn/1117553916075331656/1777890708-556697.png?v=1777890708" alt="Balance command output" />
</Frame>

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;balance @member
    ```

    Leave `@member` off to check your own balance. Pass any server member to view theirs.

    *Aliases: `;bal @member`, `;wallet` (self-only)*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;balance @wanderer
    ```

    Shows wallet, bank, business value, lab value, investment portfolio, rank, and XP progress bar.
  </Tab>
</Tabs>

| Field          | Description                                     |
| -------------- | ----------------------------------------------- |
| 💵 Wallet      | Liquid cash — used for commands and purchases   |
| 🏛️ Bank       | Safe storage — protected, earns no interest     |
| 💼 Business    | Total value accrued across all owned businesses |
| 🧪 Lab         | Uncollected ampoule production value            |
| 📈 Investments | Projected payout from active investments        |
| 🏆 Rank        | Your position on the global leaderboard         |

***

## Deposit & Withdraw

Move money between your wallet and bank. Your bank has a maximum capacity that can be expanded via shop items.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;deposit (amount)
    ```

    Use `all` or `max` in place of an amount to move everything at once.

    *Aliases: `;dep` for deposit, `;wd` for withdraw*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;deposit 50000
    ```

    Deposit moves wallet → bank. Withdraw moves bank → wallet. No limit on withdrawals; bank has a capacity cap.

    <Warning>
      If your bank is full, deposits fail. Buy **Bank Expansion** items from the shop to increase your cap.
    </Warning>
  </Tab>
</Tabs>

***

## Paying other users

Send money to another user. A transfer fee is deducted from your wallet and routed to the active lottery jackpot.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;pay @member (amount)
    ```

    A confirmation prompt shows before/after balances for both parties. The fee is deducted from the sender.

    *Aliases: `;give @member (amount)`, `;transfer @member (amount)`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;pay @wanderer 50000
    ```

    A confirmation prompt shows the amount, fee, and final balances for both you and the recipient before anything is deducted.
  </Tab>
</Tabs>

**Transfer fee schedule:**

| Amount          | Fee                     |
| --------------- | ----------------------- |
| Up to \$1,000   | 1%                      |
| Up to \$10,000  | 2%                      |
| Up to \$100,000 | 3%                      |
| Over \$100,000  | 5% (capped at \$50,000) |

<Note>
  The fee goes directly into an active lottery jackpot, keeping the economy circulating.
</Note>

***

## Bank connections

Connect your bank account with trusted users for transfer stat-sharing.

<AccordionGroup>
  <Accordion title="Connect with a user">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;bank connect @member
        ```
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;bank connect @zecroyn
        ```

        Sends a connection request. The target receives a DM with Accept/Decline buttons. Connection expires after 24 hours if not accepted.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="View connections">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;bank connections
        ```

        *Alias: `;bank friends`*
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;bank connections
        ```

        Shows a paginated list of all accepted connections with total transfer stats (in/out amounts).
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Disconnect">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;bank disconnect @member
        ```
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;bank disconnect @wanderer
        ```

        Removes the bank connection with that user.
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

***

## Transaction history

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;transactions
    ```

    *Alias: `;txns`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;transactions
    ```

    Shows your last 500 transactions paginated 10 per page. Each entry shows the type (earn, transfer, purchase, etc.), amount, and timestamp.
  </Tab>
</Tabs>

***

## Leaderboard

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;leaderboard
    ```

    Top 100 users ranked by total net worth (wallet + bank). 10 entries per page.

    *Aliases: `;lb`, `;top`, `;rich`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;lb
    ```

    Your own rank and balance are shown in the footer regardless of your position.
  </Tab>
</Tabs>

***

## Net worth

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;networth
    ```

    Shows your combined wealth: wallet + bank + current market value of all share holdings.

    *Aliases: `;net`, `;nw`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;nw
    ```

    Shows your combined wealth: wallet + bank + current market value of all share holdings.
  </Tab>
</Tabs>
