diff --git a/src/app/components/Modals/PreviewModal.tsx b/src/app/components/Modals/PreviewModal.tsx index 28fd233a..33a653f8 100644 --- a/src/app/components/Modals/PreviewModal.tsx +++ b/src/app/components/Modals/PreviewModal.tsx @@ -95,9 +95,12 @@ export const PreviewModal: React.FC = ({

Attention!

1. Your stake may "overflow" the staking TVL cap and need to - be unbonded and withdrawn, which will cost you a transaction fee of{" "} - {`${maxDecimals(satoshiToBtc(unbondingFeeSat), 8)} ${coinName}`}{" "} - that will go to the BTC miners. So please stake wisely. + be unbonded and withdrawn, which will cost you {coinName} transaction + fees. So please stake wisely. Unbonding will cost you a static + transaction fee of{" "} + {`${maxDecimals(satoshiToBtc(unbondingFeeSat), 8)} ${coinName}`} + , while the withdrawal fee depends on network conditions. All fees go + to the {coinName} miners.

2. No third party possesses your staked {coinName}. You are the only