Configuration
Kvasyr Cloud configuration is managed through the Dashboard and API.
Workspace Settings
Use the Dashboard to manage:
- Team access and credentials
- API key lifecycle
- Plan and billing state
- Account-level notification preferences
Subscription Settings
Each subscription lets you control:
- Chain and contract scope
- Event signature targeting
- Webhook destination URL
- Stored event mode (plan dependent)
- Backfill requests (plan dependent)
Backfill Throughput
Backfills are intentionally windowed and throttled to avoid burst RPC traffic.
For self-hosted deployments, key runtime controls include:
INDEXER_POLL_INTERVAL_MS(default 5000ms to avoid aggressive polling)INDEXER_SCAN_BATCH_BLOCKS(default 24; minimum finalized backlog required before scanning)INDEXER_MAX_GETLOGS_CALLS_PER_TICK(default 50)INDEXER_MAX_GETBLOCK_CALLS_PER_TICK(default 512)INDEXER_MAX_ESTIMATED_CU_PER_TICK(default 7000 estimated CU cap per tick)MAX_GETLOGS_TOPIC0_OR(default 50; topic0 OR fan-in per RPC call)REORG_CHECK_MODE(sampledby default;off | sampled | full)REORG_PROBE_INTERVAL_SECS(default 600)REORG_ROLLBACK_BUFFER_BLOCKS(default 128)BACKFILL_POLL_INTERVAL_MS(window cadence)BACKFILL_BATCH_SIZE(queued requests loaded per window)BACKFILL_MAX_ESTIMATED_CU_PER_TICK(estimated per-window RPC budget cap)INDEXER_MAX_FINALIZED_BLOCKS_PER_TICK(limits finalized catch-up work per tick after downtime)
For sizing guidance and CU trade-offs, see Cost Tuning.
Delivery Controls
Delivery behavior is designed for production operation:
- Signed webhook payloads (batched envelope:
kvasyr.v2) - Retry handling for transient failures
- Visibility into delivered, failed, and pending attempts
WEBHOOK_MAX_EVENTS_PER_BATCH(default 100)WEBHOOK_MAX_BATCH_BODY_BYTES(default 262144)
Plan And Usage Controls
Plan entitlements determine available throughput and storage behavior. Use Billing and Dashboard usage views to monitor credits and limits. For full credit-cycle behavior, see Managing Account and Credits.
Self-Hosted / White-Label
Kvasyr docs and UX are SaaS-first.
For private deployment, white-label, or self-hosted options, contact us.