Documentation

RPC & proxies

Route transactions through your own endpoints and proxies.

RPC endpoints

Add your own RPC endpoints (e.g. Alchemy) per chain for faster, more reliable broadcasting. The worker health-checks them and reports latency. Tasks can be pinned to a specific endpoint.

Proxies

Configure proxy lists so requests fan out across many IPs. Useful for large fleets and rate-limited providers.

Endpoints are scoped to your workspace — a task can never reference or surface another account’s endpoint URL (which may embed an API key).