gta6/prompts
phone
Vaultintermediatephone

Mobile Banking App

ESX/QBCore/QBox mobile banking phone app: balance, instant P2P transfers, QR-code pay, transaction history, card freeze, and push alerts — every balance move server-authoritative.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~105 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A mobile banking app for the phone: balance at a glance, instant P2P transfers, QR-code pay, a scrolling transaction history, a card-freeze toggle, and push alerts on every move. The mechanic is commoditized but universally required, so servers buy on UX polish and the QR/freeze quality-of-life touches.

Prompt Template

You are writing a FiveM resource for [esx|qbcore|qbox]. Resolve the framework…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

See content/expected-outputs/phone/15-mobile-banking-app.lua — server-side…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Balance cached on the client → spoofed funds, transfers of money never held.
  • Amount not floored/validated → a negative transfer drains the recipient.
  • QR payee trusted from the client → a forged code redirects funds.

Corrective re-prompt: Read every balance from xPlayer.getAccount("bank").money server-side and never trust a client-sent balance. In bank:transfer set amount = math.floor(tonumber(amount) or 0) and reject amount <= 0; resolve the QR payee only from the server qrCodes map.

Framework Integration

  • ESX: xPlayer.getAccount("bank").money, removeAccountMoney("bank", amount) / addAccountMoney("bank", amount).
  • QBCore: QBCore.Functions.GetPlayer(src), Player.PlayerData.money['bank'], Player.Functions.RemoveMoney('bank', amount) / AddMoney('bank', amount).
  • QBox: exports.qbx_core:GetPlayer(src); persist history to a bank_txns table so the statement survives a restart.

Profit Potential

$100–$1200/mo on Tebex (expected ~$360). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a saturated but universally-required niche.

Trend Signal

saturated — strategy: MASTER-200 id-019 Banking System Plus economy anchor (MASTER-200.md:94); mobile front-end commoditized but universally required.

Sales Angle

The polished mobile front-end every economy server needs; compete on UX and the QR/freeze quality-of-life touches, not novelty. Recommended Tebex price $79.

Difficulty & Ship Time

intermediate · ships in 1-2 days.