Skip to main content
Documentation

Module · FREE

Economy

A virtual-currency engagement system. Members earn currency via work + daily streaks, store it in wallet or bank, and spend it in a member shop you configure. Distinct from the Storefront module which handles real-money EUR transactions via Stripe + PayPal.

Earning + spending

/economy daily

Claim your daily reward.

/economy work

Earn currency on cooldown.

/economy transfer

Send currency to another member.

/economy buy

Purchase an item from the member shop.

/economy balance

Check your wallet + bank balance.

/economy stats

View your full economy stats.

Wallet vs Bank

Each member has two balance buckets per currency :

  • /economy deposit — move from wallet → bank (safer storage).
  • /economy withdraw — move from bank → wallet (spendable).

Member shop

Admins create shop items with /economy addshopitem ; members browse with /economy shop and purchase with /economy buy. Configure everything (item types, prices, role rewards) from /dashboard/[guildId]/economy in the web dashboard.

Multi-currency

Run multiple currencies in parallel — useful when you want a "main" currency + a "premium" currency. Admins create a new currency with /economy createcurrency. Plan caps documented in /docs/plans.

All slash commands

13 subcommands verified in apps/bot-engine/src/bot/commands/economy/index.js :

/economy balanceCheck your balance.
/economy dailyClaim your daily reward.
/economy workWork to earn money.
/economy depositDeposit money to bank.
/economy withdrawWithdraw money from bank.
/economy transferTransfer money to another user.
/economy shopView the shop.
/economy buyBuy an item from the shop.
/economy leaderboardView the richest users.
/economy statsView your economy stats.
/economy createcurrencyAdmin — create a new currency.
/economy addmoneyAdmin — add money to a user.
/economy addshopitemAdmin — add an item to the shop.

Need to sell digital goods for real money ? Use the Storefront module (Stripe + PayPal). Currency limits per plan in /docs/plans.

Beta