serenity
2 min read

Economy

A full currency system with jobs, gambling, businesses, gathering and a stock market.

Replace [prefix] with your server's prefix.

serenity's economy gives your members a currency to earn, lose, gamble, invest and steal from each other. It has to be switched on once per server, and from then on every economy command works for everyone.

Nothing below works until an administrator runs [prefix]economy setup.

SetupSwitch the economy on, pick global or private, and manage balances.

Cash and Bank

Every account has two pockets, and the difference matters:

PocketWhat it's for
CashWhat you spend, bet and gather with. It's also what thieves take.
BankSafe from robbers, but you can't spend it until you withdraw.
// Move 5,000 out of harm's way
;deposit 5000

// Take it back out
;withdraw 5000
BankingBalances, deposits, transfers, leaderboards and your economy stats.

Where the Money Comes From

What You Do With It

Progression

Command Overview

CommandWhat it does
[prefix]balanceYour cash and bank
[prefix]depositCash into the bank
[prefix]withdrawBank into cash
[prefix]transferSend cash to a member (10% fee)
[prefix]dailyDaily payout, builds a streak
[prefix]workA random job, once an hour
[prefix]robTake cash off another member
[prefix]collectallClaims daily, work, the wheel, a heist, the lab and every ready business in one go
[prefix]questsDaily and weekly challenges
[prefix]skillsYour Fishing, Mining, Foraging and Crafting levels
[prefix]cooldownsEverything you're waiting on, in one embed
[prefix]leaderboardMoney, net worth, skill and Account Level rankings
[prefix]shopBuy shields, boosters, reroll tokens and pet eggs
[prefix]inventoryEquipment, materials and items
[prefix]businessBuy, upgrade and collect from your businesses
[prefix]petsHatch eggs and manage your companion pets
[prefix]marketBuy and sell gear, items and businesses with other players

That's the core loop. Each area has its own page with the full list.

New to the economy? Run [prefix]economy guide in Discord for an interactive, in-chat walkthrough that covers everything on this page.

[prefix]cooldowns is the one command worth remembering - it shows every timer you have running, what each one pays, and when it's up.

Last edited