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

# Paywalls

> Create services, add paywalls, and manage endpoint configuration.

The **Paywalls** page is the operator surface for everything you've configured. Use it to create services, add paywalls, generate payment URLs, and manage endpoint behavior.

## Page actions

* **New Service** — Create a service.
* Service actions: **Edit**, **Delete**.
* Paywall actions: **Edit**, **Test**, **Activate / Deactivate**, **Delete**.

## Paywall table

Each paywall row shows:

| Column   | Meaning                          |
| -------- | -------------------------------- |
| Method   | Allowed HTTP methods             |
| Paywall  | Name                             |
| Status   | Enabled or disabled              |
| Slug     | Used in the public URL           |
| Networks | Chains accepted for this paywall |
| Price    | USDC amount per request          |

## Common tasks

* **Add a new endpoint to monetize**: open the service and click **New Paywall**. See [Add payments to your API](/quickstart/add-payments-to-your-api).
* **Change a price**: edit the paywall's **Price** field. See [Configure pricing](/guides/configure-pricing).
* **Pause a paywall**: toggle **Activate / Deactivate**. Existing in-flight payments are honored; new requests will be rejected.
* **Test a paywall**: click **Test** to send a payment from the dashboard.

<CardGroup cols={2}>
  <Card title="Concepts" icon="cube" href="/concepts">
    Services, paywalls, and the URLs Proceeds generates per route.
  </Card>

  <Card title="Supported blockchains" icon="link" href="/guides/supported-blockchains">
    Pick networks per paywall and reconcile balances.
  </Card>
</CardGroup>
