Builder note #6 from Geldux:
Over the last few days, most of the work has been focused on tightening the foundation instead of adding surface level noise.
Geldux is now moving through the kind of stage where small product decisions matter a lot. The trading flow can look simple from the outside, but under it there are many things that need to behave correctly every time: collateral accounting, oracle checks, margin mode handling, position lifecycle, liquidation reads, portfolio state, history, and the way risk information is shown to the user.
On the contract side, the clean Geldux Perps V2 deployment is live on Base Sepolia with gUSD test collateral and five curated markets.
The current system supports both cross and isolated margin flows. We completed smoke tests for isolated and cross positions including opening, reading risk, partial close, full close, and cross collateral withdrawal.
The most important part was the accounting result.
Vault accounting stayed clean.
No bad debt was created.
Open interest returned to zero after the test flows.
Cross collateral was fully withdrawn after the cross test.
Risk reads were available through RiskLens.
That gives us a stronger base before bringing more testers into the product.
The product work has also been moving in parallel.
A lot of focus went into separating global market intelligence from wallet specific data. This sounds like a small detail, but it is important. Market level information should not change just because one wallet connects. A connected wallet can add personal context, but it should not mutate the global view of the market.
This makes Atlas cleaner and more reliable.
Geldux Atlas is being shaped around real trading context. Not prediction. Not fake signal dashboards. Not random AI labels. The goal is to show useful market state around open interest, funding pressure, liquidation context, position health, freshness, and risk conditions before and after a user takes action.
We also pushed the visual intelligence layer further.
Atlas now has a more visual direction with perps heatmaps, liquidation pressure views, funding pressure views, Base protocol pressure, liquidity context, and shareable risk cards.
The intention is to make risk easier to read at a glance without turning every color into a trade signal. A pressure map should help users understand conditions, not push them into action.
Another area we improved is honesty around data.
If something is missing, stale, not indexed yet, or unavailable, the interface should say that clearly. We are avoiding fake liquidation zones, fake volume, fake PnL, fake health scores, and fake intelligence. In a trading product, clear empty states are not a small UX detail. They are part of trust.
Atlas Daily is also becoming a separate surface in the product direction.
The full Geldux app remains the trading terminal. Atlas Daily is a lighter read only risk brief for people who want to follow market context without connecting a wallet or touching trading actions. No faucet, no contract writes, no position management. Just a cleaner public entry point into Geldux intelligence.
We also cleaned the chart architecture.
The trading chart now uses a first party API route. The browser calls the Geldux chart endpoint, while the server handles candle fetching and normalization privately. This keeps implementation details out of the frontend and gives us a cleaner path to change data sources later without changing the UI.
The flows we care about now are:
faucet
cross margin
isolated margin
partial close
full close
portfolio
history
points
Atlas
mobile UX
Geldux is still early, but the shape is becoming clearer.
Execution is one part of the product.
Risk context is the layer that makes the experience more useful.
That is where the work is going.