-
Notifications
You must be signed in to change notification settings - Fork 0
Bank Owner PC
Codex Bot edited this page Apr 12, 2026
·
9 revisions
The Bank Owner PC is the full-screen management interface for bank owners (and OP access to the Central Bank app).
- Place/use the Bank Owner PC block to open UBS Desktop.
- Bank apps shown on desktop are based on your ownership/role access.
- OP users (permission level
3) also see and can open the Central Bank app.
- Desktop lists all accessible bank apps as launch buttons.
-
Create Bankopens the in-UI bank creation flow. - Max banks per player is enforced by config (
PLAYER_BANKS_MAX_BANKS_PER_PLAYER). - UI scale is forced to
2while this screen is open, then restored on close.
- Left nav:
Overview,Branding,Limits,Governance,Staffing,Lending,Compliance - Top bar: current tool title +
Minimize+Refresh - Upper content area: section controls
- Lower content area: output panel / dashboard / card views
Both left nav and section controls are scrollable and clipped to stay inside their containers.
- Overview opens tool cards:
InfoDashboardReserveAccountsCertificatesLoan Summary
- Clicking an overview tool opens a detail mode with a back/refresh workflow.
-
Accountsuses clickable user cards; clicking a card opens a dedicated account profile subview (with back navigation).
- Set bank motto
- Set bank color (
#RRGGBBor supported color names)
Limits now use explicit type selectors (instead of free-text guessing):
SingleDaily PlayerDaily Bank
Then enter amount and apply.
Type behavior is functional server-side:
-
single-> transaction cap -
dailyplayer-> per-player daily cap -
dailybank-> bank-wide daily cap
Actions shown in UI depend on ownership model and permissions:
- role assignment/revoke/list
- shares set/list
- cofounder add/list
- hire/fire
- employee list
Base lending tools:
- borrow from central bank
- post interbank offer
- accept offer by UUID
- create loan product
- view products and summary
Press Market to open dedicated interbank market mode:
- back to lending
- sort controls (
Amount,APR,Term,Lender,Offer ID) - order toggle (
High-Low/Low-High) - refresh market
- offer cards with:
- lender
- amount
- APR
- term
Accept OfferCopy ID
Accept Offer opens a confirmation overlay before sending the action.
Copy ID copies the full offer UUID.
- submit appeal
- quick links to dashboard/reserve views
When focusing key fields (especially lending/limits), the output panel can show a short explanation and example input to help new players.
- Most mutation actions require owner-level access for that bank app.
- View-only actions can still be available for role-based access.
- If market accept fails, verify offer is still
OPENand not expired. - Offer acceptance requires a full UUID (the market
Copy IDbutton provides this). - If no apps are visible, verify your role/ownership and that player bank features are enabled in config.