ArcPass is public onboarding infrastructure for Arc Network. It solves the cold-start gas problem by sponsoring the first transaction for eligible wallets — so new users can start interacting with the network immediately, without needing to acquire gas from an exchange or another funded wallet.Documentation Index
Fetch the complete documentation index at: https://docs.arcpass.vibepas.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Request your first sponsorship in minutes using the ArcPass API or web interface.
How It Works
Learn how ArcPass verifies eligibility and relays sponsored transactions on-chain.
API Reference
Explore the full REST API: wallet registration, sponsorship requests, and status queries.
Sponsorship Lifecycle
Understand the states a sponsorship request moves through from submission to completion.
Get started in 3 steps
Register your wallet
Call
POST /wallets/register with your wallet address to create an ArcPass account and verify eligibility.Request sponsorship
Submit
POST /sponsorship/request with your wallet address. ArcPass verifies eligibility and creates a pending sponsorship.Key features
Zero gas required
New wallets receive their first transaction sponsored with no initial balance required.
On-chain verification
Every sponsorship is recorded immutably on Arc Network via the SponsorshipRegistry contract.
Rate-limit protection
Per-IP and per-wallet limits prevent abuse while keeping the service available for genuine users.
Full status tracking
Track every sponsorship from pending through relay confirmation with real-time status queries.