Skip to content

Generating a noffer

D edited this page Aug 2, 2026 · 1 revision

Generating a noffer

A noffer (noffer1...) is the CLINK Offer string that advertises your Lightning node's ability to receive payments. You paste it into the plugin's CLINK Offer String setting.

ShockWallet (mobile)

  1. Open ShockWallet
  2. Go to Receive → CLINK Offer
  3. Copy the noffer1... string
  4. Paste it into WooCommerce → Settings → Payments → CLINK (Lightning)

Lightning.Pub (self-hosted)

  1. Log into your Lightning.Pub dashboard
  2. Navigate to Offers
  3. Copy the generated noffer1... string
  4. Paste it into the plugin settings

Important

  • The noffer encodes your node's public key and a Nostr relay URL. The plugin uses these to request a BOLT 11 invoice directly from your node over Nostr.
  • Make sure the plugin's Bitcoin Network setting matches the network your noffer was generated on (mainnet/testnet/regtest) — invoices from another network are rejected.
  • The offer string does not contain any secret key material and can be safely stored in your WordPress options.

Clone this wiki locally