From 8b1a7f9d58c6968a62d55d56efd57a4f432c77ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 10 Jul 2026 20:31:50 +0200 Subject: [PATCH] bank landing: shared-account withdraw and live pool balance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Primary bank funding path is the community shared account (not a personal login). Withdraw step explains that briefly and shows a short “surprising balance?” note with the live explorer pool amount from stats.json (balance_explorer). Move GOA flow stats and Performance to the bottom of the page so the install → withdraw path stays first. Collapse optional bank UI / GOA shop behind a click-to-open fold (same interaction pattern as settlement panels). --- configs/bank-landing/index.html | 403 +++++++++++++++++++------------- 1 file changed, 238 insertions(+), 165 deletions(-) diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 758faf9..4d31411 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -82,7 +82,6 @@ border: 1px solid rgba(232, 168, 56, 0.4); letter-spacing: 0.04em; } - .community-note, .how-note { margin: 0 0 1.15rem; padding: 0.8rem 0.95rem; @@ -91,12 +90,18 @@ line-height: 1.45; text-align: left; } - .community-note { - background: rgba(94, 234, 212, 0.1); - border: 1px solid rgba(94, 234, 212, 0.4); - color: #ccfbf1; + .balance-note { + margin: 0.75rem 0 0; + padding: 0.55rem 0.7rem; + border-radius: 10px; + background: rgba(232, 168, 56, 0.08); + border: 1px solid rgba(232, 168, 56, 0.32); + color: #f5e6c8; + font-size: 0.82rem; + line-height: 1.4; + text-align: left; } - .community-note strong { color: #5eead4; font-weight: 750; } + .balance-note strong { color: #f0c86a; font-weight: 750; } .how-note { background: rgba(232, 168, 56, 0.08); border: 1px solid rgba(232, 168, 56, 0.35); @@ -307,21 +312,56 @@ .step-tagline .app-ico.ios { color: #5eead4; } .step-tagline .app-ico.android { color: #f0c86a; } + /* Optional block: collapsed by default, expand like settlement / wallet fold */ .more-section { - margin-top: 2.75rem; - padding-top: 1.75rem; - border-top: 1px dashed rgba(201, 184, 160, 0.35); + margin-top: 1.5rem; + margin-bottom: 1.35rem; + border: 1px solid rgba(201, 184, 160, 0.4); + border-radius: 14px; + overflow: hidden; + background: rgba(18, 28, 28, 0.55); } .more-section > .more-label { - display: block; - text-align: center; - font-size: 0.72rem; - font-weight: 700; - letter-spacing: 0.14em; - text-transform: uppercase; - color: var(--muted); - margin-bottom: 1rem; + display: none; /* replaced by toggle */ } + .more-fold-toggle { + display: flex; + align-items: center; + justify-content: space-between; + gap: 0.5rem; + width: 100%; + margin: 0; + padding: 0.8rem 0.95rem; + border: 0; + background: transparent; + color: #e8c878; + font: inherit; + font-size: 0.88rem; + font-weight: 750; + letter-spacing: 0.04em; + text-align: left; + cursor: pointer; + line-height: 1.3; + } + .more-fold-toggle:hover { + background: rgba(232, 168, 56, 0.1); + color: #f0d090; + } + .more-fold-toggle-text { flex: 1; } + .more-fold-chevron { + flex-shrink: 0; + transition: transform 0.15s ease; + color: #3ecfbf; + font-size: 0.95rem; + } + .more-section.open .more-fold-chevron { transform: rotate(90deg); } + .more-fold-body { + display: none; + padding: 0 0.95rem 1.1rem; + border-top: 1px solid rgba(201, 184, 160, 0.3); + } + .more-section.open .more-fold-body { display: block; } + .more-fold-body > .more-card { margin-top: 0.85rem; } .more-card { background: rgba(18, 28, 28, 0.65); border: 1px dashed rgba(62, 207, 191, 0.35); @@ -561,21 +601,166 @@
- Exploration · GOA + Exploration · GOA · shared account

GOA Exploration Bank

- Install the wallet, then one QR withdraws GOA from a - community-shared bank account — no personal bank registration. + This bank now funds wallets from a single shared bank account + for everyone. Install the wallet, scan one QR — no personal + bank registration for the demo.

-

- Community pool. - Demo GOA comes from one shared exploration account used by everyone on this site - (not your private bank login). Balance is shared; amounts are small; for play only. -

+ +
+

1 Get the wallet

+ +
- + +
+

2 Withdraw from shared account

+

One QR · shared community bank account · no registration

+
+
+
+
Shared account · scan or open in wallet
+
+ + Open shared withdraw → + +

Preparing shared-account withdraw…

+ + +

+ Surprising balance? + Shared pool currently holds + + — that is the communal demo account, not yours. You only receive the + small withdraw amount into your wallet. +

+
+
+ + + + +
+ + +
+ + - -
-

1 Get the wallet

- -
- - -
-

2 Withdraw GOA

-

One QR · community-shared account · no registration

-
-
-
-
Scan or open in wallet
-
- - Open in wallet → - -

Preparing community withdraw…

- - -
-
- - - - -
- Optional · bank UI & GOA shop -
-

Own bank account?

-

Register in the bank UI for your own balance.

-
-
-
-
Bank UI · register / login
-
-
- -
- - -
-