Skip to main content
Awoken Banking fires a server event whenever something important happens - money moves, a loan defaults, a card is frozen, tax is collected. These are one-way notifications: you listen, you don’t reply. Every name is prefixed with awoken_banking: and fires on the server, so register your handlers in a server script.
server.lua

Money and accounts

Cards

Loans and credit

Savings, tax, and scheduled payments

Bills and requests

Stocks and investing

These events are notifications, not requests. Don’t run heavy or blocking work inside a handler - read what you need off the payload and hand off to your own logic.