Features and boundaries
RPC integration
- Standard JSON-RPC 2.0 over HTTP and raw WebSocket; no Lasso SDK is required.
- Chain names or numeric chain IDs on supported routes.
- Explicit
load-balanced,latency-weighted, andfastestURL paths. - Provider-override routes for targeted testing and diagnosis.
Routing and resilience
- Capability-aware filtering before provider selection.
- Per-provider, method, transport, and regional latency evidence.
- Circuit and rate-limit state influence the attempt order.
- Sequential attempts on failures that are safe to retry.
- Shared upstream WebSocket connections with within-profile failover.
- Ordered fallback phases for managed system profiles where configured.
Managed and custom profiles
- Managed profiles provide a ready-to-use provider pool.
- Account-owned profiles can combine commercial provider accounts and self-hosted nodes across chains.
- Provider probes inspect representative methods, history, limits, latency, and WebSocket behavior; they are optional and consume upstream requests.
- Database-backed edits propagate to regional runtime configuration without a database query on the request hot path.
Keys and access
- Anonymous keys can be created without signup and can later be funded or claimed by an account without changing the RPC endpoint.
- Account keys support dashboard management, profile authorization, and shared account usage.
- Entitlements, balances, and rate limits are enforced before upstream routing.
- Stripe-backed account billing and Tempo-compatible key or session payments serve different human and agent workflows. Fetch the live pricing catalog before quoting price or making a purchase decision.
Evidence
x-lasso-profileidentifies the authorized profile on authenticated routes.- Anonymous-key and paid-session responses can include method-based CU and USD charge headers. Account-key usage is recorded by the service but those responses do not currently expose per-request CU or USD headers.
- Optional routing metadata is available in response headers or the JSON body.
- The dashboard shows topology, provider health, regional metrics, recent activity, and account usage. Recent activity is bounded and not a durable request ledger.