> ## 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.

# Profile & Career

> Your full economy profile, laboratory, investments, businesses, reputation, and blessings.

# Profile & Career

> Your full economy profile, laboratory, investments, businesses, reputation, and blessings.

## Profile

Your complete economy card — level, wealth, activity stats, social data, blessing, titles, and career.

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

    *Alias: `;econ me`*
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;econ profile
    ```
  </Tab>
</Tabs>

Sections shown:

* **Level & XP** — current level, XP bar, total XP earned
* **Wealth** — wallet, bank, total portfolio value
* **Activity** — total earned, total spent, quests completed, estimated hours played
* **Social** — reputation given/received, pray streak
* **Blessing** — active blessing type, expiry, and multiplier (if active)
* **Titles** — currently equipped title + all earned titles
* **Career** — current job, shift count, last worked timestamp

***

## Cooldowns

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

    Two-page embed showing every cooldown status — earn commands on page 1, passive earners on page 2.

    *Aliases: `;cd`, `;ready`*
  </Tab>

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

    Two-page embed showing every cooldown status — earn commands on page 1, passive earners on page 2.
  </Tab>
</Tabs>

Two-page embed showing the status of every cooldown:

* **Page 1:** All earn command cooldowns — either "ready" or "X time remaining"
* **Page 2:** Passive earner statuses — pending salary, daily, vote, lab, businesses, investments, pray, rep, and blessing expiry

Run this to know exactly which commands are available at a glance.

***

## Reputation

Give rep to other users to earn them money and XP. Has a 24-hour cooldown.

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

    Awards the target configurable XP and cash (server admins set this — defaults: 500 XP, \$1,000). Has a 24-hour cooldown.
  </Tab>

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

    Awards the target configurable XP and cash (server admins set this — defaults: 500 XP, \$1,000). Has a 24-hour cooldown.
  </Tab>
</Tabs>

Awards the target:

* Configurable XP and cash (server admins set this — defaults: 500 XP, \$1,000)
* Counts toward quest progress

<Note>
  You cannot give rep to yourself or to bots.
</Note>

***

## Pray

Pray for a blessing that boosts your economy activity for a period of time.

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

    Cooldown is configurable per server (default: 24 hours). Praying for yourself gives a reduced blessing factor. Pass `@member` to pray for someone else and give them a stronger blessing.
  </Tab>

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

    Cooldown is configurable per server (default: 24 hours). Praying for yourself gives a reduced blessing factor. Pass `@member` to pray for someone else and give them a stronger blessing.
  </Tab>
</Tabs>

* Cooldown is configurable per server (default: 24 hours)
* Praying for yourself gives a reduced blessing factor vs. praying for another user
* Your pray streak (consecutive days praying) increases the blessing strength
* Blessings affect: earn multipliers, quest rewards, or lottery luck — depends on the blessing type

Active blessings are shown on your profile and also unlock the **blessed quest slot** which only offers epic and legendary quests.

***

## Collect all

Pulls every pending payout into your wallet in a single command.

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

    Pulls every pending payout into your wallet in a single command.

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

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

    Pulls every pending payout into your wallet in a single command.
  </Tab>
</Tabs>

Collects in this order:

1. Pending salary from `;work` shifts
2. Lab accrued income (see Laboratory section below)
3. All matured investments (claimed automatically)
4. All business accruals across all your businesses

A summary embed shows the total collected from each source.

***

## Laboratory

Your lab passively produces income based on its tier and your ampoule stock. Higher tiers produce more per hour.

<Tabs>
  <Tab title="Lab info">
    ```bash theme={null} theme={null}
    ;lab info
    ```

    Shows: current tier, ampoule count, hourly production rate, total accrued income, last collected timestamp, and upgrade cost.
  </Tab>

  <Tab title="Buy ampoules">
    ```bash theme={null} theme={null}
    ;lab ampoules 100
    ```

    Purchase ampoules (the lab's fuel). More ampoules = more production time before running dry.
  </Tab>

  <Tab title="Upgrade">
    ```bash theme={null} theme={null}
    ;lab upgrade
    ```

    Upgrade to the next tier for increased hourly production rate. Costs money from your wallet.
  </Tab>
</Tabs>

Collect lab income via `;collectall` or it will auto-accrue until you collect.

***

## Investments

Invest money for a time-locked return. Higher-risk investments yield better returns but can partially fail.

<AccordionGroup>
  <Accordion title="Browse investments">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;invest
        ```

        Lists all investment types with risk tier, duration, cost, projected payout, and hourly rate. A **🔥 Hot Pick** rotates every 24 hours and grants a bonus payout multiplier.
      </Tab>

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

        Lists all investment types with risk tier, duration, cost, projected payout, and hourly rate. A **🔥 Hot Pick** rotates every 24 hours and grants a bonus payout multiplier.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="View active investments">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;invest info
        ```

        Shows all your active (unclaimed) investments with their payout factor, maturity status, and whether they've benefited from compound or hot-pick bonuses.
      </Tab>

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

        Shows all your active (unclaimed) investments with their payout factor, maturity status, and whether they've benefited from compound or hot-pick bonuses.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Buy an investment">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;invest buy (investment_type)
        ```

        Deducts the cost immediately. The investment matures after its duration. Buy multiple investments of the same type to stack.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;invest buy tech_startup
        ```

        Deducts the cost immediately. The investment matures after its duration. Buy multiple investments of the same type to stack.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Collect">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;invest collect
        ```

        Claims all matured investments at once. Also called automatically by `;collectall`.
      </Tab>

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

        Claims all matured investments at once. Also called automatically by `;collectall`.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Early withdrawal">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;invest withdraw (investment_id)
        ```

        Pull out early for a **partial refund** (cost × (1 − penalty)). You lose a portion of your investment principal. Use only as a last resort.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;invest withdraw 42
        ```

        Pull out early for a **partial refund** (cost × (1 − penalty)). You lose a portion of your investment principal. Use only as a last resort.
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

