A demand-driven stock exchange using server currency.
An exchange inside your server where members buy and sell stocks with the server currency. Prices are not random: they move with real demand, so a stock climbs as people buy it and falls as they sell. The result is a market driven by the behavior of your own members.
The stock market adds a strategic layer on top of the currency: instead of hoarding a balance, a member invests it. They buy shares, watch the price, and sell at the right moment. And the price is not a random number the bot draws, it moves with real demand: a stock climbs as people buy it and falls as they sell. The market mirrors the behavior of your members.
You set how violent the market is with two numbers. The price tick decides how often it is recomputed, and demand sensitivity decides how many net shares move the price by one unit. A low sensitivity means two trades can flip the price, while a high one means a calm market that needs collective movement to shift.
Because a free market with no brakes explodes, there are safety limits: max move per tick stops insane jumps, a price floor and a ceiling multiplied by the base price bound the range, an idle drift pulls a stock back toward its base when trading stalls, and max shares per user stops one rich member cornering an entire stock.
You build every stock yourself: a ticker, a name, an emoji, a color, a description, and a base price, plus a volatility factor from 0.1 to 5 setting how much it moves on its own beyond demand. You can also override the current price by hand at any moment, or press add examples and let the bot fill a ready market so you can start fast.