portal field, it uses Ponder’s stock RPC historical sync. Dataset URLs and capabilities are listed on the EVM networks page.
Portal access
The public Portal athttps://portal.sqd.dev does not require an API key. It shares capacity across users and is intended for development and bounded evaluation.
For an authenticated or dedicated Portal, set PORTAL_API_KEY. The integration sends it in the x-api-key header on Portal requests. See Portal pricing for current access options.
Memory and observability
The defaults adapt request concurrency and read-ahead automatically. The settings most likely to be useful in an application are:
For chunk sizing, concurrency, timeouts, and discovery settings, use the repository’s configuration reference. Raising concurrency does not help when Ponder’s indexing loop is already the bottleneck.
Realtime
Realtime indexing uses Ponder’s RPC path by default. This is also the default for reorg handling. Keep the RPC configured for chain setup andreadContract even if you test another realtime mode.
When stream realtime is enabled, historical sync stops at Portal’s finalized head and the Portal /stream supplies the later blocks. Without this flag, an interval beyond the Portal finalized head falls back to stock RPC historical sync.