diff --git a/bridges/snowbridge/primitives/router/src/inbound/mod.rs b/bridges/snowbridge/primitives/router/src/inbound/mod.rs
index fd3f71390bbec27faf3236359d975321e052dd72..d8292488f14ff3e399de1f09b709f2cb307a85ed 100644
--- a/bridges/snowbridge/primitives/router/src/inbound/mod.rs
+++ b/bridges/snowbridge/primitives/router/src/inbound/mod.rs
@@ -433,15 +433,16 @@ impl<
 				let dest_para_fee_asset: Asset = (Location::parent(), dest_para_fee).into();
 
 				instructions.extend(vec![
+					// `SetAppendix` ensures that `fees` are not trapped in any case
+					SetAppendix(Xcm(vec![DepositAsset {
+						assets: AllCounted(1).into(),
+						beneficiary: Location::new(1, [Parachain(dest_para_id)]),
+					}])),
 					// Perform a reserve withdraw to send to destination chain. Leave half of the
 					// asset_hub_fee for the delivery cost
 					InitiateReserveWithdraw {
 						assets: Definite(
-							vec![
-								asset.clone(),
-								(Location::parent(), dest_para_fee + asset_hub_fee / 2).into(),
-							]
-							.into(),
+							vec![asset.clone(), (Location::parent(), dest_para_fee).into()].into(),
 						),
 						reserve: Location::new(1, [Parachain(dest_para_id)]),
 						xcm: vec![