Skip to main content

Why some data appears later and some checks happen at action time

PredictDog is designed to keep browsing fast while still attaching the strict checks to actions that actually need them.

Markets load before account extras

The app is designed so browsing markets does not wait on slower account-related checks such as rewards summaries or wallet diagnostics.

Some panels hydrate when you open them

Balances, portfolio details, and other account-heavy views may load when you open the relevant workspace instead of on the first page paint.

Live orderbook and positions are treated as live data

Trading panels prefer live data sources and explicit loading states rather than presenting guessed values as if they were current.

Safety checks happen at action time

Trade readiness, geo checks, approval checks, and funding checks are attached to the flows that need them rather than every page visit.