> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corbits.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Sign-Up

> Get started with Corbits by creating your account at api.corbits.dev

## Create Your Account

To get started, head to Sign Up on [api.corbits.dev](https://api.corbits.dev/signup).  Create an account using your email and create a password. Already have an account? Skip to [Verify Your Proxy](/getting-started/quickstart).

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/create-account.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=661c1e24eb4cf8590e4e54ddeacb9252" alt="Set Up account" width="952" height="1040" data-path="images/create-account.png" />

## Set Up Your Dashboard

Once you've signed up, you'll be taken to your dashboard where you'll be prompted to complete three steps:

### 1. Create a Wallet

Set up your wallet to start sending and receiving payments through the Corbits facilitator.

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/create-wallet.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=55d39c957d0d924950c85fda38c74e96" alt="Create Wallet" width="1078" height="1092" data-path="images/create-wallet.png" />

* Enter a name for the wallet
* Enter your Solana Public address (required)
* Enter your EVM Public address (optional)

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/valid-sol-address.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=2ce89255f78a5b5d302839728461bd4c" alt="Valid Wallet" width="1026" height="1106" data-path="images/valid-sol-address.png" />

### 2. Fund Your Wallet

If your Solana wallet does not have at least 0.10 SOL and \$0.01 USDC you will need to fund your wallet. Add funds to your wallet so you're ready to transact.  Additional wallets can be added later. SOL covers on-chain transaction fees (gas); USDC is the required collateral for payment processing. See [Wallets](/marketplace/control-plane/wallets) for more details.

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/fund-wallet.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=d8d86376bf6c0f100df3f7ac8c272e21" alt="Fund Wallet" width="1034" height="730" data-path="images/fund-wallet.png" />

### 3. Create a Proxy

Configure your proxy endpoint to start accepting x402 payments on your API.
The URL scheme for your new proxy will be `{proxyname}.{orgname}.api.corbits.dev`

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/new-proxy-setup.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=594851f927511d08c2bc8c35295d82ed" alt="Create Proxy" width="531" height="950" data-path="images/new-proxy-setup.png" />

Your proxy's attributes can be edited after creation.

If you select Register Only, you'll be prompted to Import your OpenAPI spec to populate endpoints

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/proxy-openapi.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=6b6dfccd1b6456618cef03b04c930a6f" alt="Proxy Creation Success" width="525" height="487" data-path="images/proxy-openapi.png" />

<Note>
  **Register vs. Activate:** Register means your proxy exists in the system but isn't publicly accessible. Activate means your proxy is live, publicly reachable, and earning revenue.
</Note>

Once you've successfully set up your first proxy you will receive a confirmation screen.

<img src="https://mintcdn.com/corbits/Qw8BzDgsNGE12hKT/images/proxy-setup-complete.png?fit=max&auto=format&n=Qw8BzDgsNGE12hKT&q=85&s=8bdb3a851a920de4fe5eea3ed9c63a26" alt="Import OpenAPI Spec" width="480" height="331" data-path="images/proxy-setup-complete.png" />

## What's Next?

<CardGroup cols={3}>
  <Card title="Verify Your Proxy" icon="bolt" href="/getting-started/quickstart">
    See it in action — confirm your proxy is live with a test request.
  </Card>

  <Card title="Proxies" icon="server" href="/marketplace/control-plane/proxies">
    Configure your proxy further — update settings, routes, and access controls.
  </Card>

  <Card title="Endpoints" icon="route" href="/marketplace/control-plane/endpoints">
    Set per-route pricing for each endpoint on your proxy.
  </Card>
</CardGroup>
