What is on-chain
See Architecture for the full on-chain vs off-chain map.
How to verify
1
Get your wallet address
Open Settings or Portfolio - your custodial wallet pubkey is tied to your account.
2
Open Solana Explorer
Go to explorer.solana.com (use devnet toggle if on devnet).
3
Search transactions
Paste your wallet address or a specific transaction signature from Activity.
4
Inspect program calls
Expand instructions to see calls to
ezpz-market, ezpz-amm, or ezpz-parlay.Program addresses
Devnet deployments are listed in Smart contracts. Use these to filter explorer results by program ID.Indexer
The platform runs ezpz-indexer, which mirrors on-chain events into Postgres for the UI (Portfolio, charts, activity feed). The indexer is a projection, Solana is the source of truth for balances and settlement.Devnet vs mainnet
Always confirm which cluster you are on before interpreting balances. Devnet USDC is test collateral with no real value.Related
- Smart contracts — program IDs
- Outcome tokens — SPL mechanics
- Order lifecycle — settlement flow