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

# Become a Raziel Provider: List Spare Claude Capacity

> Earn USDC by listing your spare Claude Max capacity as a Raziel provider. Set your price per million tokens and claim payouts to your Solana wallet on demand.

If you have a Claude Max subscription with spare capacity, you can list it as a Raziel provider and earn USDC from every request routed through your listing. You set the price per million tokens and daily/monthly caps — Raziel handles the routing.

<Note>
  Raziel takes a 15% protocol margin from each request routed through your listing. Your listed price is what you earn net of that margin.
</Note>

## How it works

You generate a Claude Code setup token, paste it into your listing, and link a Solana wallet. When a customer's request matches your listing, Raziel forwards it through your Claude Max session and credits you per token. Your token is encrypted at rest — plaintext lives only in memory during active request forwarding.

## Set up a listing

<Steps>
  <Step title="Get a Claude Code setup token">
    In your terminal, run:

    ```bash theme={null}
    claude setup-token
    ```

    This outputs a token starting with `sk-ant-oat01-…`. Copy it — you will paste it in the next step.
  </Step>

  <Step title="Create a listing">
    Sign in to Raziel, then navigate to **My listings → New listing**. Paste your setup token, set a price per million tokens (Mtok), and configure daily and monthly request caps.
  </Step>

  <Step title="Link a Solana wallet">
    Sign in with a Solana wallet, or link one in your account settings. All payouts are sent to this wallet address.
  </Step>

  <Step title="Claim your earnings">
    Go to the **Payouts** page at any time to claim your earned USDC. There is no minimum balance and no waiting period.
  </Step>
</Steps>

## Rotating your listing

If you want to revoke a listing's access, create a new listing with a fresh setup token. The old listing stops receiving traffic immediately. You can also set the old listing's daily cap to zero to halt routing without deleting it.

## Security

* Setup tokens are encrypted before being stored. Plaintext token material exists only in memory, for the duration of an active request forward.
* Prompt content is never logged or stored by Raziel.
* Customer balances and settlements happen on-chain via Solana USDC.
