> ## 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.

# ArcPass: Gas Sponsorship for Arc Network

> ArcPass sponsors the first transaction for new wallets on Arc Network, removing the cold-start gas barrier so users can onboard without needing initial funds.

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.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Request your first sponsorship in minutes using the ArcPass API or web interface.
  </Card>

  <Card title="How It Works" icon="circle-info" href="/how-it-works">
    Learn how ArcPass verifies eligibility and relays sponsored transactions on-chain.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the full REST API: wallet registration, sponsorship requests, and status queries.
  </Card>

  <Card title="Sponsorship Lifecycle" icon="arrow-right-arrow-left" href="/concepts/sponsorship-lifecycle">
    Understand the states a sponsorship request moves through from submission to completion.
  </Card>
</CardGroup>

## Get started in 3 steps

<Steps>
  <Step title="Register your wallet">
    Call `POST /wallets/register` with your wallet address to create an ArcPass account and verify eligibility.
  </Step>

  <Step title="Request sponsorship">
    Submit `POST /sponsorship/request` with your wallet address. ArcPass verifies eligibility and creates a pending sponsorship.
  </Step>

  <Step title="Receive your gas">
    The ArcPass relay worker picks up your request, executes the on-chain transfer via SponsorVault, and delivers native tokens to your wallet.
  </Step>
</Steps>

## Key features

<CardGroup cols={2}>
  <Card title="Zero gas required" icon="gas-pump">
    New wallets receive their first transaction sponsored with no initial balance required.
  </Card>

  <Card title="On-chain verification" icon="link">
    Every sponsorship is recorded immutably on Arc Network via the SponsorshipRegistry contract.
  </Card>

  <Card title="Rate-limit protection" icon="shield">
    Per-IP and per-wallet limits prevent abuse while keeping the service available for genuine users.
  </Card>

  <Card title="Full status tracking" icon="chart-line">
    Track every sponsorship from pending through relay confirmation with real-time status queries.
  </Card>
</CardGroup>
