Experimental features should be enabled with caution. Many such features may be implementation specific and not ratified for the BOLT spec. Enabling these may still result in a broken experience. Referencing relevant feature documentation is highly advised before enabling.
Features

{{feature.name}}

{{feature.enabled ? 'Enabled' : 'Disabled'}}

Please ensure that experimental-offers flag is set to true in the Core Lightning config before enabling it in RTL. Click here to learn more about Core Lightning offers.

Description

Offers is a draft specification (also referred as BOLT12) for Lightning nodes and wallets, with experimental support in Core Lightning.

Links

Core lightning Bolt12
Do not get an Offer tattoo until spec is fully ratified!
Enable Offers {{enableOffers ? '(You can find Offers under Lightning -> Transactions -> Offers)' : ''}}
Please ensure that experimental-dual-fund flag is set to true in the Core Lightning config before enabling it in RTL. Click here to learn more about Core Lightning Liquidity Ads.
These config changes should be configured permanently via the config file on your CLN node otherwise the policy would need to be configured again, if your node restarts.
{{policyType.id | titlecase}} {{selPolicyType.placeholder}} should be between {{selPolicyType.min}} and {{selPolicyType.max}} {{selPolicyType.placeholder}} is required. {{selPolicyType.placeholder}} must be greater than or equal to {{selPolicyType.min}}. {{selPolicyType.placeholder}} must be less than or equal to {{selPolicyType.max}}.
Lease base fee is required. Lease base basis is required.
Max channel routing base fee is required. Max channel routing fee rate is required.

{{(updateMsg.error && updateMsg.error !== '') ? (('Error: ' + updateMsg.error) || 'Unknown Error') : (updateMsg.data && updateMsg.data !== '') ? updateMsg.data : 'Successfully Updated the Funding Policy!'}}