Tier: M (2-4 days) | Type: tutorial
Context. Recurring payment mechanics are already scattered across two pages: guides/spectre-stellar-cookbook.mdx has "Recipe 2: DAO Weekly Payroll in USDC on Stellar" (lines 289+) with a monthly-destination-rotation step and a full payroll scheduler; guides/stellar-payment-links.mdx lists subscription billing as a row in the expiry table (line 312). What no page covers is the .wraith name composition angle: how using a .wraith handle instead of a raw meta-address changes cancellation, migration, and name-expiry behavior in a subscription flow. This tutorial focuses on that composition, with the cookbook and payment-links pages linked as prerequisite reading.
Scope.
- New
guides/stellar/subscriptions-with-wraith-names.mdx.
- Model: recipient publishes a
.wraith name; payer schedules recurring stealth transfers keyed off the name (not the meta-address), so the recipient can rotate address without breaking the subscription.
- Contrast against the cookbook's raw meta-address flow: what changes for cancellation, missed-payment behavior, and name-expiry edge case.
- Off-chain scheduler pattern (link to cookbook Recipe 2 for the mechanics, do not duplicate).
- End-to-end example (monthly USDC to
merchant.wraith) showing a name rotation mid-subscription.
Acceptance.
Files. guides/stellar/subscriptions-with-wraith-names.mdx (new), docs.json.
Tier: M (2-4 days) | Type: tutorial
Context. Recurring payment mechanics are already scattered across two pages:
guides/spectre-stellar-cookbook.mdxhas "Recipe 2: DAO Weekly Payroll in USDC on Stellar" (lines 289+) with a monthly-destination-rotation step and a full payroll scheduler;guides/stellar-payment-links.mdxlists subscription billing as a row in the expiry table (line 312). What no page covers is the.wraithname composition angle: how using a.wraithhandle instead of a raw meta-address changes cancellation, migration, and name-expiry behavior in a subscription flow. This tutorial focuses on that composition, with the cookbook and payment-links pages linked as prerequisite reading.Scope.
guides/stellar/subscriptions-with-wraith-names.mdx..wraithname; payer schedules recurring stealth transfers keyed off the name (not the meta-address), so the recipient can rotate address without breaking the subscription.merchant.wraith) showing a name rotation mid-subscription.Acceptance.
mint devCompile docs snippetsCIwraith-names-lifecycle.mdx,stellar-payment-links.mdx, andspectre-stellar-cookbook.mdxRecipe 2Files.
guides/stellar/subscriptions-with-wraith-names.mdx(new),docs.json.