**Compound bonus:** If you claimed an investment recently (within the compound window), subsequent investments of the same type receive a payout boost.

**Fail chance:** High-risk investments have a small chance of partial loss on payout. You'll still receive something, but less than the full projected amount.

***

## Businesses

Own and operate businesses that generate passive hourly income. Hire managers to automate collection.

<AccordionGroup>
  <Accordion title="Browse & buy">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;business buy (business_type)
        ```

        Lists all available business types with their tier, cost, and base income rate. Multiple businesses can have synergy bonuses when owned together.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;business buy coffee_shop
        ```

        Lists all available business types with their tier, cost, and base income rate. Multiple businesses can have synergy bonuses when owned together.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Manage">
    ```bash theme={null} theme={null}
    ;business info coffee_shop
    ```

    Shows your business's current tier, managers, last collected time, accrued income, and active synergy bonuses.

    ```bash theme={null} theme={null}
    ;business upgrade coffee_shop
    ```

    Upgrade to a higher tier for more income per hour.

    ```bash theme={null} theme={null}
    ;business sell coffee_shop
    ```

    Sell the business for 50% of its cost.
  </Accordion>

  <Accordion title="Hire managers">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;business hire @member coffee_shop
        ```

        Hire a server member as a manager. The optional commission percentage (0–50, default 0) determines what cut they get when collecting income.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;business hire @zecroyn coffee_shop
        ```

        Hire a server member as a manager. The optional commission percentage (0–50, default 0) determines what cut they get when collecting income.
      </Tab>
    </Tabs>

    ```bash theme={null} theme={null}
    ;business fire @member coffee_shop
    ```

    Remove a manager.

    ```bash theme={null} theme={null}
    ;business managers
    ```

    Lists all manager positions across your businesses.
  </Accordion>

  <Accordion title="Collect income">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;business collect @owner coffee_shop
        ```

        Collects accrued income. If a manager runs this on someone else's business, the commission split is applied automatically. Also called by `;collectall`.
      </Tab>

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

        Collects accrued income. If a manager runs this on someone else's business, the commission split is applied automatically. Also called by `;collectall`.
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

***

## Server admin configuration

<Info>
  Requires **Manage Server**.
</Info>

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

    A 5-page admin panel for server-level economy settings.

    *Alias: `;econ manage`*
  </Tab>

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

    A 5-page admin panel for server-level economy settings.
  </Tab>
</Tabs>

A 5-page admin panel for server-level economy settings:

| Page            | Settings                                                  |
| --------------- | --------------------------------------------------------- |
| Economy Channel | Restrict all economy commands to a specific channel       |
| Booster Role    | Set a role whose members get a passive earn multiplier    |
| Pray Tuning     | Configure pray reward, XP, and cooldown for the server    |
| Rep Tuning      | Configure rep reward money and XP                         |
| System          | Enable/disable the economy system; reset all economy data |

<Warning>
  The **reset** option on the System page permanently wipes all economy data for your server. A double confirmation is required.
</Warning>
