Configure the amount of receiving capacity you need. You will
only pay for the liquidity fee which will be shown in the next
step.
{order.amountSat && +order.amountSat < 200_000 && (
For a smooth experience consider a opening a channel of{" "}
in size
or more.{" "}
Learn more
)}
{
setAmountSat(e.target.value.trim());
}}
/>
{presetAmounts.map((presetAmountSat) => (
setAmountSat(presetAmountSat.toString())}
>
))}
{estimatedChannelPrice && (
{" "}
Estimated channel price:{" "}
)}
{selectedPartner?.paymentMethod === "lightning" && (
You will receive a channel from{" "}
{selectedPartner.name}
.{" "}
View Terms}
/>
)}
{showAdvanced && (
<>