> ## Documentation Index
> Fetch the complete documentation index at: https://guide.crypto-now.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up subscriptions

> Create a recurring billing plan so customers are charged on a schedule.

Recurring billing lets you charge customers on a repeating schedule for memberships or subscriptions.

<Steps>
  <Step title="Create a plan">
    {/* Guidde steps — name, payee address, price, period type, owner */}
  </Step>

  <Step title="Publish it on-chain">
    {/* Guidde steps — Save as Draft vs Publish */}
  </Step>

  <Step title="Share the subscription link">
    {/* Guidde steps */}
  </Step>
</Steps>

<Warning>
  **Recurring billing is web3-native, not card-style.** The plan is published on-chain and the customer must authorise it from a web3 wallet. It is **not** a card-style subscription — and **BTC cannot be used** for recurring. A charge fails if the customer's wallet is empty or they revoke the allowance.
</Warning>
