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

# Housing

> Buy, upgrade, and manage a house with personal storage and optional co-ownership.

# Housing

> Buy, upgrade, and manage a house with personal storage and optional co-ownership.

## Overview

Own a house to unlock personal storage. Higher tiers hold more items. You can add a partner as co-owner. Sell at any time for 60% of the tier price.

***

## House tiers

| Tier | Name      | Cost         | Storage   |
| ---- | --------- | ------------ | --------- |
| 1    | Apartment | \$150,000    | 20 slots  |
| 2    | House     | \$750,000    | 60 slots  |
| 3    | Mansion   | \$3,500,000  | 150 slots |
| 4    | Estate    | \$15,000,000 | 400 slots |

***

## View house

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

    *Alias: `;house`*

    Shows the house tier, storage used/capacity, co-owner, and purchase date. Leave `@member` off to view your own.
  </Tab>

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

    *Alias: `;house`*

    Shows the house tier, storage used/capacity, co-owner, and purchase date. Leave `@member` off to view your own.
  </Tab>
</Tabs>

***

## Buy a house

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;house buy (tier)
    ```

    Purchase a house at the chosen tier. Cost deducted from your wallet. You cannot own more than one house — upgrade instead.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;house buy 1
    ```

    Purchase a house at the chosen tier. Cost deducted from your wallet. You cannot own more than one house — upgrade instead.
  </Tab>
</Tabs>

***

## Upgrade

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;house upgrade (tier)
    ```

    Upgrade to a higher tier. You pay only the **price difference**. Primary owner only.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;house upgrade 3
    ```

    Upgrade to a higher tier. You pay only the **price difference**. Primary owner only.
  </Tab>
</Tabs>

***

## Joint ownership

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

    Add a partner as co-owner. They receive a confirmation prompt. Both owners share access to the storage. Primary owner only.
  </Tab>

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

    Add a partner as co-owner. They receive a confirmation prompt. Both owners share access to the storage. Primary owner only.
  </Tab>
</Tabs>

***

## Sell

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

    Sell your house for **60% of the tier price**. Storage is cleared on sale. Primary owner only.
  </Tab>

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

    Sell your house for **60% of the tier price**. Storage is cleared on sale. Primary owner only.
  </Tab>
</Tabs>

<Warning>
  Selling clears all stored items permanently. Make sure to remove them first.
</Warning>
