+
+
+
+ You will Receive
+ 314.27 $LST
+
+
+
+ Current price
+ 1 $LST = 1.13 SOL
+
+
+ Fees
+ 0%
+
+
+ >
+ );
+};
diff --git a/apps/marginfi-v2-ui/src/components/Staking/StakingCard/StakingInput.tsx b/apps/marginfi-v2-ui/src/components/Staking/StakingCard/StakingInput.tsx
new file mode 100644
index 0000000000..e03930d754
--- /dev/null
+++ b/apps/marginfi-v2-ui/src/components/Staking/StakingCard/StakingInput.tsx
@@ -0,0 +1,48 @@
+import { FC, useState } from "react";
+import { Typography, InputBase } from "@mui/material";
+import { ArrowDropDown } from "@mui/icons-material";
+import Image from "next/image";
+
+import { StakingModal } from "./StakingModal";
+
+interface StakingInputProps {}
+
+export const StakingInput: FC